![]() |
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 | CodeCallback_Medal (medalIndex) |
| function | defenseGlobalCount () |
| function | init () |
| function | offenseGlobalCount () |
| function | on_player_connect () |
| function | setLastKilledBy (attacker) |
| function __init__ | ( | ) |
Definition at line 12 of file medals_shared.gsc.
References init(), and on_start_gametype().
| function CodeCallback_Medal | ( | medalIndex | ) |
Definition at line 46 of file medals_shared.gsc.
| function defenseGlobalCount | ( | ) |
Definition at line 41 of file medals_shared.gsc.
Referenced by onPlayerKilled().
| function init | ( | ) |
Definition at line 17 of file medals_shared.gsc.
References on_connect(), and on_player_connect().
Referenced by __init__().
| function offenseGlobalCount | ( | ) |
Definition at line 36 of file medals_shared.gsc.
Referenced by onPlayerKilled().
| function on_player_connect | ( | ) |
Definition at line 26 of file medals_shared.gsc.
Referenced by init().
| function setLastKilledBy | ( | attacker | ) |
Definition at line 31 of file medals_shared.gsc.
Referenced by PlayerKilled_Kill().