![]() |
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 | add_contract_to_queue (index, passed) |
| function | add_match_history_stat (statName, value) |
| function | add_recent_stat (isGlobal, index, statName, value) |
| function | adjust_recent_stats () |
| function | can_set_aar_stat () |
| function | check_contract_expirations () |
| function | CodeCallback_ChallengeComplete (rewardXP, maxVal, row, tableNumber, challengeType, itemIndex, challengeIndex) |
| function | CodeCallback_GunChallengeComplete (rewardXP, attachmentIndex, itemIndex, rankID, isLastRank) |
| function | CodeCallback_OnAddPlayerStat (dataName, value) |
| function | CodeCallback_OnAddWeaponStat (weapon, dataName, value) |
| function | get_gametype_name () |
| function | get_recent_stat (isGlobal, index, statName) |
| function | increment_contract_times (timeInc) |
| function | init () |
| function | initialize_match_stats () |
| function | initialize_stat_tracking () |
| function | is_party_gamemode () |
| function | is_stat_modifiable (dataName) |
| function | on_player_connect () |
| function | process_contracts_on_add_stat (statType, dataName, value, weapon) |
| function | set_after_action_report_player_medal (playerIndex, medalIndex, value) |
| function | set_after_action_report_player_stat (playerIndex, statName, value) |
| function | set_after_action_report_stat (statName, value, index) |
| function | set_match_history_stat (statName, value) |
| function | set_recent_stat (isGlobal, index, statName, value) |
| function | stat_get_with_gametype (dataName) |
| function | stat_set_with_gametype (dataName, value, incValue) |
| function | upload_global_stat_counters () |
| function | upload_stats_soon () |
| function __init__ | ( | ) |
Definition at line 15 of file persistence_shared.gsc.
References init(), on_connect(), on_player_connect(), and on_start_gametype().
| function add_contract_to_queue | ( | index | , |
| passed | |||
| ) |
Definition at line 472 of file persistence_shared.gsc.
| function add_match_history_stat | ( | statName | , |
| value | |||
| ) |
Definition at line 352 of file persistence_shared.gsc.
References add_recent_stat(), and GetCurrentGameMode().
| function add_recent_stat | ( | isGlobal | , |
| index | , | ||
| statName | , | ||
| value | |||
| ) |
Definition at line 321 of file persistence_shared.gsc.
References get_gametype_name(), get_recent_stat(), is_stat_modifiable(), and set_recent_stat().
Referenced by add_match_history_stat(), and givePlayerScore().
| function adjust_recent_stats | ( | ) |
Definition at line 265 of file persistence_shared.gsc.
References initialize_match_stats().
Referenced by Callback_PlayerConnect().
| function can_set_aar_stat | ( | ) |
Definition at line 383 of file persistence_shared.gsc.
Referenced by endGame(), set_after_action_report_player_medal(), set_after_action_report_player_stat(), and set_after_action_report_stat().
| function check_contract_expirations | ( | ) |
Definition at line 464 of file persistence_shared.gsc.
Referenced by update_player_times().
| function CodeCallback_ChallengeComplete | ( | rewardXP | , |
| maxVal | , | ||
| row | , | ||
| tableNumber | , | ||
| challengeType | , | ||
| itemIndex | , | ||
| challengeIndex | |||
| ) |
Definition at line 418 of file persistence_shared.gsc.
References callback().
| function CodeCallback_GunChallengeComplete | ( | rewardXP | , |
| attachmentIndex | , | ||
| itemIndex | , | ||
| rankID | , | ||
| isLastRank | |||
| ) |
Definition at line 452 of file persistence_shared.gsc.
| function CodeCallback_OnAddPlayerStat | ( | dataName | , |
| value | |||
| ) |
Definition at line 486 of file persistence_shared.gsc.
| function CodeCallback_OnAddWeaponStat | ( | weapon | , |
| dataName | , | ||
| value | |||
| ) |
Definition at line 490 of file persistence_shared.gsc.
| function get_gametype_name | ( | ) |
Definition at line 209 of file persistence_shared.gsc.
References is_party_gamemode().
Referenced by add_recent_stat(), get_recent_stat(), initialize_match_stats(), set_recent_stat(), stat_get_with_gametype(), and stat_set_with_gametype().
| function get_recent_stat | ( | isGlobal | , |
| index | , | ||
| statName | |||
| ) |
Definition at line 270 of file persistence_shared.gsc.
References get_gametype_name(), and GetCurrentGameMode().
Referenced by add_recent_earnings_to_stat(), and add_recent_stat().
| function increment_contract_times | ( | timeInc | ) |
Definition at line 468 of file persistence_shared.gsc.
Referenced by update_played_time().
| function init | ( | ) |
Definition at line 21 of file persistence_shared.gsc.
References initialize_stat_tracking(), and upload_global_stat_counters().
Referenced by __init__().
| function initialize_match_stats | ( | ) |
Definition at line 360 of file persistence_shared.gsc.
References get_gametype_name().
Referenced by adjust_recent_stats().
| function initialize_stat_tracking | ( | ) |
Definition at line 37 of file persistence_shared.gsc.
Referenced by init().
| function is_party_gamemode | ( | ) |
Definition at line 229 of file persistence_shared.gsc.
Referenced by get_gametype_name().
| function is_stat_modifiable | ( | dataName | ) |
Definition at line 244 of file persistence_shared.gsc.
Referenced by add_recent_stat(), set_recent_stat(), and stat_set_with_gametype().
| function on_player_connect | ( | ) |
Definition at line 32 of file persistence_shared.gsc.
Referenced by __init__().
| function process_contracts_on_add_stat | ( | statType | , |
| dataName | , | ||
| value | , | ||
| weapon | |||
| ) |
Definition at line 494 of file persistence_shared.gsc.
| function set_after_action_report_player_medal | ( | playerIndex | , |
| medalIndex | , | ||
| value | |||
| ) |
Definition at line 396 of file persistence_shared.gsc.
References can_set_aar_stat().
| function set_after_action_report_player_stat | ( | playerIndex | , |
| statName | , | ||
| value | |||
| ) |
Definition at line 388 of file persistence_shared.gsc.
References can_set_aar_stat().
| function set_after_action_report_stat | ( | statName | , |
| value | , | ||
| index | |||
| ) |
Definition at line 404 of file persistence_shared.gsc.
References can_set_aar_stat(), and is_bot().
Referenced by Callback_PlayerConnect(), sendAfterActionReport(), and set_after_action_report_stats().
| function set_match_history_stat | ( | statName | , |
| value | |||
| ) |
Definition at line 344 of file persistence_shared.gsc.
References GetCurrentGameMode(), and set_recent_stat().
| function set_recent_stat | ( | isGlobal | , |
| index | , | ||
| statName | , | ||
| value | |||
| ) |
Definition at line 287 of file persistence_shared.gsc.
References get_gametype_name(), GetCurrentGameMode(), and is_stat_modifiable().
Referenced by add_recent_earnings_to_stat(), add_recent_stat(), and set_match_history_stat().
| function stat_get_with_gametype | ( | dataName | ) |
Definition at line 198 of file persistence_shared.gsc.
References get_gametype_name().
Referenced by backupAndClearWinStreaks(), Callback_PlayerConnect(), and updateWinStats().
| function stat_set_with_gametype | ( | dataName | , |
| value | , | ||
| incValue | |||
| ) |
Definition at line 249 of file persistence_shared.gsc.
References get_gametype_name(), and is_stat_modifiable().
Referenced by backupAndClearWinStreaks(), PlayerKilled_Kill(), restoreWinStreaks(), and updateWinStats().
| function upload_global_stat_counters | ( | ) |
Definition at line 78 of file persistence_shared.gsc.
References WAIT_SERVER_FRAME, and wasLastRound().
Referenced by init().
| function upload_stats_soon | ( | ) |
Definition at line 476 of file persistence_shared.gsc.
Referenced by Callback_PlayerConnect(), and deduct_player_ante().