sendSimpleCommand: Difference between revisions
Jump to navigation
Jump to search
m (Reset ArmA version) |
mNo edit summary |
||
Line 29: | Line 29: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate"></dd> | |||
<dt class="note">'''[[User:Ceeeb|Ceeeb]]'''</dt> | |||
<dd class="note">Valid commands include: "FORWARD", "SLOW", "FAST" "BACK", "LEFT", "RIGHT", "STOP", "FIRE", "CEASE FIRE", "MANUAL FIRE", "CANCEL MANUAL FIRE". There may be more.</dd> | |||
<dd class="note">Only vehicles crewed by a player can use sendSimpleCommand.</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 03:52, 16 April 2007
Description
- Description:
- Sends a simple command to the vehicle's driver / gunner.
- Groups:
- Uncategorised
Syntax
- Syntax:
- object sendSimpleCommand command
- Parameters:
- object: Object
- command: String
- Return Value:
- Nothing
Examples
- Example 1:
vehicle player sendSimpleCommand "STOP"
Additional Information
- See also:
- See also needed
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
- Ceeeb
- Valid commands include: "FORWARD", "SLOW", "FAST" "BACK", "LEFT", "RIGHT", "STOP", "FIRE", "CEASE FIRE", "MANUAL FIRE", "CANCEL MANUAL FIRE". There may be more.
- Only vehicles crewed by a player can use sendSimpleCommand.