![]() |
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 | __init__ () |
| function | atLeastOnePlayerOnEachTeam () |
| function | CodeCallback_RankUp (rank, prestige, unlockTokensAdded) |
| function | doesScoreInfoCountTowardRampage (type) |
| function | endGameUpdate () |
| function | getArenaPointsStat () |
| function | getCodPointsCapped (inCodPoints) |
| function | getCodPointsStat () |
| function | getCombatEfficiencyEvent (type) |
| function | getItemIndex (refString) |
| function | getRank () |
| function | getRankForXp (xpVal) |
| function | getRankInfoCodPointsEarned (rankId) |
| function | getRankInfoFull (rankId) |
| function | getRankInfoIcon (rankId, prestigeId) |
| function | getRankInfoLevel (rankId) |
| function | getRankInfoMaxXp (rankId) |
| function | getRankInfoMinXP (rankId) |
| function | getRankInfoXPAmt (rankId) |
| function | getRankXP () |
| function | getRankXPCapped (inRankXp) |
| function | getRankXpStat () |
| function | getScoreInfoLabel (type) |
| function | getScoreInfoValue (type) |
| function | getScoreInfoXP (type) |
| function | getSPM () |
| function | giveRankXP (type, value, devAdd) |
| function | incCodPoints (amount) |
| function | incRankXP (amount) |
| function | init () |
| function | initScoreInfo () |
| function | on_joined_spectators () |
| function | on_joined_team () |
| function | on_player_connect () |
| function | on_player_spawned () |
| function | registerScoreInfo (type, value, xp, label, teamscore_material) |
| function | removeRankHUD () |
| function | round_this_number (value) |
| function | setCodPointsStat (codPoints) |
| function | shouldKickByRank () |
| function | shouldSkipMomentumDisplay (type) |
| function | syncXPStat () |
| function | updateMomentumHUD (amount, reason, reasonValue) |
| function | updateRank () |
| function | updateRankScoreHUD (amount) |
| function __init__ | ( | ) |
Definition at line 20 of file rank_shared.gsc.
References init(), and on_start_gametype().
| function atLeastOnePlayerOnEachTeam | ( | ) |
Definition at line 584 of file rank_shared.gsc.
Referenced by giveRankXP().
| function CodeCallback_RankUp | ( | rank | , |
| prestige | , | ||
| unlockTokensAdded | |||
| ) |
Definition at line 783 of file rank_shared.gsc.
| function doesScoreInfoCountTowardRampage | ( | type | ) |
Definition at line 301 of file rank_shared.gsc.
Referenced by givePlayerMomentum().
| function endGameUpdate | ( | ) |
Definition at line 830 of file rank_shared.gsc.
Referenced by giveMatchBonus(), and updateMatchBonusScores().
| function getArenaPointsStat | ( | ) |
Definition at line 398 of file rank_shared.gsc.
Referenced by on_player_connect().
| function getCodPointsCapped | ( | inCodPoints | ) |
Definition at line 203 of file rank_shared.gsc.
Referenced by getCodPointsStat(), incCodPoints(), setCodPointsStat(), and syncXPStat().
| function getCodPointsStat | ( | ) |
Definition at line 367 of file rank_shared.gsc.
References getCodPointsCapped(), and setCodPointsStat().
Referenced by deduct_player_ante(), on_player_connect(), and pay_out_winnings().
| function getCombatEfficiencyEvent | ( | type | ) |
Definition at line 296 of file rank_shared.gsc.
Referenced by givePlayerMomentum().
| function getItemIndex | ( | refString | ) |
Definition at line 821 of file rank_shared.gsc.
References getStatsTableName().
| function getRank | ( | ) |
Definition at line 979 of file rank_shared.gsc.
References getRankForXp(), getRankInfoMinXP(), getRankInfoXPAmt(), and getRankXPCapped().
Referenced by getSPM(), and updateRank().
| function getRankForXp | ( | xpVal | ) |
Definition at line 990 of file rank_shared.gsc.
References getRankInfoMinXP(), and getRankInfoXPAmt().
Referenced by getRank(), and on_player_connect().
| function getRankInfoCodPointsEarned | ( | rankId | ) |
Definition at line 336 of file rank_shared.gsc.
Referenced by updateRank().
| function getRankInfoFull | ( | rankId | ) |
Definition at line 321 of file rank_shared.gsc.
| function getRankInfoIcon | ( | rankId | , |
| prestigeId | |||
| ) |
Definition at line 326 of file rank_shared.gsc.
| function getRankInfoLevel | ( | rankId | ) |
Definition at line 331 of file rank_shared.gsc.
| function getRankInfoMaxXp | ( | rankId | ) |
Definition at line 316 of file rank_shared.gsc.
Referenced by on_player_connect().
| function getRankInfoMinXP | ( | rankId | ) |
Definition at line 306 of file rank_shared.gsc.
Referenced by getRank(), getRankForXp(), incRankXP(), and set_rank().
| function getRankInfoXPAmt | ( | rankId | ) |
Definition at line 311 of file rank_shared.gsc.
Referenced by getRank(), and getRankForXp().
| function getRankXP | ( | ) |
Definition at line 1018 of file rank_shared.gsc.
References getRankXPCapped().
Referenced by incRankXP(), on_player_connect(), and syncXPStat().
| function getRankXPCapped | ( | inRankXp | ) |
Definition at line 193 of file rank_shared.gsc.
Referenced by getRank(), getRankXP(), getRankXpStat(), incRankXP(), on_player_connect(), and syncXPStat().
| function getRankXpStat | ( | ) |
Definition at line 385 of file rank_shared.gsc.
References getRankXPCapped().
Referenced by gameRepPlayerConnected(), gameRepUpdatePersistentPlayerInformation(), on_player_connect(), and recordEndGameComScoreEventForPlayer().
| function getScoreInfoLabel | ( | type | ) |
Definition at line 291 of file rank_shared.gsc.
Referenced by givePlayerMomentum(), and givePlayerXPDisplay().
| function getScoreInfoValue | ( | type | ) |
Definition at line 248 of file rank_shared.gsc.
Referenced by ctf_getTeamKillScore(), default_getTeamKillScore(), default_onPlayerScore(), default_onTeamScore(), givePlayerMomentum(), givePlayerXPDisplay(), giveRankXP(), and sd_getTeamKillScore().
| function getScoreInfoXP | ( | type | ) |
Definition at line 262 of file rank_shared.gsc.
Referenced by givePlayerXPDisplay().
| function getSPM | ( | ) |
Definition at line 1012 of file rank_shared.gsc.
References getRank().
Referenced by updateMatchBonusScores().
| function giveRankXP | ( | type | , |
| value | , | ||
| devAdd | |||
| ) |
Definition at line 594 of file rank_shared.gsc.
References atLeastOnePlayerOnEachTeam(), getScoreInfoValue(), incCodPoints(), incRankXP(), isRankEnabled(), round_this_number(), syncXPStat(), totalPlayerCount(), updateRank(), and updateRankScoreHUD().
Referenced by PlayerKilled_Suicide().
| function incCodPoints | ( | amount | ) |
Definition at line 566 of file rank_shared.gsc.
References getCodPointsCapped(), isRankEnabled(), and setCodPointsStat().
Referenced by giveRankXP(), and updateRank().
| function incRankXP | ( | amount | ) |
Definition at line 1023 of file rank_shared.gsc.
References getRankInfoMinXP(), getRankXP(), and getRankXPCapped().
Referenced by giveRankXP().
| function init | ( | ) |
Definition at line 25 of file rank_shared.gsc.
References initScoreInfo(), on_connect(), and on_player_connect().
Referenced by __init__().
| function initScoreInfo | ( | ) |
Definition at line 94 of file rank_shared.gsc.
References getScoreEventColumn(), getScoreEventTableID(), getXPEventColumn(), registerScoreInfo(), SCORE_EVENT_MAX_COUNT, SCOREINFOTABLE_DEMO_BOOKMARK_PRIORITY, SCOREINFOTABLE_INCLUDE_COMBAT_EFFICIENCY_EVENT, SCOREINFOTABLE_INCLUDE_HERO, SCOREINFOTABLE_INCLUDE_KILLSTREAKS, SCOREINFOTABLE_MEDAL_REFERENCE, SCOREINFOTABLE_SAVE_MEDAL_STATS, SCOREINFOTABLE_SCORE_STRING, SCOREINFOTABLE_SCRIPT_REFERENCE, and SCOREINFOTABLE_TEAM_SCORE_MATERIAL.
Referenced by init().
| function on_joined_spectators | ( | ) |
Definition at line 488 of file rank_shared.gsc.
References removeRankHUD().
Referenced by on_player_connect().
| function on_joined_team | ( | ) |
Definition at line 481 of file rank_shared.gsc.
References removeRankHUD().
Referenced by on_player_connect().
| function on_player_connect | ( | ) |
Definition at line 408 of file rank_shared.gsc.
References DEFAULT, GAMEMODE_LEAGUE_MATCH, getArenaPointsStat(), getCodPointsStat(), getRankForXp(), getRankInfoMaxXp(), getRankXP(), getRankXPCapped(), getRankXpStat(), is_bot(), on_joined_spectate(), on_joined_spectators(), on_joined_team(), on_player_spawned(), on_spawned(), and shouldKickByRank().
Referenced by init().
| function on_player_spawned | ( | ) |
Definition at line 495 of file rank_shared.gsc.
References font_pulse_init().
Referenced by on_player_connect().
| function registerScoreInfo | ( | type | , |
| value | , | ||
| xp | , | ||
| label | , | ||
| teamscore_material | |||
| ) |
Definition at line 213 of file rank_shared.gsc.
Referenced by initScoreInfo().
| function removeRankHUD | ( | ) |
Definition at line 968 of file rank_shared.gsc.
Referenced by on_joined_spectators(), and on_joined_team().
| function round_this_number | ( | value | ) |
Definition at line 726 of file rank_shared.gsc.
Referenced by giveRankXP().
| function setCodPointsStat | ( | codPoints | ) |
Definition at line 380 of file rank_shared.gsc.
References getCodPointsCapped().
Referenced by deduct_player_ante(), getCodPointsStat(), incCodPoints(), and pay_out_winnings().
| function shouldKickByRank | ( | ) |
Definition at line 341 of file rank_shared.gsc.
Referenced by on_player_connect().
| function shouldSkipMomentumDisplay | ( | type | ) |
Definition at line 276 of file rank_shared.gsc.
References IS_TRUE.
| function syncXPStat | ( | ) |
Definition at line 1049 of file rank_shared.gsc.
References getCodPointsCapped(), getRankXP(), and getRankXPCapped().
Referenced by giveRankXP(), and set_rank().
| function updateMomentumHUD | ( | amount | , |
| reason | , | ||
| reasonValue | |||
| ) |
Definition at line 882 of file rank_shared.gsc.
References font_pulse().
| function updateRank | ( | ) |
Definition at line 732 of file rank_shared.gsc.
References getRank(), getRankInfoCodPointsEarned(), and incCodPoints().
Referenced by giveRankXP().
| function updateRankScoreHUD | ( | amount | ) |
Definition at line 835 of file rank_shared.gsc.
References font_pulse(), and WAIT_SERVER_FRAME.
Referenced by _setPlayerScore(), default_onPlayerScore(), and giveRankXP().