Class OnNicknameChangedEventArgs
Inherited Members
Namespace: Slipe.Client.Peds.Events
Assembly: SlipeClient.dll
Syntax
public class OnNicknameChangedEventArgs
Properties
| Improve this Doc View SourceNewNickname
The new nickname of the player.
Declaration
public string NewNickname { get; }
Property Value
Type | Description |
---|---|
String |
OldNickname
The nickname the player had before.
Declaration
public string OldNickname { get; }
Property Value
Type | Description |
---|---|
String |