actionIDs: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (see also) |
Lou Montana (talk | contribs) m (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2") |
||
(45 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| | |game1= arma3 | ||
|1. | |version1= 1.64 | ||
| | |arg= global | ||
| | |eff= local | ||
| | |gr1= Interaction | ||
| [[Array]] | |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]] | |||
}} | }} | ||
< | <dl class="command_description"> | ||
< | |||
<dt></dt> | |||
<dd class="notedate">Posted on 2018-04-22 - 14:19 (UTC)</dd> | |||
<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> | |||
</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