reload: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 18: | Line 18: | ||
|gr1= Weapons | |gr1= Weapons | ||
|descr= Reload | |descr= * Old syntax: Reload first found muzzle that needs reloading (with some inconsistencies). | ||
* Alternative syntax: This syntax allows to reload given muzzle with given magazine while playing proper animation. If param is omitted or is empty string, default value is used. The default behaviour is to find best matching magazine for given muzzle from the pool of available magazines. If specific magazine is requested, the reload will fail if unit has run out of this type of magazines. If empty array is given, behaviour is similar to player pressing "Reload" key. | |||
|s1= [[reload]] unitName | |s1= [[reload]] unitName |
Revision as of 20:56, 1 January 2022
Description
- Description:
-
- Old syntax: Reload first found muzzle that needs reloading (with some inconsistencies).
- Alternative syntax: This syntax allows to reload given muzzle with given magazine while playing proper animation. If param is omitted or is empty string, default value is used. The default behaviour is to find best matching magazine for given muzzle from the pool of available magazines. If specific magazine is requested, the reload will fail if unit has run out of this type of magazines. If empty array is given, behaviour is similar to player pressing "Reload" key.
- Groups:
- Weapons
Syntax
Alternative Syntax
- Syntax:
- unit reload [muzzle, magazine]
- Parameters:
- unit: Object - person
- muzzle (Optional): String - muzzle name or "" for current muzzle. Default: currentMuzzle
- magazine (Optional): String - magazine name or "" for given muzzle magazine. Default: given muzzle magazine. If given muzzle is currentMuzzle then currentMagazine
- Return Value:
- Boolean - true on success
Examples
Additional Information
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
Categories:
- Scripting Commands
- Introduced with Armed Assault version 1.00
- ArmA: Armed Assault: New Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Weapons