lightnings: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Moved poorly formatted note to example space)
Line 15: Line 15:




|x1= <code>{{Example needed}}</code> |= Example 1
|x1= Get the current ''lightnings'' value:<code>_lightningsVal = [[lightnings]];</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 36: Line 36:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
_lightningsVal = lightnings;     // Return the current lightnings value

Revision as of 22:51, 25 May 2014

Hover & click on the images for description

Description

Description:
Return the current lightnings value.
Groups:
Uncategorised

Syntax

Syntax:
lightnings
Return Value:
Number

Examples

Example 1:
Get the current lightnings value:_lightningsVal = lightnings;

Additional Information

See also:
setLightnings

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