‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
All Data Structures Files Functions Variables Macros
_tacticalinsertion.gsc File Reference

Go to the source code of this file.

Functions

function begin_other_grenade_tracking ()
 
function cancel_button_press ()
 
function cancel_button_think ()
 
function cancel_text_create ()
 
function cancelTackInsertionButton ()
 
function destroy_tactical_insertion (attacker)
 
function fizzle (attacker)
 
function getTacticalInsertions ()
 
function init_shared ()
 
function isTacSpawnTouchingCrates (origin, angles)
 
function on_player_spawned ()
 
function overrideSpawn (isPredictedSpawn)
 
function pickUp (attacker)
 
function spawnTacticalInsertion ()
 
function tacticalInsertionDestroyedByTrophySystem (attacker, trophySystem)
 
function waitAndDelete (time)
 
function watch (player)
 
function watchDisconnect ()
 
function watchUseTrigger (trigger, callback, playerSoundOnUse, npcSoundOnUse)
 

Function Documentation

◆ begin_other_grenade_tracking()

function begin_other_grenade_tracking ( )

Definition at line 447 of file _tacticalinsertion.gsc.

References isHacked(), and watch().

Referenced by on_player_spawned().

◆ cancel_button_press()

function cancel_button_press ( )

Definition at line 360 of file _tacticalinsertion.gsc.

References cancelTackInsertionButton().

Referenced by cancel_button_think().

◆ cancel_button_think()

function cancel_button_think ( )

◆ cancel_text_create()

function cancel_text_create ( )

Definition at line 376 of file _tacticalinsertion.gsc.

Referenced by cancel_button_think().

◆ cancelTackInsertionButton()

function cancelTackInsertionButton ( )

Definition at line 352 of file _tacticalinsertion.gsc.

Referenced by cancel_button_press().

◆ destroy_tactical_insertion()

function destroy_tactical_insertion ( attacker  )

◆ fizzle()

◆ getTacticalInsertions()

function getTacticalInsertions ( )

Definition at line 406 of file _tacticalinsertion.gsc.

◆ init_shared()

function init_shared ( )

Definition at line 22 of file _tacticalinsertion.gsc.

References on_player_spawned(), on_spawned(), register(), and VERSION_SHIP.

Referenced by __init__().

◆ isTacSpawnTouchingCrates()

function isTacSpawnTouchingCrates ( origin  ,
angles   
)

Definition at line 38 of file _tacticalinsertion.gsc.

Referenced by overrideSpawn().

◆ on_player_spawned()

function on_player_spawned ( )

Definition at line 33 of file _tacticalinsertion.gsc.

References begin_other_grenade_tracking().

Referenced by init_shared().

◆ overrideSpawn()

function overrideSpawn ( isPredictedSpawn  )

◆ pickUp()

function pickUp ( attacker  )

Definition at line 206 of file _tacticalinsertion.gsc.

References destroy_tactical_insertion().

Referenced by spawnTacticalInsertion().

◆ spawnTacticalInsertion()

◆ tacticalInsertionDestroyedByTrophySystem()

function tacticalInsertionDestroyedByTrophySystem ( attacker  ,
trophySystem   
)

Definition at line 421 of file _tacticalinsertion.gsc.

References destroyedEquipment(), destroyedTacticalInsert(), and fizzle().

Referenced by trophyDestroyTacInsert().

◆ waitAndDelete()

function waitAndDelete ( time  )

Definition at line 82 of file _tacticalinsertion.gsc.

References WAIT_SERVER_FRAME.

Referenced by watch().

◆ watch()

function watch ( player  )

◆ watchDisconnect()

function watchDisconnect ( )

Definition at line 143 of file _tacticalinsertion.gsc.

References destroy_tactical_insertion().

Referenced by spawnTacticalInsertion().

◆ watchUseTrigger()

function watchUseTrigger ( trigger  ,
callback  ,
playerSoundOnUse  ,
npcSoundOnUse   
)

Definition at line 108 of file _tacticalinsertion.gsc.

References callback().

Referenced by spawnTacticalInsertion().