‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_friendicons.gsc File Reference

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 Documentation

◆ __init__()

function __init__ ( )

Definition at line 12 of file _friendicons.gsc.

References init(), and on_start_gametype().

◆ init()

function init ( )

Definition at line 17 of file _friendicons.gsc.

References on_player_killed(), on_player_spawned(), on_spawned(), and updateFriendIconSettings().

Referenced by __init__().

◆ on_player_killed()

function on_player_killed ( )

Definition at line 44 of file _friendicons.gsc.

Referenced by __init__(), init(), and init_player_threat_all().

◆ on_player_spawned()

function on_player_spawned ( )

Definition at line 51 of file _friendicons.gsc.

References showFriendIcon().

Referenced by init().

◆ showFriendIcon()

function showFriendIcon ( )

Definition at line 58 of file _friendicons.gsc.

Referenced by on_player_spawned().

◆ updateFriendIcons()

function updateFriendIcons ( )

Definition at line 79 of file _friendicons.gsc.

Referenced by updateFriendIconSettings().

◆ updateFriendIconSettings()

function updateFriendIconSettings ( )

Definition at line 68 of file _friendicons.gsc.

References updateFriendIcons().

Referenced by init().