|
Crystal AI
1.0.0
|
A collection of T:Crystal.IActions. More...
Public Member Functions | |
| bool | Add (IAction action) |
| Adds the specified action. More... | |
| bool | Contains (string actionId) |
| Determines whether this collection contains an action with the specified identifier (actionId). More... | |
| void | Clear () |
| Removes all actions from this collection. More... | |
| IAction | Create (string actionId) |
| Creates the specified action identifier. More... | |
A collection of T:Crystal.IActions.
| bool Crystal.IActionCollection.Add | ( | IAction | action | ) |
Adds the specified action.
| action | The action. |
true if the action was successfully added to the collection, false otherwise. Implemented in Crystal.ActionCollection.
| void Crystal.IActionCollection.Clear | ( | ) |
Removes all actions from this collection.
Implemented in Crystal.ActionCollection.
| bool Crystal.IActionCollection.Contains | ( | string | actionId | ) |
Determines whether this collection contains an action with the specified identifier (actionId).
| actionId | The action identifier. |
true if an action with the specified identifier exists within the collection; otherwise, false. Implemented in Crystal.ActionCollection.
| IAction Crystal.IActionCollection.Create | ( | string | actionId | ) |
Creates the specified action identifier.
| actionId | The action identifier. |
null otherwise. Implemented in Crystal.ActionCollection.