unassignVehicle: Difference between revisions
Jump to navigation
Jump to search
(see also) |
(cat) |
||
Line 55: | Line 55: | ||
[[Category:Scripting Commands OFP 1.46|UNASSIGNVEHICLE]] | [[Category:Scripting Commands OFP 1.46|UNASSIGNVEHICLE]] | ||
[[Category:Scripting Commands ArmA|UNASSIGNVEHICLE]] | [[Category:Scripting Commands ArmA|UNASSIGNVEHICLE]] | ||
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Command_Group:_Vehicle_Assignment|{{uc:{{PAGENAME}}}}]] |
Revision as of 22:23, 21 November 2008
Description
- Description:
- Person is unassigned from the vehicle. If he is currently in, group leader will issue order to disembark.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
unassignVehicle player
- Example 2:
{unassignVehicle _x} forEach crew _vehiclename
Will make all the occupants of a vehicle disembark
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
Notes
- Posted on August 4, 2006 - 12:05
- hardrock
- Notes from before the conversion: Even though: {unassignVehicle _x} forEach crew vehiclename will make all the occupants of a vehicle disembark, if they are the original crew of the vehicle then they will just get back in again. To prevent this happening also use allowGetIn as in the example below: {unassignVehicle _x} forEach crew vehiclename; crew vehiclename allowGetIn false
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Unit Control
- Command Group: Vehicle Assignment