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

Go to the source code of this file.

Functions

function createSatchelWatcher ()
 
function init_shared ()
 
function satchelDetonate (attacker, weapon, target)
 
function satchelSpawn (watcher, owner)
 

Function Documentation

◆ createSatchelWatcher()

function createSatchelWatcher ( )

◆ init_shared()

function init_shared ( )

Definition at line 17 of file _satchel_charge.gsc.

References add_weapon_watcher(), and createSatchelWatcher().

Referenced by __init__().

◆ satchelDetonate()

function satchelDetonate ( attacker  ,
weapon  ,
target   
)

◆ satchelSpawn()

function satchelSpawn ( watcher  ,
owner   
)

Definition at line 64 of file _satchel_charge.gsc.

References IS_TRUE, onSpawnUseWeaponObject(), and waittill_notify_or_timeout().

Referenced by createSatchelWatcher().