BIS fnc formatCuratorChallengeObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "Curator" to "Arma 3: Curator")
m (Text replacement - "\|seealso= ([^ ]+)(\]\]|\}\}), *(\[\[|\{\{)" to "|seealso= $1$2 $3")
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


| arma3
|game1= arma3
|version1= 1.16


|1.16
|gr1= CuratorChallenges


|gr1 = CuratorChallenges
|descr= 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.
|s1= 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]]
|r1= [[String]]


|x1= <code>["class_1","class_2"] [[call]] [[BIS_fnc_formatCuratorChallengeObjects]];</code>
|x1= <sqf>["class_1","class_2"] call BIS_fnc_formatCuratorChallengeObjects;</sqf>


| [[Arma 3: Curator]],[[BIS_fnc_manageCuratorChallenges]],[[BIS_fnc_finishCuratorChallenge]],[[BIS_fnc_addCuratorChallenge]]
|seealso= [[Arma 3: Curator]] [[BIS_fnc_manageCuratorChallenges]] [[BIS_fnc_finishCuratorChallenge]] [[BIS_fnc_addCuratorChallenge]]
}}
}}

Revision as of 13:58, 1 July 2022

Hover & click on the images for description

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:
Arma 3: Curator BIS_fnc_manageCuratorChallenges BIS_fnc_finishCuratorChallenge BIS_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