BIS fnc completedCuratorChallengesCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *N([a-z ])" to "$1 - n$2")
 
(25 intermediate revisions by 3 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= Return number of completed curator challenges.
____________________________________________________________________________________________


| <pre>/*
|s1= curator call [[BIS_fnc_completedCuratorChallengesCount]]


Description:
|p1= curator: [[Object]] - curator module
Return number of completed curator challenges


Parameter(s):
|r1= [[Number]] - number of completed challenges
0: OBJECT - curator


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


|seealso= [[Arma 3: Curator]]
}}
}}
<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:completedCuratorChallengesCount}}]]
[[Category:Functions|{{uc:completedCuratorChallengesCount}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:completedCuratorChallengesCount}}]]

Latest revision as of 16:39, 8 November 2023

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