setVehicleInit

From Bohemia Interactive Community
Revision as of 19:12, 19 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, it can be processed by using processInitCommands.


Example:

soldier3 setVehicleInit "this allowfleeing 0"