sendSimpleCommand: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 6: | Line 6: | ||
<h2 style="color:#000066">''''' sendSimpleCommand '''''</h2> | <h2 style="color:#000066">'''''object'' sendSimpleCommand ''command'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
'''object:''' [[Object]] | |||
'''command:''' [[String]] | |||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 2.26 required. | |||
'''Description:''' | '''Description:''' | ||
Sends a simple command to the vehicle's driver / gunner. | |||
'''Example:''' | '''Example:''' | ||
vehicle player '''sendSimpleCommand''' "STOP" |