Replaces a given action by another one.
| C# |
public void ReplaceAction( string actionName, LGSPAction newAction )
- actionName (String)
- The name of the action to be replaced.
- newAction (LGSPAction)
- The new action.
| C# |
public void ReplaceAction( string actionName, LGSPAction newAction )