BIS fnc completedCuratorChallengesCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *N([a-z ])" to "$1 - n$2")
 
(5 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
Line 9: Line 8:
|descr= Return number of completed curator challenges.
|descr= Return number of completed curator challenges.


|s1= curator call [[BIS_fnc_completedCuratorChallengesCount]]
|s1= curator call [[BIS_fnc_completedCuratorChallengesCount]]


|p1= curator: [[Object]] - Curator module
|p1= curator: [[Object]] - curator module


|r1=[[Number]] - Number of completed challenges
|r1= [[Number]] - number of completed challenges


|x1= <code>curatorModule [[call]] [[BIS_fnc_completedCuratorChallengesCount]];</code>
|x1= <sqf>curatorModule call BIS_fnc_completedCuratorChallengesCount;</sqf>


|seealso= [[Arma 3: Curator]]
|seealso= [[Arma 3: Curator]]
}}
}}

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