stance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9]) ?= (.+) \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ")
m (Text replacement - "\|s([0-9])\= '''([^' ]+)'''([^ ]+) " to "|s$1= $2$3 ")
Line 10: Line 10:
|descr= Returns the stance of the given unit. It can be one of:  
|descr= Returns the stance of the given unit. It can be one of:  


|s1= '''stance''' unit
|s1= [[stance]] unit


|p1= unit: [[Object]]
|p1= unit: [[Object]]

Revision as of 18:10, 20 June 2021

Hover & click on the images for description

Description

Description:
Returns the stance of the given unit. It can be one of:
Groups:
Unit Control

Syntax

Syntax:
stance unit
Parameters:
unit: Object
Return Value:
String - Can be:
  • "STAND"
  • "CROUCH"
  • "PRONE"
  • "UNDEFINED" (for example, swimming)
  • "" (on non-person object)

Examples

Example 1:
if (stance player == "STAND") then {hint "I am standing!"};

Additional Information

See also:
animationStateunitPos

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