currentWeapon: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Return the name of the currently selected weapon (on the primary turret | | Return the name of the currently selected weapon (on the primary turret for vehicles). |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 22: | Line 22: | ||
|x1= <code>currentWeapon (vehicle player)</code>|= EXAMPLE1 | |x1= <code>currentWeapon (vehicle player)</code>|= EXAMPLE1 | ||
|x2= <code>currentWeapon player</code>|= EXAMPLE2 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 34: | Line 35: | ||
<dl class='command_description'> | <dl class='command_description'> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on July 15, 2009 - 04:00 (CEST)</dd> | |||
<dt class="note">'''[[User:Lou Montana|Lou Montana]]'''</dt> | |||
<dd class="note">You have to make a little delay (sleep 0.001; (not less)) to use this command, else you will be returned an empty string.</dd> | |||
<dd class="notedate">Posted on July 15, 2009 - 04:00 (CEST)</dd> | |||
<dt class="note">'''[[User:Lou Montana|Lou Montana]]'''</dt> | |||
<dd class="note">It seems it's not working in 1.02 for other unit than player.</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 03:07, 15 July 2009
Description
- Description:
- Return the name of the currently selected weapon (on the primary turret for vehicles).
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
currentWeapon (vehicle player)
- Example 2:
currentWeapon player
Additional Information
- See also:
- See also needed
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
- Posted on July 15, 2009 - 04:00 (CEST)
- Lou Montana
- You have to make a little delay (sleep 0.001; (not less)) to use this command, else you will be returned an empty string.
- Posted on July 15, 2009 - 04:00 (CEST)
- Lou Montana
- It seems it's not working in 1.02 for other unit than player.