curatorPoints: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
|gr1= Curator
|gr1= Curator


|descr= Returns number of points that curator have. Points can be only in range from 0 to 1.
|descr= Returns number of points that curator have.


|s1= [[curatorPoints]] curatorObj
|s1= [[curatorPoints]] curatorObj


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


|r1= [[Number]]
|r1= [[Number]] in range 0..1


|x1= <sqf>_points = curatorPoints myCurator;</sqf>
|x1= <sqf>_points = curatorPoints myCurator;</sqf>

Latest revision as of 08:06, 1 January 2026

Hover & click on the images for description

Description

Description:
Returns number of points that curator have.
Groups:
Curator

Syntax

Syntax:
curatorPoints curatorObj
Parameters:
curatorObj: Object - curator module.
Return Value:
Number in range 0..1

Examples

Example 1:
_points = curatorPoints myCurator;

Additional Information

See also:
Arma 3: Curator addCuratorPoints

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note