setUnitPosWeak: Difference between revisions
Jump to navigation
Jump to search
m (fixed as per raedor) |
mNo edit summary |
||
Line 16: | Line 16: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[Object#Unit|Unit]] '''setUnitPosWeak''' "mode" |= Syntax | ||
|p1= | |p1= [[Object#Unit|Unit]] : [[Object]] |= Parameter 1 | ||
|p2= mode: [[String]] |= Parameter 2 | |p2= mode: [[String]] As above |= Parameter 2 | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value |
Revision as of 11:54, 31 August 2007
Description
- Description:
- Set unit position rules. Mode may be one of:
- "DOWN" - person goes prone and stays prone.
- "UP" - person stands and stays standing.
- "Middle" - Kneel Position. ArmA version 1.04
- "AUTO" - person chooses mode according to circumstances.
- Groups:
- Uncategorised
Syntax
- Syntax:
- Unit setUnitPosWeak "mode"
- Parameters:
- Unit : Object
- mode: String As above
- Return Value:
- Nothing
Examples
- Examples:
- Example needed
Additional Information
- See also:
- FSMdoFSMsetUnitPos
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
Notes
-
This command is the lowest level of priority for setting unit position and to be used in scripted
FSM's.
The current priorities are:
- 1. Unit pos commanded (from the commanding menu, higher priority).
- 2. Unit pos scripted (from setUnitPos scripting command, medium priority).
- 3. Unit pos FSM / setUnitPosWeak (used in the formation FSM, lowest priority).