precision: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "{{HashLink" to "{{Link")
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma |Game name=
|game1= arma1
|version1= 1.00


|1.00|Game version=
|game2= arma2
|version2= 1.00


|gr1= Object Manipulation |GROUP1=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Return the precision of the given entity, how is the entity able to be precise when moving to given target. |DESCRIPTION=
|game4= tkoh
____________________________________________________________________________________________
|version4= 1.00


| '''precision''' entity |SYNTAX=
|game5= arma3
|version5= 0.50


|p1= entity: [[Object]] |PARAMETER1=
|gr1= Object Manipulation


| [[Number]] |RETURNVALUE=
|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}}.}}


|x1= <code>[[if]] ([[position]] _this [[distance]] _dangerPos <= [[precision]] _this) [[then]] {...};
|s1= [[precision]] entity
//used in formationCDanger.fsm</code>|EXAMPLE1=
____________________________________________________________________________________________


| |SEEALSO=
|p1= entity: [[Object]]


}}
|r1= [[Number]] - accuracy in metres


<h3 style="display:none">Notes</h3>
|x1= <sqf>// used in formationCDanger.fsm
<dl class="command_description">
if (getPosATL _this distance _dangerPos <= precision _this) then { /* ... */ };</sqf>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|seealso= [[visiblePositionASL]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|PRECISION]]
[[Category:Scripting Commands Armed Assault|PRECISION]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

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