|
| void | Chat (string message) |
| |
| void | FinishChatting () |
| |
| void | Start () |
| | Initializes the decision action. Implementation should begin execution of the decision logic.
|
| |
| void | Finish () |
| | Finalizes the decision action. Implementation should clean up any resources or state related to the decision.
|
| |
| bool | Tick () |
| | Executes the decision logic and determines the outcome.
|
| |
| string | DebugInfo () |
| | Provides debugging information for the decision.
|
| |
|
| string | PrettyName [get] |
| | Gets the human-readable description of the decision.
|
| |
◆ Chat()
| void IChatDecision.Chat |
( |
string |
message | ) |
|
◆ FinishChatting()
| void IChatDecision.FinishChatting |
( |
| ) |
|
The documentation for this interface was generated from the following file: