pose: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|branch= dev " to "") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 8: | Line 8: | ||
|descr= Returns the pose of the given unit. It can be one of: | |descr= Returns the pose of the given unit. It can be one of: | ||
{{Columns|3| | |||
* {{hl|"Dead"}} | * {{hl|"Dead"}} | ||
* {{hl|"Weapon"}} (special weapon - AT) | * {{hl|"Weapon"}} (special weapon - AT) | ||
Line 33: | Line 33: | ||
* {{hl|"Carrying"}} | * {{hl|"Carrying"}} | ||
* {{hl|"Freefall"}} | * {{hl|"Freefall"}} | ||
|shrink= y | |||
}} | |||
|s1= [[pose]] unit | |s1= [[pose]] unit | ||
Line 39: | Line 41: | ||
|r1= [[String]] - see description | |r1= [[String]] - see description | ||
|x1= < | |x1= <sqf>if (pose player == "SurfaceSwimming") then { hint "How's water?" };</sqf> | ||
|seealso= [[animationState]] [[unitPos]] [[stance]] | |seealso= [[animationState]] [[unitPos]] [[stance]] | ||
}} | }} |
Revision as of 19:07, 18 April 2022
Description
- Description:
- Returns the pose of the given unit. It can be one of:
- "Dead"
- "Weapon" (special weapon - AT)
- "BinocLying"
- "LyingNoWeapon"
- "Lying"
- "HandGunLying"
- "Crouch"
- "HandGunCrouch"
- "Combat"
- "HandGunStand"
- "Stand"
- "Swimming"
- "BottomSwimming"
- "SurfaceSwimming"
- "Diving"
- "BottomDiving"
- "SurfaceDiving"
- "NoWeapon" (civilian moves)
- "Binoc" (binocular pose)
- "BinocStand" (binocular pose (weapon on back))
- "Healing"
- "Dragged"
- "Carrying"
- "Freefall"
- Groups:
- Unit Control
Syntax
Examples
- Example 1:
Additional Information
- See also:
- animationState unitPos stance
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