Свойство | Type | Description | |
---|---|---|---|
CanPlay | bool | ||
Combo | int | ||
Connected | bool | ||
CourseTitle | string | ||
CurrentRoomRights | RoomRights | ||
CurrentScreen | NSScreen | ||
GameDifficulty | NSDifficulty | ||
GameFeet | int | ||
GamePlayerSettings | string | ||
MaxCombo | int | ||
Meta | Hashtable | ||
NoteHit | NSNotes | ||
NoteOffset | double | ||
NoteOffsetRaw | ushort | ||
Notes | int[] | ||
PlayTime | Stopwatch | ||
Playing | bool | ||
Score | int | ||
ShadowBanned | bool | ||
SongOptions | string | ||
SongTime | Stopwatch | ||
Spectating | bool | ||
SyncNeeded | bool | ||
Synced | bool | ||
User_Game | string | ||
User_ID | int | ||
User_IP | string | ||
User_Name | string | ||
User_Protocol | int | ||
User_Rank | UserRank | ||
User_Table | Hashtable | ||
ez | Ez | ||
mainClass | MainClass | ||
tcpClient | TcpClient | ||
tcpReader | BinaryReader | ||
tcpWriter | BinaryWriter |
Méthode | Description | |
---|---|---|
Ban ( ) : void | ||
Ban ( int originID ) : void | ||
CanChangeRoomSettings ( ) : bool | ||
Disconnect ( ) : void | ||
GetUsersInRoom ( ) : OpenSMO.User[] | ||
IsAdmin ( ) : bool | ||
IsModerator ( ) : bool | ||
Kick ( ) : void | ||
KickBan ( ) : void | ||
KickBan ( int originID ) : void | ||
NSCCM ( ) : void | ||
NSCGON ( ) : void | ||
NSCGSR ( ) : void | ||
NSCGSU ( ) : void | ||
NSCHello ( ) : void | ||
NSCPing ( ) : void | ||
NSCPingR ( ) : void | ||
NSCRSG ( ) : void | ||
NSCSMOnline ( ) : void | ||
NSCSMS ( ) : void | ||
NSCSU ( ) : void | ||
NSCUPOpts ( ) : void | ||
NameFormat ( ) : string | ||
RequiresAuthentication ( ) : bool | ||
RequiresRoom ( ) : bool | ||
SendAttack ( string modifiers, int ms ) : void | ||
SendChatMessage ( string Message ) : void | ||
SendGameStatus ( ) : void | ||
SendGameStatusColumn ( byte ColumnID ) : void | ||
SendRoomList ( ) : void | ||
SendRoomPlayers ( ) : void | ||
SendSong ( bool Start ) : void | ||
SendSongStartTo ( User checkSyncPlayers ) : void | ||
SendToRoom ( ) : void | ||
Update ( ) : void | ||
User ( MainClass mainClass, TcpClient tcpClient ) : System | ||
couldntReadData ( ) : void |
public SendAttack ( string modifiers, int ms ) : void | ||
modifiers | string | |
ms | int | |
Résultat | void |
public SendChatMessage ( string Message ) : void | ||
Message | string | |
Résultat | void |
public SendGameStatusColumn ( byte ColumnID ) : void | ||
ColumnID | byte | |
Résultat | void |
public SendSongStartTo ( User checkSyncPlayers ) : void | ||
checkSyncPlayers | User | |
Résultat | void |
public User ( MainClass mainClass, TcpClient tcpClient ) : System | ||
mainClass | MainClass | |
tcpClient | TcpClient | |
Résultat | System |