setVehicleArmor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. ArmA2 classification)
m (Text replacement - "{{HashLink" to "{{Link")
 
(48 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma |= Game name
|game1= ofpe
|version1= 1.00


|1.00|= Game version
|game2= arma1
____________________________________________________________________________________________
|version2= 1.00


| Sets the armor (or health for men) state of the vehicle (a value from 0 to 1). |= Description
|game3= arma2
____________________________________________________________________________________________
|version3= 1.00


| vehicleName '''setVehicleArmor''' value |= Syntax
|game4= arma2oa
|version4= 1.50


|p1= vehicleName: [[Object]] |= Parameter 1
|game5= tkoh
|version5= 1.00


|p2= value: [[Number]] range 0 to 1 |= Parameter 2
|game6= arma3
|version6= 0.50


| [[Nothing]] |= Return value
|arg= local
____________________________________________________________________________________________
 
|x1= <pre>player setVehicleArmor 0.5</pre> |= Example 1
____________________________________________________________________________________________


| |= See also
|eff= global


}}
|gr1= Object Manipulation
 
|descr= Sets the armor (or health for men) state of the vehicle (a value from 0 to 1).
 
Works like [[setDamage]], but the other way around: 1 is full health - see {{Link|#Example 2}}.
 
|s1= vehicleName [[setVehicleArmor]] value
 
|p1= vehicleName: [[Object]]
 
|p2= value: [[Number]] - in range 0..1
 
|r1= [[Nothing]]
 
|x1= <sqf>player setVehicleArmor 0.5;</sqf>


<h3 style="display:none">Notes</h3>
|x2= <sqf>player setVehicleArmor 1;
<dl class="command_description">
// is the same as
<!-- Note Section BEGIN -->
player setDamage 0;


<!-- Note Section END -->
player setVehicleArmor 0;
</dl>
// is the same as
player setDamage 0.97;</sqf>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[setDamage]]
[[Category:Scripting Commands|SETVEHICLEARMOR]]
}}
[[Category:Scripting Commands OFP Elite |SETVEHICLEARMOR]]
[[Category:Scripting Commands ArmA|SETVEHICLEARMOR]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]

Latest revision as of 18:43, 4 January 2023

Hover & click on the images for description

Description

Description:
Sets the armor (or health for men) state of the vehicle (a value from 0 to 1). Works like setDamage, but the other way around: 1 is full health - see Example 2.
Groups:
Object Manipulation

Syntax

Syntax:
vehicleName setVehicleArmor value
Parameters:
vehicleName: Object
value: Number - in range 0..1
Return Value:
Nothing

Examples

Example 1:
player setVehicleArmor 0.5;
Example 2:
player setVehicleArmor 1; // is the same as player setDamage 0; player setVehicleArmor 0; // is the same as player setDamage 0.97;

Additional Information

See also:
setDamage

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note