C# 클래스 Auxilium_Server.Classes.UserState

파일 보기 프로젝트 열기: banksyhf/Auxilium 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
AddPoints ( int points ) : void
IsFlooding ( ) : bool

메소드 상세

AddPoints() 공개 메소드

public AddPoints ( int points ) : void
points int
리턴 void

IsFlooding() 공개 메소드

public IsFlooding ( ) : bool
리턴 bool

프로퍼티 상세

Authenticated 공개적으로 프로퍼티

public bool Authenticated
리턴 bool

Channel 공개적으로 프로퍼티

public byte Channel
리턴 byte

Email 공개적으로 프로퍼티

public string Email
리턴 string

ExperienceRequired 공개적으로 프로퍼티

public int ExperienceRequired
리턴 int

Idle 공개적으로 프로퍼티

public bool Idle
리턴 bool

LastAction 공개적으로 프로퍼티

public DateTime,System LastAction
리턴 System.DateTime

LastPacket 공개적으로 프로퍼티

public DateTime,System LastPacket
리턴 System.DateTime

LastPayout 공개적으로 프로퍼티

public DateTime,System LastPayout
리턴 System.DateTime

Mute 공개적으로 프로퍼티

public List Mute
리턴 List

PacketCount 공개적으로 프로퍼티

public byte PacketCount
리턴 byte

Percentage 공개적으로 프로퍼티

public int Percentage
리턴 int

Points 공개적으로 프로퍼티

public int Points
리턴 int

Rank 공개적으로 프로퍼티

public byte Rank
리턴 byte

UserId 공개적으로 프로퍼티

public ushort UserId
리턴 ushort

Username 공개적으로 프로퍼티

public string Username
리턴 string

Verified 공개적으로 프로퍼티

public bool Verified
리턴 bool