C# Class DarkEmu_GameServer.DatabaseCore.User_

Show file Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
CharacterCount byte[]
Characters Characters_[]
NumberOfUsers int
Password string[]
User string[]
UserId uint[]

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

CharacterCount public property

public byte[] CharacterCount
return byte[]

Characters public property

public Characters_[] Characters
return Characters_[]

NumberOfUsers public property

public int NumberOfUsers
return int

Password public property

public string[] Password
return string[]

User public property

public string[] User
return string[]

UserId public property

public uint[] UserId
return uint[]