![]() |
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 | checkDvarUpdates () |
function | damageEffectArea (owner, position, radius, height, killCamEnt) |
function | damageInPoisonArea (gasEffectArea, killcament, trace, position) |
function | deleteEntOnOwnerDeath (owner) |
function | generateLocations (position, owner) |
function | getcenter (locations) |
function | getCenterOfLocations (locations) |
function | hide_hud () |
function | hitPos (start, end, color) |
function | init_shared () |
function | playTabunSound (position) |
function | setUpTabunFx (owner, locations, count) |
function | show_hud () |
function | singleLocation (position, owner) |
function | spawnAllLocs (owner, startPos) |
function | tabun_debug_line (from, to, color, depthTest, time) |
function | watch_death () |
function | watchTabunGrenadeDetonation (owner) |
function checkDvarUpdates | ( | ) |
Definition at line 49 of file _tabun.gsc.
Referenced by init_shared().
function damageEffectArea | ( | owner | , |
position | , | ||
radius | , | ||
height | , | ||
killCamEnt | |||
) |
Definition at line 96 of file _tabun.gsc.
References damageInPoisonArea(), drawcylinder(), spawn(), and trace().
Referenced by singleLocation(), and spawnAllLocs().
function damageInPoisonArea | ( | gasEffectArea | , |
killcament | , | ||
trace | , | ||
position | |||
) |
Definition at line 180 of file _tabun.gsc.
References damage(), deleteEntOnOwnerDeath(), hide_hud(), mayApplyScreenEffect(), play_in_space(), show_hud(), spawn(), timer(), trace(), and watch_death().
Referenced by damageEffectArea().
function deleteEntOnOwnerDeath | ( | owner | ) |
Definition at line 246 of file _tabun.gsc.
Referenced by damageInPoisonArea().
function generateLocations | ( | position | , |
owner | |||
) |
Definition at line 269 of file _tabun.gsc.
References spawnAllLocs().
Referenced by watchTabunGrenadeDetonation().
function getcenter | ( | locations | ) |
Definition at line 530 of file _tabun.gsc.
Referenced by spawnAllLocs().
function getCenterOfLocations | ( | locations | ) |
Definition at line 508 of file _tabun.gsc.
Referenced by spawnAllLocs().
function hide_hud | ( | ) |
Definition at line 260 of file _tabun.gsc.
References show_hud().
Referenced by damageInPoisonArea().
function hitPos | ( | start | , |
end | , | ||
color | |||
) |
Definition at line 299 of file _tabun.gsc.
References end(), tabun_debug_line(), and trace().
Referenced by spawnAllLocs().
function init_shared | ( | ) |
function playTabunSound | ( | position | ) |
Definition at line 455 of file _tabun.gsc.
References play_in_space(), and spawn().
Referenced by spawnAllLocs().
function setUpTabunFx | ( | owner | , |
locations | , | ||
count | |||
) |
Definition at line 469 of file _tabun.gsc.
Referenced by spawnAllLocs().
function show_hud | ( | ) |
Definition at line 264 of file _tabun.gsc.
Referenced by damageInPoisonArea(), hide_hud(), and watch_death().
function singleLocation | ( | position | , |
owner | |||
) |
Definition at line 287 of file _tabun.gsc.
References damageEffectArea(), deleteAfterTime(), and spawn().
Referenced by spawnAllLocs(), and watchTabunGrenadeDetonation().
function spawnAllLocs | ( | owner | , |
startPos | |||
) |
Definition at line 316 of file _tabun.gsc.
References damageEffectArea(), deleteAfterTime(), getcenter(), getCenterOfLocations(), hitPos(), playTabunSound(), setUpTabunFx(), singleLocation(), spawn(), and trace().
Referenced by generateLocations().
function tabun_debug_line | ( | from | , |
to | , | ||
color | , | ||
depthTest | , | ||
time | |||
) |
Definition at line 577 of file _tabun.gsc.
Referenced by hitPos().
function watch_death | ( | ) |
Definition at line 253 of file _tabun.gsc.
References show_hud().
Referenced by damageInPoisonArea().
function watchTabunGrenadeDetonation | ( | owner | ) |
Definition at line 72 of file _tabun.gsc.
References generateLocations(), and singleLocation().
Referenced by begin_other_grenade_tracking().