BIS fnc completedCuratorChallengesCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|Game version=" to "|Game version= |gr1 = CuratorChallenges |GROUP1=")
m (Text replacement - "\[\[Category\:Function Group\: CuratorChallenges(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
Line 35: Line 35:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: CuratorChallenges|{{uc:completedCuratorChallengesCount}}]]
 
[[Category:Functions|{{uc:completedCuratorChallengesCount}}]]
[[Category:Functions|{{uc:completedCuratorChallengesCount}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:completedCuratorChallengesCount}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:completedCuratorChallengesCount}}]]

Revision as of 13:27, 12 October 2020

Hover & click on the images for description

Description

Description:
Return number of completed curator challenges.
Execution:
call
Groups:
CuratorChallenges

Syntax

Syntax:
curator call BIS_fnc_completedCuratorChallengesCount
Parameters:
curator: Object - Curator module
Return Value:
Number - Number of completed challenges

Examples

Example 1:
curatorModule call BIS_fnc_completedCuratorChallengesCount;

Additional Information

See also:
Curator

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


Notes

Bottom Section