vehicle: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#V|COMREF]] | |||
<h2 style="color:#000066">''' vehicle ''unit'''''</h2> | <h2 style="color:#000066">''' vehicle ''unit'''''</h2> | ||
'''Operand types:''' | '''Operand types:''' | ||
Line 12: | Line 15: | ||
Vehicle in which given unit is mounted. | Vehicle in which given unit is mounted. | ||
If none, unit is returned. | If none, unit is returned. | ||
'''Example:''' | '''Example:''' | ||
? '''vehicle''' player != player : hint "Player is in a vehicle" | ? '''vehicle''' [[player]] != [[player]] : [[hint]] "Player is in a vehicle" |