unitPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
(Add return values (for casing))
 
(40 intermediate revisions by 3 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


|arg= global|Multiplayer Arguments=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| Return the unit position rules.
|game4= tkoh
|version4= 1.00


<br>The return value is always "Auto" unless the unit has gotten a [[setUnitPos]] command. In that case the value is the last stance the unit was ordered to.
|game5= arma3
<br>Available modes are listed at [[setUnitPos]]. |DESCRIPTION=
|version5= 0.50
____________________________________________________________________________________________


| '''unitPos''' unit |SYNTAX=
|arg= global


|p1= unit: [[Object]] |PARAMETER1=
|gr1= Unit Control


| [[String]] |RETURNVALUE=
|descr= Return the unit position rules.<br>
____________________________________________________________________________________________
The return value is always "Auto" unless the unit has gotten a [[setUnitPos]] command. In that case the value is the last stance the unit was ordered to.<br>
Available modes are listed at [[setUnitPos]].


|x1 = <code>[[hint]] [[str]] [[unitPos]] _unit;</code> |EXAMPLE1=
|s1= [[unitPos]] unit


____________________________________________________________________________________________
|p1= unit: [[Object]]


|mp = Unit pos set by [[setUnitPosWeak]] is not returned for remote (non-local) units.|=
|r1= [[String]] - one of {{hl|"Auto"}}, {{hl|"Up"}}, {{hl|"Middle"}}, {{hl|"Down"}} (as of {{arma3}})


| [[setUnitPos]], [[setUnitPosWeak]], [[stance]] |SEEALSO=
|x1= <sqf>hint str unitPos _unit;</sqf>


|mp= Unit pos set by [[setUnitPosWeak]] is not returned for remote (non-local) units.
|seealso= [[setUnitPos]] [[setUnitPosWeak]] [[stance]] [[pose]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:38, 11 January 2023

Hover & click on the images for description

Description

Description:
Return the unit position rules.
The return value is always "Auto" unless the unit has gotten a setUnitPos command. In that case the value is the last stance the unit was ordered to.
Available modes are listed at setUnitPos.
Multiplayer:
Unit pos set by setUnitPosWeak is not returned for remote (non-local) units.
Groups:
Unit Control

Syntax

Syntax:
unitPos unit
Parameters:
unit: Object
Return Value:
String - one of "Auto", "Up", "Middle", "Down" (as of Arma 3)

Examples

Example 1:
hint str unitPos _unit;

Additional Information

See also:
setUnitPos setUnitPosWeak stance pose

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