setUnitPos: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 5: | Line 5: | ||
<h2 style="color:#000066">''''' | <h2 style="color:#000066">'''''unit'' setUnitPos ''mode'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
''' | '''unit:''' [[Object]] | ||
'''mode:''' [[String]] | '''mode:''' [[String]] |
Revision as of 21:29, 4 July 2006
unit setUnitPos mode
Operand types:
unit: Object
mode: String
Type of returned value:
Description:
Set unit position rules.
Mode may be one of:
- "DOWN" - person goes prone and stays prone.
- "UP" - person stands and stays standing.
- "AUTO" - person chooses mode according to circumstances.
Example:
loon1 setUnitPos "UP"