Interface IOblivionChatApi
Namespace: OblivionMp.Sdk.Api
Assembly: OblivionMp.Sdk.dll
API for interacting with the in-game chat.
public interface IOblivionChatApi
Methods
ShowLocalMessage(string, Color)
Adds a message to the in-game chat, visible only to the local player.
void ShowLocalMessage(string message, Color color)
Parameters
message string
The message to add to the chat.
color Color
The color of the message in the chat.