precision: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) 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 12:12, 18 January 2021
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
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