BIS fnc formatCuratorChallengeObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "\|s1= +" to "|s1= ")
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.16


| arma3 |= Game name
|gr1= CuratorChallenges


|1.00|= Game version
|descr= Format the list of objects compatible with curator challenge to be displayed in the task descriptipon.
____________________________________________________________________________________________


| <pre>/*
|s1= classes call [[BIS_fnc_formatCuratorChallengeObjects]]


Description:
|p1=classes: [[Array]] of [[String|strings]] - CfgVehicle classes
Format the list of objects compatible with curator challenge to be displayed in the task descriptipon.


Parameter(s):
|r1= [[String]]
ARRAY of STRINGs - CfgVehicle classes


Returns:
|x1= <code>["class_1","class_2"] [[call]] [[BIS_fnc_formatCuratorChallengeObjects]];</code>
STRING
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
 
| <!-- [] call [[BIS_fnc_formatCuratorChallengeObjects]]; --> |= Syntax
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[Arma 3: Curator]],[[BIS_fnc_manageCuratorChallenges]],[[BIS_fnc_finishCuratorChallenge]],[[BIS_fnc_addCuratorChallenge]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: CuratorChallenges|{{uc:formatCuratorChallengeObjects}}]]
[[Category:Functions|{{uc:formatCuratorChallengeObjects}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:formatCuratorChallengeObjects}}]]

Revision as of 16:29, 19 June 2021

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: 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