setVehicleInit

From Bohemia Interactive Community
Revision as of 17:38, 4 July 2006 by Raedor (talk | contribs)
Jump to navigation Jump to search


vehicle setVehicleInit statement


Operand types:

vehicle: Object

statement: String

Type of returned value:

Nothing

Compatibility:

Version 2.33 required.

Description:

Execute statement attached to vehicle. This statement is also propagated over network in MP games.

Example:

soldier3 setVehicleInit "this allowfleeing 0"