C# Class DarkEmu_LoginServer.DatabaseCore.User_

Exibir arquivo Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
Banned bool[]
FailedLogins byte[]
NumberOfUsers int
Online bool[]
Password string[]
User string[]

Public Methods

Method Description
GetIndexByName ( string UserName ) : int
Pulse ( ) : void

Method Details

GetIndexByName() public method

public GetIndexByName ( string UserName ) : int
UserName string
return int

Pulse() public method

public Pulse ( ) : void
return void

Property Details

Banned public_oe property

public bool[] Banned
return bool[]

FailedLogins public_oe property

public byte[] FailedLogins
return byte[]

NumberOfUsers public_oe property

public int NumberOfUsers
return int

Online public_oe property

public bool[] Online
return bool[]

Password public_oe property

public string[] Password
return string[]

User public_oe property

public string[] User
return string[]