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

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 Documentation

◆ __init__()

function __init__ ( )

Definition at line 12 of file medals_shared.gsc.

References init(), and on_start_gametype().

◆ CodeCallback_Medal()

function CodeCallback_Medal ( medalIndex  )

Definition at line 46 of file medals_shared.gsc.

◆ defenseGlobalCount()

function defenseGlobalCount ( )

Definition at line 41 of file medals_shared.gsc.

Referenced by onPlayerKilled().

◆ init()

function init ( )

Definition at line 17 of file medals_shared.gsc.

References on_connect(), and on_player_connect().

Referenced by __init__().

◆ offenseGlobalCount()

function offenseGlobalCount ( )

Definition at line 36 of file medals_shared.gsc.

Referenced by onPlayerKilled().

◆ on_player_connect()

function on_player_connect ( )

Definition at line 26 of file medals_shared.gsc.

Referenced by init().

◆ setLastKilledBy()

function setLastKilledBy ( attacker  )

Definition at line 31 of file medals_shared.gsc.

Referenced by PlayerKilled_Kill().