setVehicleArmor: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETVEHICLEARMOR]] | [[Category:Scripting Commands ArmA|SETVEHICLEARMOR]] | ||
<h2 style="color:#000066">'''''object'' setVehicleArmor ''value'''''</h2> | |||
'''Operand types:''' | |||
''' | '''object:''' [[Object]] | ||
'''value:''' [[Number]] | |||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 2.32 required. | |||
'''Description:''' | '''Description:''' | ||
Sets the armor (or health for men) state of the vehicle (a value from 0 to 1). | |||
'''Example:''' | '''Example:''' | ||
player '''setVehicleArmor''' 0.5 |