precision

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Return the movement precision of the given entity, how is the entity able to be precise when moving to given target.
Groups:
Object Manipulation

Syntax

Syntax:
precision entity
Parameters:
entity: Object
Return Value:
Number - accuracy in metres

Examples

Example 1:
// used in formationCDanger.fsm if (getPosATL _this distance _dangerPos <= precision _this) then { /* ... */ };

Additional Information

See also:
visiblePositionASL

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