precision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory *\| *arma1 *\| *(New )?Scripting Commands\}\}" to "")
m (Text replacement - " \|x([0-9])= *([^|]+) \}\}" to " |x$1=$2 |seealso= }}")
Line 28: Line 28:
|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>
|seealso=
}}
}}



Revision as of 15:23, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
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