Class OnPrivateMessageEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnPrivateMessageEventArgs
Properties
| Improve this Doc View SourceMessage
The message that was sent
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
String |
Recipient
The player receiving the PM
Declaration
public Player Recipient { get; }
Property Value
Type | Description |
---|---|
Player |