addCuratorPoints: 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 8: Line 8:
|serverExec= server
|serverExec= server


|descr= Adds or removes curator points. Points can be only in range from 0 to 1.
|descr= Adds or removes curator points.


|s1= curatorObj [[addCuratorPoints]] points
|s1= curatorObj [[addCuratorPoints]] points
Line 14: Line 14:
|p1= curatorObj: [[Object]] - curator module.
|p1= curatorObj: [[Object]] - curator module.


|p2= points: [[Number]]
|p2= points: [[Number]] in range 0..1


|r1= [[Nothing]]
|r1= [[Nothing]]

Latest revision as of 07:07, 1 January 2026

Hover & click on the images for description

Description

Description:
Adds or removes curator points.
Groups:
Curator

Syntax

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

Examples

Example 1:
curatorModule addCuratorPoints 0.5;

Additional Information

See also:
Arma 3: Curator curatorPoints

Notes

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