setVehicleArmor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters")
m (Text replacement - "{{HashLink" to "{{Link")
 
(35 intermediate revisions by 2 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


|game3= arma2
|arg= local |Multiplayer Arguments=
|version3= 1.00


|eff= global |Multiplayer Effects=
|game4= arma2oa
____________________________________________________________________________________________
|version4= 1.50


| Sets the armor (or health for men) state of the vehicle (a value from 0 to 1).  
|game5= tkoh
|version5= 1.00


Works like [[setDamage]] only in reverse: ''player setVehicleArmor 1'' is the same as ''player setDamage 0'', and ''player setVehicleArmor 0'' is the same as ''player setDamage 0.97''|DESCRIPTION=
|game6= arma3
____________________________________________________________________________________________
|version6= 0.50


| vehicleName '''setVehicleArmor''' value |SYNTAX=
|arg= local


|p1= vehicleName: [[Object]] |PARAMETER1=
|eff= global


|p2= value: [[Number]] range 0 to 1 |PARAMETER2=
|gr1= Object Manipulation


| [[Nothing]] |RETURNVALUE=
|descr= Sets the armor (or health for men) state of the vehicle (a value from 0 to 1).  
____________________________________________________________________________________________
 
|x1= <code>[[player]] [[setVehicleArmor]] 0.5;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[setDamage]] |SEEALSO=
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 Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{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