Method | Description | |
---|---|---|
AddListener ( HostChangedListener listener ) : void | ||
DelayGame ( int seconds ) : void | ||
DropPlayer ( int team_index, int player_index ) : bool | ||
DynamicHostMode ( CommandCode game_type, byte game_time_minutes, byte tags, byte reloads, byte sheilds, byte mega, bool team_tag, bool medic_mode, byte number_of_teams ) : void | ||
EndGame ( ) : void | ||
GetCountdown ( ) : string | ||
GetGameState ( ) : HostingState | ||
GetGameStateText ( ) : string | ||
HostGun ( string device, HostChangedListener l ) : System | ||
Init2TeamHostMode ( byte game_time_minutes, byte tags, byte reloads, byte sheilds, byte mega, bool team_tag, bool medic_mode ) : void | ||
Init3TeamHostMode ( byte game_time_minutes, byte tags, byte reloads, byte sheilds, byte mega, bool team_tag, bool medic_mode ) : void | ||
InitCustomHostMode ( byte game_time_minutes, byte tags, byte reloads, byte sheilds, byte mega, bool team_tag, bool medic_mode ) : void | ||
IsTeamGame ( ) : bool | ||
IsZoneGame ( ) : bool | ||
LookupPlayer ( int team_number, int player_number ) : |
||
Next ( ) : void | ||
Pause ( ) : void | ||
RunRankTests ( ) : void | ||
SetDevice ( string device ) : bool | ||
SetGameStartCountdownTime ( int game_start_countdown_seconds ) : void | ||
SetPlayerName ( int team_index, int player_index, string name ) : bool | ||
StartGameNow ( ) : bool | ||
StartServer ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
AssertUnknownBits ( String name, |
||
AssignTeamAndPlayer ( int team_request, |
||
BaseGameSet ( byte game_time_minutes, byte tags, byte reloads, byte sheilds, byte mega, bool team_tag, bool medic_mode ) : void | ||
ChangeState ( System.DateTime now, HostingState state ) : bool | ||
DecimalHexToDecimal ( int d ) : int | ||
DecimalToDecimalHex ( byte d ) : byte | ||
GetCommandCodeName ( CommandCode code ) : string | ||
HostDebugWriteLine ( string line ) : void | ||
PlayerTeamNumberSplit ( int team_player_id, int &player_number, int &team_number ) : void | ||
PrintScoreReport ( ) : void | ||
ProcessCommandSequence ( ) : bool | ||
ProcessMessage ( string command, string parameters ) : bool | ||
ProcessPacket ( |
||
ProcessPlayerHitByTeamReport ( ) : bool | ||
ProcessPlayerReportScore ( ) : bool | ||
RankPlayers ( ) : void | ||
SendPlayerJoin ( byte game_id ) : void | ||
SerializeCommandSequence ( List |
||
Shoot ( int team_number, int player_number, int damage, bool hosted ) : void | ||
TransmitBytes ( |
||
TransmitLTTOBytes ( |
||
TransmitPacket2 ( |
public AddListener ( HostChangedListener listener ) : void | ||
listener | HostChangedListener | |
return | void |
public DropPlayer ( int team_index, int player_index ) : bool | ||
team_index | int | |
player_index | int | |
return | bool |
public DynamicHostMode ( CommandCode game_type, byte game_time_minutes, byte tags, byte reloads, byte sheilds, byte mega, bool team_tag, bool medic_mode, byte number_of_teams ) : void | ||
game_type | CommandCode | |
game_time_minutes | byte | |
tags | byte | |
reloads | byte | |
sheilds | byte | |
mega | byte | |
team_tag | bool | |
medic_mode | bool | |
number_of_teams | byte | |
return | void |
public HostGun ( string device, HostChangedListener l ) : System | ||
device | string | |
l | HostChangedListener | |
return | System |
public Init2TeamHostMode ( byte game_time_minutes, byte tags, byte reloads, byte sheilds, byte mega, bool team_tag, bool medic_mode ) : void | ||
game_time_minutes | byte | |
tags | byte | |
reloads | byte | |
sheilds | byte | |
mega | byte | |
team_tag | bool | |
medic_mode | bool | |
return | void |
public Init3TeamHostMode ( byte game_time_minutes, byte tags, byte reloads, byte sheilds, byte mega, bool team_tag, bool medic_mode ) : void | ||
game_time_minutes | byte | |
tags | byte | |
reloads | byte | |
sheilds | byte | |
mega | byte | |
team_tag | bool | |
medic_mode | bool | |
return | void |
public InitCustomHostMode ( byte game_time_minutes, byte tags, byte reloads, byte sheilds, byte mega, bool team_tag, bool medic_mode ) : void | ||
game_time_minutes | byte | |
tags | byte | |
reloads | byte | |
sheilds | byte | |
mega | byte | |
team_tag | bool | |
medic_mode | bool | |
return | void |
public LookupPlayer ( int team_number, int player_number ) : |
||
team_number | int | |
player_number | int | |
return |
public SetGameStartCountdownTime ( int game_start_countdown_seconds ) : void | ||
game_start_countdown_seconds | int | |
return | void |
public SetPlayerName ( int team_index, int player_index, string name ) : bool | ||
team_index | int | |
player_index | int | |
name | string | |
return | bool |