BIS fnc finishCuratorChallenge: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "Curator" to "Arma 3: Curator") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 29: | Line 29: | ||
_number = BIS_curator [[getVariable]] "DestroyVehicle";</code> | _number = BIS_curator [[getVariable]] "DestroyVehicle";</code> | ||
| [[Arma 3: Curator]],[[BIS_fnc_formatCuratorChallengeObjects]],[[BIS_fnc_manageCuratorChallenges]],[[BIS_fnc_addCuratorChallenge]] | |seealso= [[Arma 3: Curator]],[[BIS_fnc_formatCuratorChallengeObjects]],[[BIS_fnc_manageCuratorChallenges]],[[BIS_fnc_addCuratorChallenge]] | ||
}} | }} |
Revision as of 00:26, 17 February 2021
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:
- Arma 3: CuratorBIS_fnc_formatCuratorChallengeObjectsBIS_fnc_manageCuratorChallengesBIS_fnc_addCuratorChallenge
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