Class OnPlayerConnectEventArgs
Inherited Members
Namespace: Slipe.Server.Game.Events
Assembly: SlipeServer.dll
Syntax
public class OnPlayerConnectEventArgs
Properties
| Improve this Doc View SourceIp
The ip of the player
Declaration
public string Ip { get; }
Property Value
Type | Description |
---|---|
String |
Nickname
The nickname the player is connecting with
Declaration
public string Nickname { get; }
Property Value
Type | Description |
---|---|
String |
Serial
The serial of the player
Declaration
public string Serial { get; }
Property Value
Type | Description |
---|---|
String |
Username
The username of the player
Declaration
public string Username { get; }
Property Value
Type | Description |
---|---|
String |
VersionNumber
The version number of the player
Declaration
public int VersionNumber { get; }
Property Value
Type | Description |
---|---|
Int32 |
VersionString
The string representation of the version
Declaration
public string VersionString { get; }
Property Value
Type | Description |
---|---|
String |