Show / Hide Table of Contents

Class OnPlayerConnectEventArgs

Inheritance
Object
OnPlayerConnectEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Game.Events
Assembly: SlipeServer.dll
Syntax
public class OnPlayerConnectEventArgs

Properties

| Improve this Doc View Source

Ip

The ip of the player

Declaration
public string Ip { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Nickname

The nickname the player is connecting with

Declaration
public string Nickname { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Serial

The serial of the player

Declaration
public string Serial { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Username

The username of the player

Declaration
public string Username { get; }
Property Value
Type Description
String
| Improve this Doc View Source

VersionNumber

The version number of the player

Declaration
public int VersionNumber { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

VersionString

The string representation of the version

Declaration
public string VersionString { get; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX