public Action FindAction( string strNameOfAction )
public: Action^ FindAction( String^ strNameOfAction )
Parameters
- strNameOfAction
- Name of the action you search for.
Return Value
Returns a reference to a Action or NULL in case no action with this name exists in the system.