setUnloadInCombat: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (format) |
Killzone Kid (talk | contribs) No edit summary |
||
(37 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 |= | |game1= arma3 | ||
|version1= 1.36 | |||
| | |arg= local | ||
|eff= global | |||
| | |gr1= Unit Control | ||
| | |descr= Sets whether or not cargo or turret units ''should'' get out of vehicle when in combat. If '''true''', vehicle will stop and units will dismount. Vehicle must be local. The command resets last time unit had reacted to an enemy as well as forcing [[orderGetIn]] [[false]] if [[canUnloadInCombat]] is permitted by config | ||
| vehicle [[setUnloadInCombat]] [allowCargo, allowTurrets] | |s1= vehicle [[setUnloadInCombat]] [allowCargo, allowTurrets] | ||
|p1= | |p1= vehicle: [[Object]] | ||
|p2= | |p2= allowCargo: [[Boolean]] | ||
|p3= | |p3= allowTurrets: [[Boolean]] | ||
| | |r1= [[Nothing]] | ||
|x1= <sqf>_veh setUnloadInCombat [true, false];</sqf> | |||
|x1= < | |||
|seealso= [[getUnloadInCombat]] [[canUnloadInCombat]] [[allowCrewInImmobile]] [[isAllowedCrewInImmobile]] | |||
}} | }} | ||
Latest revision as of 21:54, 31 December 2022
Description
- Description:
- Sets whether or not cargo or turret units should get out of vehicle when in combat. If true, vehicle will stop and units will dismount. Vehicle must be local. The command resets last time unit had reacted to an enemy as well as forcing orderGetIn false if canUnloadInCombat is permitted by config
- Groups:
- Unit Control
Syntax
- Syntax:
- vehicle setUnloadInCombat [allowCargo, allowTurrets]
- Parameters:
- vehicle: Object
- allowCargo: Boolean
- allowTurrets: Boolean
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
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