Interfaces
IMessageService
Responsible for text communication between players.
Methods
Send
Sends a message to a player.
Parameters
| Name | Type | Description |
|---|---|---|
| to | User | The user to send the message to. |
| subject | string | The subject of the message. |
| content | string | The content of the message. |
| sender | string | The sender of the message. If left empty the addon's assembly name will be used. |
Returns
| Name | Type |
|---|---|
| Message | The |
Send
Sends a message to a player.
Parameters
| Name | Type | Description |
|---|---|---|
| to | Player | The user to send the message to. |
| subject | string | The subject of the message. |
| content | string | The content of the message. |
| sender | string | The sender of the message. If left empty the addon's assembly name will be used. |
Returns
| Name | Type |
|---|---|
| Message | The |