setVehicleInit: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETVEHICLEINIT]]
[[Category:Scripting Commands ArmA|SETVEHICLEINIT]]


<new command not populated>


<h2 style="color:#000066">'''''vehicle'' setVehicleInit ''statement'''''</h2>


<h2 style="color:#000066">''''' setVehicleInit '''''</h2>


'''Operand types:'''


'''Operand types:'''
'''vehicle:''' [[Object]]
 
'''statement:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.33 required.


'''Description:'''
'''Description:'''


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


'''Example:'''
'''Example:'''
soldier3 '''setVehicleInit''' "this allowfleeing 0"

Revision as of 17:38, 4 July 2006


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"