curatorPoints: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *C([a-eg-z])" to "$1 - c$2")
mNo edit summary
 
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
Line 12: Line 12:
|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