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

Public Member Functions

void StartChatting (IChattable otherChatter)
 
void FinishChatting ()
 
void Chat (string message)
 

Properties

Transform LookTarget [get]
 
string Name [get]
 
bool AvailableToChat [get]
 

Member Function Documentation

◆ Chat()

void IChattable.Chat ( string  message)

Implemented in NPC, and PlayerController.

◆ FinishChatting()

void IChattable.FinishChatting ( )

Implemented in NPC, and PlayerController.

◆ StartChatting()

void IChattable.StartChatting ( IChattable  otherChatter)

Implemented in PlayerController, and NPC.

Property Documentation

◆ AvailableToChat

bool IChattable.AvailableToChat
get

Implemented in NPC, and PlayerController.

◆ LookTarget

Transform IChattable.LookTarget
get

Implemented in NPC, and PlayerController.

◆ Name

string IChattable.Name
get

Implemented in NPC, and PlayerController.


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