reloadEnabled: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
m (Text replacement - "<code>\[\[private\]\] _([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>private _$1 = $2 _$3;</sqf>")
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


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


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


| Check whether magazine is reloaded whenever emptied. |DESCRIPTION=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| [[reloadEnabled]] unitName |SYNTAX=
|game4= tkoh
|version4= 1.00


|p1= unitName: [[Object]] |PARAMETER1=
|game5= arma3
|version5= 0.50


| [[Boolean]] |RETURNVALUE=
|gr1= Weapons
____________________________________________________________________________________________


|x1= <code>[[private]] _canReload = [[reloadEnabled]] _unit1;</code> |EXAMPLE1=
|descr= Check whether magazine is reloaded whenever emptied.
____________________________________________________________________________________________


| [[enableReload]], [[reload]], [[needReload]] |SEEALSO=
|s1= [[reloadEnabled]] unitName
}}
 
|p1= unitName: [[Object]]


<h3 style="display:none">Notes</h3>
|r1= [[Boolean]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>private _canReload = reloadEnabled _unit1;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[enableReload]] [[reload]] [[needReload]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Armed Assault|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 2|Scripting Commands ArmA2]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 22:24, 7 May 2022

Hover & click on the images for description

Description

Description:
Check whether magazine is reloaded whenever emptied.
Groups:
Weapons

Syntax

Syntax:
reloadEnabled unitName
Parameters:
unitName: Object
Return Value:
Boolean

Examples

Example 1:
private _canReload = reloadEnabled _unit1;

Additional Information

See also:
enableReload reload needReload

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