mbGetAction
mbGetAction(t_viewType t_uniqueId) =>o_action/ nil
Description
Retrieves an action from the menu builder data structure.
Arguments
|
Name of the view type for which this action has been registered. |
|
Values Returned
Example
Retrieves the action del from menu builder data structure for the maskLayout view type.
action=mbGetAction("maskLayout" "del")
Return to top