![]() |
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 | createSatchelWatcher () |
function | init_shared () |
function | satchelDetonate (attacker, weapon, target) |
function | satchelSpawn (watcher, owner) |
function createSatchelWatcher | ( | ) |
Definition at line 25 of file _satchel_charge.gsc.
References createUseWeaponObjectWatcher(), satchelDetonate(), satchelSpawn(), and weaponStun().
Referenced by init_shared().
function init_shared | ( | ) |
Definition at line 17 of file _satchel_charge.gsc.
References add_weapon_watcher(), and createSatchelWatcher().
Referenced by __init__().
function satchelDetonate | ( | attacker | , |
weapon | , | ||
target | |||
) |
Definition at line 47 of file _satchel_charge.gsc.
References destroyedExplosive(), IsEnemyPlayer(), processScoreEvent(), and weaponDetonate().
Referenced by createSatchelWatcher().
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().