Page MenuHomeFeedback Tracker

"Lost" call BIS_fnc_endMissionServer reports a Win
Closed, ResolvedPublic

Description

The documentation says:
"Lost" - show "MISSION FAILED" to everyone

If you execute
"Lost" call BIS_fnc_endMissionServer
you will actually see that the mission was a success.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Run this in debug console:
"Lost" call BIS_fnc_endMissionServer

Actual Results:
"Mission Completed" is shown

Expected Results:
"Mission Failed" should be shown

Event Timeline

Zectbumo created this task.Oct 18 2016, 3:24 AM
razazel claimed this task.Oct 18 2016, 12:45 PM
razazel changed the task status from New to Reviewed.

The correct param names are "EveryoneLost", "EveryoneWon"

BIS_fnc_KK closed this task as Resolved.Oct 18 2016, 2:47 PM

That's great. Well at least the documentation in the function should be updated.

Documentation should be already updated, thanks for the feedback :)