![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Functions | |
function | gameRepAnalyzeAndReport () |
function | gameRepInitializeParams () |
function | gameRepPlayerConnected () |
function | gameRepPlayerDisconnected () |
function | gameRepPrepareAndReport (paramName) |
function | gameRepUpdateInformationForRound () |
function | gameRepUpdateNonPersistentPlayerInformation () |
function | gameRepUpdatePersistentPlayerInformation () |
function | getGameRepParamLimit (paramName) |
function | getParamValueForPlayer (playerName, paramName) |
function | init () |
function | isGameRepEnabled () |
function | isGameRepInitialized () |
function | isGameRepParamIgnoredForReporting (paramName) |
function | isGameRepParamValid (paramName) |
function | setMaximumParamValueForCurrentGame (paramName, value) |
function gameRepAnalyzeAndReport | ( | ) |
Definition at line 386 of file _gamerep.gsc.
References gameRepPrepareAndReport(), gameRepUpdatePersistentPlayerInformation(), getGameRepParamLimit(), getParamValueForPlayer(), isGameRepEnabled(), isGameRepParamValid(), and setMaximumParamValueForCurrentGame().
Referenced by endGame().
function gameRepInitializeParams | ( | ) |
Definition at line 50 of file _gamerep.gsc.
Referenced by init().
function gameRepPlayerConnected | ( | ) |
Definition at line 186 of file _gamerep.gsc.
References getRankXpStat(), isGameRepEnabled(), and name.
Referenced by Callback_PlayerConnect().
function gameRepPlayerDisconnected | ( | ) |
Definition at line 222 of file _gamerep.gsc.
References gameRepUpdateNonPersistentPlayerInformation(), gameRepUpdatePersistentPlayerInformation(), isGameRepEnabled(), and name.
Referenced by Callback_PlayerDisconnect().
function gameRepPrepareAndReport | ( | paramName | ) |
Definition at line 442 of file _gamerep.gsc.
References isGameRepParamIgnoredForReporting().
Referenced by gameRepAnalyzeAndReport().
function gameRepUpdateInformationForRound | ( | ) |
Definition at line 372 of file _gamerep.gsc.
References gameRepUpdateNonPersistentPlayerInformation(), and isGameRepEnabled().
Referenced by endGame().
function gameRepUpdateNonPersistentPlayerInformation | ( | ) |
Definition at line 241 of file _gamerep.gsc.
References name.
Referenced by gameRepPlayerDisconnected(), and gameRepUpdateInformationForRound().
function gameRepUpdatePersistentPlayerInformation | ( | ) |
Definition at line 259 of file _gamerep.gsc.
References getRankXpStat(), and name.
Referenced by gameRepAnalyzeAndReport(), and gameRepPlayerDisconnected().
function getGameRepParamLimit | ( | paramName | ) |
Definition at line 342 of file _gamerep.gsc.
Referenced by gameRepAnalyzeAndReport().
function getParamValueForPlayer | ( | playerName | , |
paramName | |||
) |
Definition at line 304 of file _gamerep.gsc.
Referenced by gameRepAnalyzeAndReport().
function init | ( | ) |
Definition at line 9 of file _gamerep.gsc.
References gameRepInitializeParams(), isGameRepEnabled(), and isGameRepInitialized().
function isGameRepEnabled | ( | ) |
Definition at line 39 of file _gamerep.gsc.
References is_bot_ranked_match().
Referenced by gameRepAnalyzeAndReport(), gameRepPlayerConnected(), gameRepPlayerDisconnected(), gameRepUpdateInformationForRound(), and init().
function isGameRepInitialized | ( | ) |
Definition at line 31 of file _gamerep.gsc.
Referenced by init().
function isGameRepParamIgnoredForReporting | ( | paramName | ) |
Definition at line 334 of file _gamerep.gsc.
Referenced by gameRepPrepareAndReport().
function isGameRepParamValid | ( | paramName | ) |
Definition at line 312 of file _gamerep.gsc.
Referenced by gameRepAnalyzeAndReport().
function setMaximumParamValueForCurrentGame | ( | paramName | , |
value | |||
) |
Definition at line 358 of file _gamerep.gsc.
Referenced by gameRepAnalyzeAndReport().