BIS fnc completedCuratorChallengesCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (GVI 1.00 --> 1.16 http://dev.arma3.com/post/spotrep-00023 (It's Zeus update, obvious))
m (fixed return value)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Function|Comments=
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.16|= Game version
|1.16|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Return number of completed curator challenges. |Description=
 
____________________________________________________________________________________________
Description:
Return number of completed curator challenges
 
Parameter(s):
0: OBJECT - curator
 
Returns:
NUMBER
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| curator call [[BIS_fnc_completedCuratorChallengesCount]] |Syntax=
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_completedCuratorChallengesCount]]; --> |= Syntax


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


| |= Return value
| [[Number]] - Number of completed challenges|Return value=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>curatorModule [[call]] [[BIS_fnc_completedCuratorChallengesCount]];</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[Curator]] |See also=
}}


}}


<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 00:12, 8 June 2018

Hover & click on the images for description

Description

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

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