currentWeaponMode: Difference between revisions
Jump to navigation
Jump to search
m (For the love of Zeus, please use proper note formatting Pierre!) |
m (Just a few <br>'s) |
||
Line 44: | Line 44: | ||
<dt class="note">[[User:Pierre MGI|Pierre MGI]]</dt> | <dt class="note">[[User:Pierre MGI|Pierre MGI]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
- Be careful using this in script. This function returns these strings but also: | - Be careful using this in script. This function returns these strings but also:<br> | ||
- 0 if unit is in a vehicle (pax), | - 0 if unit is in a vehicle (pax),<br> | ||
- absolutely nothing if AH-99 helo driver or all weapons removed, | - absolutely nothing if AH-99 helo driver or all weapons removed,<br> | ||
- "truckhorn2" if Hunter driver... | - "truckhorn2" if Hunter driver...<br> | ||
Absolutely nothing means: if you use a hint to display the returned value, you obtain absolutely no text,no black box, no error! Hint isn't displayed and there is no error in rpt file with compile preprocessFileLineNumbers. | Absolutely nothing means: if you use a hint to display the returned value, you obtain absolutely no text,no black box, no error! Hint isn't displayed and there is no error in rpt file with compile preprocessFileLineNumbers. | ||
Revision as of 20:11, 27 September 2014
Description
- Description:
- Returns current weapon mode of unit's weapon. Result can be: "Single", "Burst", "FullAuto", "manual", "player"
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_weaponMode = currentWeaponMode player;
- Example 2:
_weaponMode = currentWeaponMode gunner vehicle player;
Additional Information
- See also:
- ArmA:_Actions#SWITCHWEAPONcurrentWeapon
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
Notes
Bottom Section
- Posted on September 27, 2014 - 18:20 (UTC)
- Pierre MGI
-
- Be careful using this in script. This function returns these strings but also:
- 0 if unit is in a vehicle (pax),
- absolutely nothing if AH-99 helo driver or all weapons removed,
- "truckhorn2" if Hunter driver...
Absolutely nothing means: if you use a hint to display the returned value, you obtain absolutely no text,no black box, no error! Hint isn't displayed and there is no error in rpt file with compile preprocessFileLineNumbers. On the other hand, returned value 0 when unit is pax of a vehicle, could lead to a variable error type if your script is waiting for a string.
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.51
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- ArmA 2 OA: New Scripting Commands List