precision: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma1 *\| *(New )?Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) 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 14:23, 13 June 2021
Description
- Description:
- Description needed
- Groups:
- Object Manipulation
Syntax
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