Summary
Returns if the stone handles the timeAgent.
This method does not check the timeAgent's state (active/inactive).
TimeAgent are distinguished by the stone using their guid
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime - Containing Type
- TimeStone
Syntax
public bool HasTimeAgent(TimeAgent timeAgent)
Parameters
| Name | Type | Description |
|---|---|---|
| timeAgent | TimeAgent |
Return Value
| Type | Description |
|---|---|
| bool | If the TimeAgent is in TimeStone's list |