reload: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma1 | |game1= arma1 | ||
|1.00 | |version1= 1.00 | ||
|gr1= Weapons | |gr1= Weapons | ||
| Reload all weapons | |descr= Reload all weapons. | ||
| '''reload''' unitName | |s1= '''reload''' unitName | ||
|p1= unitName: [[Object]] | |p1= unitName: [[Object]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <code>[[if]] ([[needReload]] [[player]] == 1) [[then]] {'''reload''' [[player]]};</code> | |x1= <code>[[if]] ([[needReload]] [[player]] == 1) [[then]] { '''reload''' [[player]] };</code> | ||
| [[reloadEnabled]], [[needReload]], [[enableReload]], [[setWeaponReloadingTime]] | |seealso= [[reloadEnabled]], [[needReload]], [[enableReload]], [[setWeaponReloadingTime]] | ||
}} | }} | ||
Revision as of 00:10, 1 February 2021
Description
- Description:
- Reload all weapons.
- Groups:
- Weapons
Syntax
Examples
- Example 1:
if (needReload player == 1) then { reload player };
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