Raymond Maarloeve
Loading...
Searching...
No Matches
IChatDecision Interface Reference

Public Member Functions

void Chat (string message)
 
void FinishChatting ()
 
- Public Member Functions inherited from IDecision
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.
 

Additional Inherited Members

- Properties inherited from IDecision
string PrettyName [get]
 Gets the human-readable description of the decision.
 

Member Function Documentation

◆ Chat()

void IChatDecision.Chat ( string  message)

Implemented in JudgeDecision, and ChatDecision.

◆ FinishChatting()

void IChatDecision.FinishChatting ( )

Implemented in JudgeDecision, and ChatDecision.


The documentation for this interface was generated from the following file: