precision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " \| \}\}" to " }}")
Line 17: Line 17:
|x1= <code>[[if]] ([[position]] _this [[distance]] _dangerPos <= [[precision]] _this) [[then]] {...};
|x1= <code>[[if]] ([[position]] _this [[distance]] _dangerPos <= [[precision]] _this) [[then]] {...};
//used in formationCDanger.fsm</code>
//used in formationCDanger.fsm</code>
|
}}
}}



Revision as of 13:12, 18 January 2021

Hover & click on the images for description

Description

Description:
Return the 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

Examples

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

Additional Information

See also:
See also needed

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