Executes the action of the given index
If the index is null, it will execute the last selected action
A second parameter can be given to specify if it should be executed the left or right action
overload 1:
action_wheel:execute()
Method Property | Fluent Description | Representation |
Return Value | nil | |
overload 2:
action_wheel:execute(index)
Method Property | Fluent Description | Representation |
index accepts | an Integer | |
Return Value | nil | |
overload 3:
action_wheel:execute(index, rightClick)
Method Property | Fluent Description | Representation |
index accepts | an Integer | |
rightClick accepts | a Boolean | |
Return Value | nil | |