weaponsItemsCargo – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <!-- (DIS)?CONTINUE Notes -->" to "")
m (Text replacement - "<br>([ ]*<code>)" to "$1")
Line 6: Line 6:
<dt class="note">[[User:IT07|IT07]]</dt>
<dt class="note">[[User:IT07|IT07]]</dt>
<dd class="note">
<dd class="note">
(ArmA 1.50) This command is sort-of bugged: if no magazine is present in the gun, it will not be available at all in the ARRAY. I expect it to be an empty STRING instead. Example <br>
(ArmA 1.50) This command is sort-of bugged: if no magazine is present in the gun, it will not be available at all in the ARRAY. I expect it to be an empty STRING instead. Example  
<code>["weapon_className","silencer","laser/light","scope",["magClassName",30],""] // With mag in gun</code>
<code>["weapon_className","silencer","laser/light","scope",["magClassName",30],""] // With mag in gun</code>
<code>["weapon_className","silencer","laser/light","scope",""] // Without mag in gun</code>
<code>["weapon_className","silencer","laser/light","scope",""] // Without mag in gun</code>

Revision as of 11:24, 1 August 2021

no magazine in weapon

Posted on August 21, 2015 - 10:42 (UTC)
IT07
(ArmA 1.50) This command is sort-of bugged: if no magazine is present in the gun, it will not be available at all in the ARRAY. I expect it to be an empty STRING instead. Example ["weapon_className","silencer","laser/light","scope",["magClassName",30],""] // With mag in gun ["weapon_className","silencer","laser/light","scope",""] // Without mag in gun

Fixed on dev Killzone Kid (talk) 12:50, 11 September 2015 (CEST)

bipod

Posted on March 16, 2015 - 12:13 (UTC)
Jezuro
Since revision 129742, this command also returns an attached bipod.