actionNow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "↵|version1= 2.18" to " |version1= 2.18 |branch= dev")
 
Line 3: Line 3:
|game1= arma3
|game1= arma3
|version1= 2.18
|version1= 2.18
|branch= dev


|eff= global
|eff= global

Latest revision as of 22:50, 17 April 2024

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.18.

Description

Description:
Make a unit perform an action immediately (without any animation/pre-processing). See the action command for more information.
Groups:
Interaction

Syntax

Syntax:
unit actionNow actionArray
Parameters:
unit: Object
actionArray: Array
Return Value:
Nothing

Alternative Syntax

Syntax:
actionNow actionArray
Parameters:
actionArray: Array
Return Value:
Nothing

Examples

Example 1:
player actionNow ["TakeBag", _backpack]; // pick up a backpack without any animation
Example 2:
player actionNow ["Gear", vehicle player]; // open inventory while in vehicle

Additional Information

See also:
action actionIDs actionParams addAction setUserActionText inGameUISetEventHandler showHUD inputAction removeAction removeAllActions weaponsInfo

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