actionNow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3 |version1= 2.16 |eff= global |gr1= Interaction |descr= Make a unit perform an action immediately (without any animation/pre-processing). Se...")
 
(add example for opening inventory while in vehicle)
Line 26: Line 26:


|x1= <sqf>player actionNow ["TakeBag", bag]; // pick up the bag without any animation</sqf>
|x1= <sqf>player actionNow ["TakeBag", bag]; // pick up the bag without any animation</sqf>
|x2= <sqf>vehicle player actionNow ["Gear", player]; // open inventory while in vehicle</sqf>


|seealso= [[action]] [[actionIDs]] [[actionParams]] [[addAction]] [[setUserActionText]] [[inGameUISetEventHandler]] [[showHUD]] [[inputAction]] [[removeAction]] [[removeAllActions]] [[weaponsInfo]]
|seealso= [[action]] [[actionIDs]] [[actionParams]] [[addAction]] [[setUserActionText]] [[inGameUISetEventHandler]] [[showHUD]] [[inputAction]] [[removeAction]] [[removeAllActions]] [[weaponsInfo]]
}}
}}

Revision as of 23:22, 13 January 2024

Hover & click on the images for description

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", bag]; // pick up the bag without any animation
Example 2:
vehicle player actionNow ["Gear", 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