BIS fnc finishCuratorChallenge: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "")
Line 33: Line 33:




[[Category:Functions|{{uc:finishCuratorChallenge}}]]
 
[[Category:{{Name|arma3}}: Functions|{{uc:finishCuratorChallenge}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:finishCuratorChallenge}}]]

Revision as of 02:42, 2 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
CuratorChallenges

Syntax

Syntax:
Syntax needed
Parameters:
curator Object - Curator
input Array - Array in format:
taskState String - Task state, can be:
  • "SUCCEEDED"
  • "FAILED"
  • "CANCELED"
  • "ASSIGNED"
Return Value:
Return value needed

Examples

Example 1:
[BIS_curator,["DestroyVehicle",BIS_curator],"SUCCEEDED"] call BIS_fnc_finishCuratorChallenge; _number = BIS_curator getVariable "DestroyVehicle";

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note