SimpleActionGroup.remove

Removes the named action from the action group. If no action of this name is in the group then nothing happens. Since 2.28

class SimpleActionGroup
void
remove
(
string actionName
)

Parameters

actionName string

the name of the action

Meta