![]() |
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 | init () |
| function | on_player_killed () |
| function | on_player_spawned () |
| function | showFriendIcon () |
| function | updateFriendIcons () |
| function | updateFriendIconSettings () |
| function __init__ | ( | ) |
Definition at line 12 of file _friendicons.gsc.
References init(), and on_start_gametype().
| function init | ( | ) |
Definition at line 17 of file _friendicons.gsc.
References on_player_killed(), on_player_spawned(), on_spawned(), and updateFriendIconSettings().
Referenced by __init__().
| function on_player_killed | ( | ) |
Definition at line 44 of file _friendicons.gsc.
Referenced by __init__(), init(), and init_player_threat_all().
| function on_player_spawned | ( | ) |
| function showFriendIcon | ( | ) |
Definition at line 58 of file _friendicons.gsc.
Referenced by on_player_spawned().
| function updateFriendIcons | ( | ) |
Definition at line 79 of file _friendicons.gsc.
Referenced by updateFriendIconSettings().
| function updateFriendIconSettings | ( | ) |
Definition at line 68 of file _friendicons.gsc.
References updateFriendIcons().
Referenced by init().