C# Class Auxilium_Server.Classes.UserState

Show file Open project: banksyhf/Auxilium Class Usage Examples

Public Properties

Property Type Description
Authenticated bool
Channel byte
Email string
ExperienceRequired int
Idle bool
LastAction System.DateTime
LastPacket System.DateTime
LastPayout System.DateTime
Mute List
PacketCount byte
Percentage int
Points int
Rank byte
UserId ushort
Username string
Verified bool

Public Methods

Method Description
AddPoints ( int points ) : void
IsFlooding ( ) : bool

Method Details

AddPoints() public method

public AddPoints ( int points ) : void
points int
return void

IsFlooding() public method

public IsFlooding ( ) : bool
return bool

Property Details

Authenticated public property

public bool Authenticated
return bool

Channel public property

public byte Channel
return byte

Email public property

public string Email
return string

ExperienceRequired public property

public int ExperienceRequired
return int

Idle public property

public bool Idle
return bool

LastAction public property

public DateTime,System LastAction
return System.DateTime

LastPacket public property

public DateTime,System LastPacket
return System.DateTime

LastPayout public property

public DateTime,System LastPayout
return System.DateTime

Mute public property

public List Mute
return List

PacketCount public property

public byte PacketCount
return byte

Percentage public property

public int Percentage
return int

Points public property

public int Points
return int

Rank public property

public byte Rank
return byte

UserId public property

public ushort UserId
return ushort

Username public property

public string Username
return string

Verified public property

public bool Verified
return bool