needReload: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *R([a-z ])" to "$1 - r$2")
 
(47 intermediate revisions by 4 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


| Return how much vehicle wants to reload its weapons. |DESCRIPTION=
|game3= arma2oa
____________________________________________________________________________________________
|version3= 1.50


| [[Number]] <nowiki>=</nowiki>  '''needReload''' vehicle |SYNTAX=
|game4= tkoh
|version4= 1.00


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


| [[Number]] Range: 0-1, 0: full mag, 1: empty mag  |RETURNVALUE=
|gr1= Weapons
____________________________________________________________________________________________
|x1=<code>_seriousness = '''needReload''' _vehicle;</code>
|x2=<code>[[if]] ([[needReload]] [[player]] == 1) [[then]] {'''reload''' [[player]]};</code>


| [[reload]], [[reloadEnabled]], [[enableReload]] |SEEALSO=
|descr= Returns how much vehicle wants to reload its weapons.


}}
|s1= [[needReload]] vehicle


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


<!-- Note Section END -->
|r1= [[Number]] - range: 0-1, 0: full mag, 1: empty mag
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>_seriousness = needReload _vehicle;</sqf>


[[Category:Scripting Commands|NEEDRELOAD]]
|x2= <sqf>if (needReload player == 1) then { reload player };</sqf>
[[Category:Scripting Commands ArmA|NEEDRELOAD]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]


<!-- CONTINUE Notes -->
|seealso= [[needService]] [[reload]] [[reloadEnabled]] [[enableReload]]
<dl class="command_description">
}}
<dd class="notedate">Posted on July 3, 2019 - 23:05 (UTC)</dd>
<dt class="note">[[User:demellion|demellion]]</dt>
<dd class="note">
It seems that for [[player]] it always returns 1
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Latest revision as of 16:47, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns how much vehicle wants to reload its weapons.
Groups:
Weapons

Syntax

Syntax:
needReload vehicle
Parameters:
vehicle: Object
Return Value:
Number - range: 0-1, 0: full mag, 1: empty mag

Examples

Example 1:
_seriousness = needReload _vehicle;
Example 2:
if (needReload player == 1) then { reload player };

Additional Information

See also:
needService reload reloadEnabled enableReload

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