moveInCommander: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\<dt class\=\"note\"\>\'\'\'\[\[(.*)\]\]\'\'\'" to "<dt class="note">$1") |
Lou Montana (talk | contribs) m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|") |
||
Line 54: | Line 54: | ||
[[Category:Scripting Commands OFP 1.96|MOVEINCOMMANDER]] | [[Category:Scripting Commands OFP 1.96|MOVEINCOMMANDER]] | ||
[[Category:Scripting Commands OFP 1.46|MOVEINCOMMANDER]] | [[Category:Scripting Commands OFP 1.46|MOVEINCOMMANDER]] | ||
[[Category:Scripting Commands | [[Category:Scripting Commands Armed Assault|MOVEINCOMMANDER]] | ||
[[Category:Command_Group:_Vehicle_Assignment|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Vehicle_Assignment|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 19:04, 3 June 2020
Description
- Description:
- Move soldier into vehicle commander position (Immediate, no animation).
- Groups:
- Uncategorised
Syntax
- Syntax:
- unitName moveInCommander vehicle
- Parameters:
- unitName: Object
- vehicle: Object
- Return Value:
- Nothing
Examples
- Example 1:
_soldierOne moveInCommander _tankOne
Additional Information
- See also:
- moveInAnymoveInCargomoveInDrivermoveInGunnermoveInTurretassignAsCargoassignAsCommanderassignAsDriverassignAsGunner
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 - 14:43
- hardrock
- Notes from before the conversion: MP Note Functions MoveInCommander can only be called for local soldiers. They will be ignored for remote soldiers. (see Locality in Multiplayer)
- Ceeeb
- In OFP v1.96, the moveIn commands will not trigger an associated getIn event. To ensure the getIn event is fired, use the "getIn Commander" action command.
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: Global Effect
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands Armed Assault
- Command Group: Vehicle Assignment
- Scripting Commands Arma 2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters