◆ ChatClient()
essentials.Subsystems.Chat.ChatClient.ChatClient |
( |
| ) |
|
31 this.InjectDependencies();
33 _chatServer = this.
RpcManager.GetClass<ChatServer>();
40 _binding.
Bind(
"ShowChat", Key.Slash, () => _chatControl.Invoke(
"ShowChat"));
IBuiScreen BuiScreen
Definition: ChatClient.cs:14
void AddCallback(string name, BuiCallbackDelegate method)
Add a callback, by name, that the BUI script can call
IRpcManager RpcManager
Definition: ChatClient.cs:17
ChatClient()
Definition: ChatClient.cs:29
IInputManager InputManager
Definition: ChatClient.cs:23
string Resolve(string resource)
Resolves the data.
IResourceResolver ResourceResolver
Definition: ChatClient.cs:20
IBuiControl AddControl(string filename)
Add a control by filename
◆ OnStart()
void essentials.Subsystems.Chat.ChatClient.OnStart |
( |
| ) |
|
◆ OnStop()
void essentials.Subsystems.Chat.ChatClient.OnStop |
( |
| ) |
|
◆ Simulate()
void essentials.Subsystems.Chat.ChatClient.Simulate |
( |
IFrameTimeState |
frameTime | ) |
|
◆ BuiScreen
IBuiScreen essentials.Subsystems.Chat.ChatClient.BuiScreen |
|
getprotected |
◆ InputManager
◆ ResourceResolver
◆ RpcManager
IRpcManager essentials.Subsystems.Chat.ChatClient.RpcManager |
|
getprotected |
The documentation for this class was generated from the following file: