precision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "{{HashLink" to "{{Link")
 
(41 intermediate revisions by 11 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|PRECISION]]
{{RV|type=command
[[Category:Scripting Commands ArmA|PRECISION]]


|game1= arma1
|version1= 1.00


<h2 style="color:#000066">''' precision ''entity'''''</h2>
|game2= arma2
|version2= 1.00


|game3= arma2oa
|version3= 1.50


'''Operand types:'''
|game4= tkoh
|version4= 1.00


'''entity:''' [[Object]]
|game5= arma3
|version5= 0.50


'''Type of returned value:'''
|gr1= Object Manipulation


[[Number]]
|descr= Return the movement precision of the given entity, how is the entity able to be precise when moving to given target.
{{Feature|informative|See {{Link|CfgVehicles Config Reference#precision}}.}}


'''Compatibility:'''
|s1= [[precision]] entity


Version 2.92 required.
|p1= entity: [[Object]]


'''Description:'''
|r1= [[Number]] - accuracy in metres


Return the precision of the given entity.
|x1= <sqf>// used in formationCDanger.fsm
if (getPosATL _this distance _dangerPos <= precision _this) then { /* ... */ };</sqf>
 
|seealso= [[visiblePositionASL]]
}}

Latest revision as of 18:44, 4 January 2023

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