BIS fnc moveAction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
Line 22: Line 22:
|p2= returnConfig: [[Boolean]] - [[true]] to return action config path, [[false]] to return the action name
|p2= returnConfig: [[Boolean]] - [[true]] to return action config path, [[false]] to return the action name


| [[Config]] or [[String]] - depends on ''returnConfig''
|r1=[[Config]] or [[String]] - depends on ''returnConfig''


|x1= <code>_actionName  = [<nowiki/>[[player]], [[false]]] [[call]] [[BIS_fnc_moveAction]];
|x1= <code>_actionName  = [<nowiki/>[[player]], [[false]]] [[call]] [[BIS_fnc_moveAction]];

Revision as of 21:27, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
Parameters:
unit: Object
returnConfig: Boolean - true to return action config path, false to return the action name
Return Value:
Config or String - depends on returnConfig

Examples

Example 1:
_actionName = [player, false] call BIS_fnc_moveAction; _actionConfig = [player, true] call BIS_fnc_moveAction;

Additional Information

See also:
playActionplayActionNowswitchActionplayMoveswitchMove

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