setUnitPosWeak: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:[sS]cripting [cC]ommands\|[a-z A-Z 0-9_]+\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 27: | Line 27: | ||
_soldier [[setUnitPosWeak]] "DOWN";</code> | _soldier [[setUnitPosWeak]] "DOWN";</code> | ||
| [[FSM]], [[doFSM]], [[setUnitPos]], [[unitPos]] | |seealso= [[FSM]], [[doFSM]], [[setUnitPos]], [[unitPos]] | ||
}} | }} | ||
Revision as of 00:07, 17 February 2021
Description
- Description:
- Description needed
- Groups:
- Unit Control
Syntax
- Syntax:
- Syntax needed
- Parameters:
- unit: Object
- mode: String - as above
- Return Value:
- Return value needed
Examples
- Example 1:
_soldier disableAI "FSM"; _soldier setUnitPosWeak "DOWN";
Additional Information
- See also:
- FSMdoFSMsetUnitPosunitPos
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
- Unknown
- 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).
Command most likely only works if run before join into group after createUnit array.