FindBaseActionFromFunctionAction Method (ActionManager)
In This Topic
This function searches the base action for an existing action in scripting. the base action has the same name, but a lower ordinal.
Syntax
public Action FindBaseActionFromFunctionAction(
bool
)
public:
Action^ FindBaseActionFromFunctionAction(
bool
)
Parameters
| Parameter Name | Description |
|---|
| bSilent | true: no error is reported in the system errors when the action is not found. |
Return Value
Returns a reference to a
Action or NULL in case no action with this name exists in the system.
See Also