actionIDs: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2") |
||
(36 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.64 | |||
| | |arg= global | ||
| | |eff= local | ||
| | |gr1= Interaction | ||
| | |descr= Returns [[Array]] of [[Number]]s, where numbers are IDs of all user actions added to given entity with [[addAction]] command. | ||
| | |s1= [[actionIDs]] entity | ||
| [[ | |p1= entity: [[Object]] - entity with added user actions | ||
| | |r1= [[Array]] - array with user action IDs | ||
|x1= <sqf>_actions = actionIDs player;</sqf> | |||
|seealso= [[actionParams]] [[addAction]] [[setUserActionText]] [[inGameUISetEventHandler]] [[showHUD]] [[inputAction]] [[removeAction]] [[removeAllActions]] [[action]] | |||
|x1= < | |||
}} | }} | ||
<dl class="command_description"> | |||
<dl class= | |||
< | <dt></dt> | ||
< | <dd class="notedate">Posted on 2018-04-22 - 14:19 (UTC)</dd> | ||
<dd class="notedate">Posted on | |||
<dt class="note">[[User:KC Grimes|KC Grimes]]</dt> | <dt class="note">[[User:KC Grimes|KC Grimes]]</dt> | ||
<dd class="note">The argument for this command can be global (ie, not local to the executing machine), however the returned array will only contain action IDs for locally executed [[addAction]].</dd> | <dd class="note">The argument for this command can be global (ie, not local to the executing machine), however the returned array will only contain action IDs for locally executed [[addAction]].</dd> | ||
</dl> | </dl> | ||
Latest revision as of 12:40, 8 November 2023
Description
- Description:
- Returns Array of Numbers, where numbers are IDs of all user actions added to given entity with addAction command.
- Groups:
- Interaction
Syntax
- Syntax:
- actionIDs entity
- Parameters:
- entity: Object - entity with added user actions
- Return Value:
- Array - array with user action IDs
Examples
- Example 1:
Additional Information
- See also:
- actionParams addAction setUserActionText inGameUISetEventHandler showHUD inputAction removeAction removeAllActions action
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