Method | Description | |
---|---|---|
BalancingTimer ( ) : void | ||
CompareTeams ( ) : void | ||
DebugInfo ( string DebugMessage ) : void | ||
DebugInfoGuard ( string DebugMessage ) : void | ||
DebugInfoSkill ( string DebugMessage ) : void | ||
GetDisplayPluginVariables ( ) : List |
||
GetPluginAuthor ( ) : string | ||
GetPluginDescription ( ) : string | ||
GetPluginName ( ) : string | ||
GetPluginVariables ( ) : List |
||
GetPluginVersion ( ) : string | ||
GetPluginWebsite ( ) : string | ||
GetSoldierNames ( ) : List |
||
KeepAllSquads ( ) : void | ||
KeepClanMates ( ) : void | ||
KeepNoSquads ( ) : void | ||
LogMove ( string MoveMsg ) : void | ||
OnCommandScrambleNow ( string strSpeaker, string strText, PRoCon.Core.Plugin.Commands.MatchCommand mtcCommand, CapturedCommand capCommand, PRoCon.Core.CPlayerSubset subMatchedScope ) : void | ||
OnCommandScrambleRound ( string strSpeaker, string strText, PRoCon.Core.Plugin.Commands.MatchCommand mtcCommand, CapturedCommand capCommand, PRoCon.Core.CPlayerSubset subMatchedScope ) : void | ||
OnCommandTBForceMove ( string strSpeaker, string strText, PRoCon.Core.Plugin.Commands.MatchCommand mtcCommand, CapturedCommand capCommand, PRoCon.Core.CPlayerSubset subMatchedScope ) : void | ||
OnCommandTBMove ( string strSpeaker, string strText, PRoCon.Core.Plugin.Commands.MatchCommand mtcCommand, CapturedCommand capCommand, PRoCon.Core.CPlayerSubset subMatchedScope ) : void | ||
OnLevelLoaded ( string mapFileName, string Gamemode, int roundsPlayed, int roundsTotal ) : void | ||
OnListPlayers ( List |
||
OnLogin ( ) : void | ||
OnPlayerKilled ( PRoCon.Core.Kill killInfo ) : void | ||
OnPlayerLeft ( PRoCon.Core.Players.CPlayerInfo cpiPlayer ) : void | ||
OnPlayerMovedByAdmin ( string soldierName, int destinationTeamId, int destinationSquadId, bool forceKilled ) : void | ||
OnPlayerSpawned ( string soldierName, PRoCon.Core.Players.Inventory spawnedInventory ) : void | ||
OnPlayerSquadChange ( string soldierName, int teamId, int squadId ) : void | ||
OnPlayerTeamChange ( string strSoldierName, int iTeamID, int iSquadID ) : void | ||
OnPluginDisable ( ) : void | ||
OnPluginEnable ( ) : void | ||
OnPluginLoaded ( string strHostName, string strPort, string strPRoConVersion ) : void | ||
OnReservedSlotsList ( List |
||
OnResponseError ( List |
||
OnRestartLevel ( ) : void | ||
OnRoundOver ( int iWinningTeamID ) : void | ||
OnRoundOverPlayers ( List |
||
OnRoundOverTeamScores ( List |
||
OnRunNextLevel ( ) : void | ||
OnScrambleViaPRoCon ( ) : void | ||
OnServerInfo ( PRoCon.Core.CServerInfo csiServerInfo ) : void | ||
ScrambleNow ( ) : void | ||
SetPluginVariable ( string strVariable, string strValue ) : void | ||
StartScrambler ( ) : void | ||
TBValue ( double TBrank, double TBskill, double TBspm, double TBspmcombat, double TBkdr ) : double | ||
TrueBalancer ( ) : System | ||
startBalancing ( ) : void |
Method | Description | |
---|---|---|
PostBalanceValue ( string message ) : void | ||
RegisterAllCommands ( ) : void | ||
UnregisterAllCommands ( ) : void | ||
UpdateCheck ( ) : void |
public DebugInfo ( string DebugMessage ) : void | ||
DebugMessage | string | |
return | void |
public DebugInfoGuard ( string DebugMessage ) : void | ||
DebugMessage | string | |
return | void |
public DebugInfoSkill ( string DebugMessage ) : void | ||
DebugMessage | string | |
return | void |
public OnCommandScrambleNow ( string strSpeaker, string strText, PRoCon.Core.Plugin.Commands.MatchCommand mtcCommand, CapturedCommand capCommand, PRoCon.Core.CPlayerSubset subMatchedScope ) : void | ||
strSpeaker | string | |
strText | string | |
mtcCommand | PRoCon.Core.Plugin.Commands.MatchCommand | |
capCommand | CapturedCommand | |
subMatchedScope | PRoCon.Core.CPlayerSubset | |
return | void |
public OnCommandScrambleRound ( string strSpeaker, string strText, PRoCon.Core.Plugin.Commands.MatchCommand mtcCommand, CapturedCommand capCommand, PRoCon.Core.CPlayerSubset subMatchedScope ) : void | ||
strSpeaker | string | |
strText | string | |
mtcCommand | PRoCon.Core.Plugin.Commands.MatchCommand | |
capCommand | CapturedCommand | |
subMatchedScope | PRoCon.Core.CPlayerSubset | |
return | void |
public OnCommandTBForceMove ( string strSpeaker, string strText, PRoCon.Core.Plugin.Commands.MatchCommand mtcCommand, CapturedCommand capCommand, PRoCon.Core.CPlayerSubset subMatchedScope ) : void | ||
strSpeaker | string | |
strText | string | |
mtcCommand | PRoCon.Core.Plugin.Commands.MatchCommand | |
capCommand | CapturedCommand | |
subMatchedScope | PRoCon.Core.CPlayerSubset | |
return | void |
public OnCommandTBMove ( string strSpeaker, string strText, PRoCon.Core.Plugin.Commands.MatchCommand mtcCommand, CapturedCommand capCommand, PRoCon.Core.CPlayerSubset subMatchedScope ) : void | ||
strSpeaker | string | |
strText | string | |
mtcCommand | PRoCon.Core.Plugin.Commands.MatchCommand | |
capCommand | CapturedCommand | |
subMatchedScope | PRoCon.Core.CPlayerSubset | |
return | void |
public OnLevelLoaded ( string mapFileName, string Gamemode, int roundsPlayed, int roundsTotal ) : void | ||
mapFileName | string | |
Gamemode | string | |
roundsPlayed | int | |
roundsTotal | int | |
return | void |
public OnListPlayers ( List |
||
lstPlayers | List |
|
cpsSubset | PRoCon.Core.CPlayerSubset | |
return | void |
public OnPlayerKilled ( PRoCon.Core.Kill killInfo ) : void | ||
killInfo | PRoCon.Core.Kill | |
return | void |
public OnPlayerLeft ( PRoCon.Core.Players.CPlayerInfo cpiPlayer ) : void | ||
cpiPlayer | PRoCon.Core.Players.CPlayerInfo | |
return | void |
public OnPlayerMovedByAdmin ( string soldierName, int destinationTeamId, int destinationSquadId, bool forceKilled ) : void | ||
soldierName | string | |
destinationTeamId | int | |
destinationSquadId | int | |
forceKilled | bool | |
return | void |
public OnPlayerSpawned ( string soldierName, PRoCon.Core.Players.Inventory spawnedInventory ) : void | ||
soldierName | string | |
spawnedInventory | PRoCon.Core.Players.Inventory | |
return | void |
public OnPlayerSquadChange ( string soldierName, int teamId, int squadId ) : void | ||
soldierName | string | |
teamId | int | |
squadId | int | |
return | void |
public OnPlayerTeamChange ( string strSoldierName, int iTeamID, int iSquadID ) : void | ||
strSoldierName | string | |
iTeamID | int | |
iSquadID | int | |
return | void |
public OnPluginLoaded ( string strHostName, string strPort, string strPRoConVersion ) : void | ||
strHostName | string | |
strPort | string | |
strPRoConVersion | string | |
return | void |
public OnReservedSlotsList ( List |
||
soldierNames | List |
|
return | void |
public OnResponseError ( List |
||
lstRequestWords | List |
|
strError | string | |
return | void |
public OnRoundOver ( int iWinningTeamID ) : void | ||
iWinningTeamID | int | |
return | void |
public OnRoundOverPlayers ( List |
||
lstPlayers | List |
|
return | void |
public OnRoundOverTeamScores ( List |
||
teamScores | List |
|
return | void |
public OnServerInfo ( PRoCon.Core.CServerInfo csiServerInfo ) : void | ||
csiServerInfo | PRoCon.Core.CServerInfo | |
return | void |
public SetPluginVariable ( string strVariable, string strValue ) : void | ||
strVariable | string | |
strValue | string | |
return | void |
public TBValue ( double TBrank, double TBskill, double TBspm, double TBspmcombat, double TBkdr ) : double | ||
TBrank | double | |
TBskill | double | |
TBspm | double | |
TBspmcombat | double | |
TBkdr | double | |
return | double |