AI Actions collection.
More...
AI Actions collection.
- See also
- T:Crystal.IActionCollection
Crystal.ActionCollection.ActionCollection |
( |
| ) |
|
|
inline |
bool Crystal.ActionCollection.Add |
( |
IAction |
action | ) |
|
|
inline |
Adds the specified action.
- Parameters
-
- Returns
true
if the action was successfully added to the collection, false
otherwise.
Implements Crystal.IActionCollection.
void Crystal.ActionCollection.Clear |
( |
| ) |
|
|
inline |
bool Crystal.ActionCollection.Contains |
( |
string |
actionId | ) |
|
|
inline |
Determines whether this collection contains an action with the specified identifier (actionId).
- Parameters
-
actionId | The action identifier. |
- Returns
true
if an action with the specified identifier exists within the collection; otherwise, false
.
Implements Crystal.IActionCollection.
IAction Crystal.ActionCollection.Create |
( |
string |
actionId | ) |
|
|
inline |
Creates the specified action identifier.
- Parameters
-
actionId | The action identifier. |
- Returns
- T:Crystal.IAction if an action with the specified identifier exists,
null
otherwise.
Implements Crystal.IActionCollection.
The documentation for this class was generated from the following file:
- Source/Actions/ActionCollection.cs