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

Go to the source code of this file.

Functions

function __init__ ()
 
function endOnDeath ()
 
function endOnTimer (timer)
 
function main ()
 
function on_damage (cause, damage, weapon)
 
function rcbomb_earthQuake (position)
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 15 of file _shellshock.gsc.

References main(), on_damage(), and on_start_gametype().

◆ endOnDeath()

function endOnDeath ( )

Definition at line 56 of file _shellshock.gsc.

◆ endOnTimer()

function endOnTimer ( timer  )

Definition at line 63 of file _shellshock.gsc.

References timer().

◆ main()

function main ( )

Definition at line 22 of file _shellshock.gsc.

Referenced by __init__().

◆ on_damage()

function on_damage ( cause  ,
damage  ,
weapon   
)

Definition at line 26 of file _shellshock.gsc.

References damage(), and mayApplyScreenEffect().

◆ rcbomb_earthQuake()

function rcbomb_earthQuake ( position  )

Definition at line 71 of file _shellshock.gsc.