getBurningValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
(Add example)
Line 1: Line 1:
{{Command|Comments=
{{Command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3


|0.50|Game version=
|version1= 0.50
____________________________________________________________________________________________


| Returns amount of damage from fire. |DESCRIPTION=
|descr= Returns how much the unit is exposed to fire damage.
____________________________________________________________________________________________


| '''getBurningValue''' unit |SYNTAX=


|p1= unit: [[Object]] |PARAMETER1=
|s1= [[getBurningValue]] unit


| [[Number]] |RETURNVALUE=
|p1= unit: [[Object]]


|r1= [[Number]]


|x1= <code>
</code>|EXAMPLE1=


____________________________________________________________________________________________
|x1= <code>[[private]] _fireDamage = [[getBurningValue]] [[player]];</code>


| |SEEALSO=  
|seealso= [[inflame]], [[inflamed]], [[damage]]
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}


Line 36: Line 28:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 22:53, 4 January 2020

Hover & click on the images for description

Description

Description:
Returns how much the unit is exposed to fire damage.
Groups:
Uncategorised

Syntax

Syntax:
getBurningValue unit
Parameters:
unit: Object
Return Value:
Number

Examples

Example 1:
private _fireDamage = getBurningValue player;

Additional Information

See also:
inflameinflameddamage

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

Notes

Bottom Section