C# Class Auxilium_Server.Classes.UserState

Afficher le fichier Open project: banksyhf/Auxilium Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
AddPoints ( int points ) : void
IsFlooding ( ) : bool

Method Details

AddPoints() public méthode

public AddPoints ( int points ) : void
points int
Résultat void

IsFlooding() public méthode

public IsFlooding ( ) : bool
Résultat bool

Property Details

Authenticated public_oe property

public bool Authenticated
Résultat bool

Channel public_oe property

public byte Channel
Résultat byte

Email public_oe property

public string Email
Résultat string

ExperienceRequired public_oe property

public int ExperienceRequired
Résultat int

Idle public_oe property

public bool Idle
Résultat bool

LastAction public_oe property

public DateTime,System LastAction
Résultat System.DateTime

LastPacket public_oe property

public DateTime,System LastPacket
Résultat System.DateTime

LastPayout public_oe property

public DateTime,System LastPayout
Résultat System.DateTime

Mute public_oe property

public List Mute
Résultat List

PacketCount public_oe property

public byte PacketCount
Résultat byte

Percentage public_oe property

public int Percentage
Résultat int

Points public_oe property

public int Points
Résultat int

Rank public_oe property

public byte Rank
Résultat byte

UserId public_oe property

public ushort UserId
Résultat ushort

Username public_oe property

public string Username
Résultat string

Verified public_oe property

public bool Verified
Résultat bool