diff options
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r-- | src/ClientHandle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index 4a4c9553d..cadce3c09 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -153,6 +153,7 @@ public: // tolua_export void SendCameraSetTo (const cEntity & a_Entity); void SendChat (const AString & a_Message, eMessageType a_ChatPrefix, const AString & a_AdditionalData = ""); void SendChat (const cCompositeChat & a_Message); + void SendChatRaw (const AString & a_MessageRaw, eChatType a_Type); void SendChatAboveActionBar (const AString & a_Message, eMessageType a_ChatPrefix, const AString & a_AdditionalData = ""); void SendChatAboveActionBar (const cCompositeChat & a_Message); void SendChatSystem (const AString & a_Message, eMessageType a_ChatPrefix, const AString & a_AdditionalData = ""); |