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

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 Documentation

◆ checkForPlayerSwitch()

function checkForPlayerSwitch ( localClientNum  )

Definition at line 114 of file _tacticalinsertion.csc.

References playFlareFX().

Referenced by spawned().

◆ init_shared()

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__().

◆ playFlareFX()

function playFlareFX ( localClientNum  )

◆ 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().

◆ stopflareloopWatcher()

function stopflareloopWatcher ( loopOrigin  )

Definition at line 99 of file _tacticalinsertion.csc.

References stoploopat().

Referenced by playFlareFX().

◆ watchTacInsertShutdown()

function watchTacInsertShutdown ( localClientNum  ,
fxHandle   
)

Definition at line 93 of file _tacticalinsertion.csc.

Referenced by playFlareFX().