leaveVehicle: Difference between revisions
Jump to navigation
Jump to search
m (add. categorization) |
Worldeater (talk | contribs) m (Added to Command Groups Unit Control and Vehicle Assignment, filled out See Also list) |
||
Line 31: | Line 31: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[assignAsCargo]], [[assignAsCommander]], [[assignAsDriver]], [[assignAsGunner]], [[assignedVehicle]], [[unassignVehicle]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR | ||
Line 49: | Line 49: | ||
[[Category:Scripting Commands VBS2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands VBS2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Command_Group:_Vehicle_Assignment|{{uc:{{PAGENAME}}}}]] |
Revision as of 19:20, 29 September 2010
Description
- Description:
- Ceases the using of the vehicle by either a unit or a group. It unassigns them from the vehicle.
- Groups:
- Uncategorised
Syntax
- Syntax:
- group leaveVehicle vehicle
- Parameters:
- group: Object or Group
- vehicle: Object
- Return Value:
- Nothing
Examples
- Example 1:
soldierOne leaveVehicle jeepOne
- Example 2:
groupOne leaveVehicle jeepOne
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
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma 2 version 1.00
- Arma 2: New Scripting Commands
- Arma 2: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- ArmA 2: New Scripting Commands List
- Scripting Commands ArmA2
- Scripting Commands VBS2
- Command Group: Unit Control
- Command Group: Vehicle Assignment