curatorPoints: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "\|s([0-9])\= '''([^' ]+)'''([^ ]+) " to "|s$1= $2$3 ")
mNo edit summary
 
(3 intermediate revisions 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= <code>_points = curatorPoints myCurator;</code>
|x1= <sqf>_points = curatorPoints myCurator;</sqf>


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

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