C# Class Auxilium_Server.Classes.UserState

Datei anzeigen 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_oe property

public bool Authenticated
return bool

Channel public_oe property

public byte Channel
return byte

Email public_oe property

public string Email
return string

ExperienceRequired public_oe property

public int ExperienceRequired
return int

Idle public_oe property

public bool Idle
return bool

LastAction public_oe property

public DateTime,System LastAction
return System.DateTime

LastPacket public_oe property

public DateTime,System LastPacket
return System.DateTime

LastPayout public_oe property

public DateTime,System LastPayout
return System.DateTime

Mute public_oe property

public List Mute
return List

PacketCount public_oe property

public byte PacketCount
return byte

Percentage public_oe property

public int Percentage
return int

Points public_oe property

public int Points
return int

Rank public_oe property

public byte Rank
return byte

UserId public_oe property

public ushort UserId
return ushort

Username public_oe property

public string Username
return string

Verified public_oe property

public bool Verified
return bool