BIS fnc completedCuratorChallengesCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |r1=[[" to " |r1= [[")
m (Text replacement - "<code>(\[?[^\[]+\]?) *(\[\[)?(call|spawn)(\]\])? *(\[\[)?(BI(N|S)_fnc_[a-zA-Z0-9_]+)(\]\])?;?<\/code>" to "<sqf>$1 $3 $6;</sqf>")
Line 14: Line 14:
|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]]
}}
}}

Revision as of 14:24, 1 July 2022

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