![]() |
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 | checkForPlayerSwitch (localClientNum) |
function | init_shared () |
function | playFlareFX (localClientNum) |
function | spawned (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | stopflareloopWatcher (loopOrigin) |
function | watchTacInsertShutdown (localClientNum, fxHandle) |
function checkForPlayerSwitch | ( | localClientNum | ) |
Definition at line 114 of file _tacticalinsertion.csc.
References playFlareFX().
Referenced by spawned().
function init_shared | ( | ) |
Definition at line 16 of file _tacticalinsertion.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, get(), register(), spawned(), and VERSION_SHIP.
Referenced by __init__().
function playFlareFX | ( | localClientNum | ) |
Definition at line 70 of file _tacticalinsertion.csc.
References friend_not_foe(), playloopat(), stopflareloopWatcher(), and watchTacInsertShutdown().
Referenced by checkForPlayerSwitch(), and spawned().
function spawned | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 61 of file _tacticalinsertion.csc.
References checkForPlayerSwitch(), and playFlareFX().
Referenced by init_shared().
function stopflareloopWatcher | ( | loopOrigin | ) |
Definition at line 99 of file _tacticalinsertion.csc.
References stoploopat().
Referenced by playFlareFX().
function watchTacInsertShutdown | ( | localClientNum | , |
fxHandle | |||
) |
Definition at line 93 of file _tacticalinsertion.csc.
Referenced by playFlareFX().