BIS fnc formatCuratorChallengeObjects: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.16 | |1.16 | ||
|gr1 = CuratorChallenges | |gr1 = CuratorChallenges | ||
| Format the list of objects compatible with curator challenge to be displayed in the task descriptipon. | | Format the list of objects compatible with curator challenge to be displayed in the task descriptipon. | ||
| classes call [[BIS_fnc_formatCuratorChallengeObjects]] | | classes call [[BIS_fnc_formatCuratorChallengeObjects]] | ||
|p1=classes: [[Array]] of [[String|strings]] - CfgVehicle classes | |p1=classes: [[Array]] of [[String|strings]] - CfgVehicle classes | ||
| [[String]] | | [[String]] | ||
|x1= <code>["class_1","class_2"] [[call]] [[BIS_fnc_formatCuratorChallengeObjects]];</code> | |x1= <code>["class_1","class_2"] [[call]] [[BIS_fnc_formatCuratorChallengeObjects]];</code> | ||
| [[Curator]],[[BIS_fnc_manageCuratorChallenges]],[[BIS_fnc_finishCuratorChallenge]],[[BIS_fnc_addCuratorChallenge]] | | [[Curator]],[[BIS_fnc_manageCuratorChallenges]],[[BIS_fnc_finishCuratorChallenge]],[[BIS_fnc_addCuratorChallenge]] | ||
}} | }} | ||
Revision as of 23:02, 17 January 2021
Description
- Description:
- Format the list of objects compatible with curator challenge to be displayed in the task descriptipon.
- Execution:
- call
- Groups:
- CuratorChallenges
Syntax
- Syntax:
- classes call BIS_fnc_formatCuratorChallengeObjects
- Parameters:
- classes: Array of strings - CfgVehicle classes
- Return Value:
- String
Examples
- Example 1:
["class_1","class_2"] call BIS_fnc_formatCuratorChallengeObjects;
Additional Information
- See also:
- CuratorBIS_fnc_manageCuratorChallengesBIS_fnc_finishCuratorChallengeBIS_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