![]() |
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 | 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 begin_other_grenade_tracking | ( | ) |
Definition at line 447 of file _tacticalinsertion.gsc.
References isHacked(), and watch().
Referenced by on_player_spawned().
| function cancel_button_press | ( | ) |
Definition at line 360 of file _tacticalinsertion.gsc.
References cancelTackInsertionButton().
Referenced by cancel_button_think().
| function cancel_button_think | ( | ) |
Definition at line 328 of file _tacticalinsertion.gsc.
References cancel_button_press(), cancel_text_create(), destroy_tactical_insertion(), and waittill_any_return().
Referenced by killcam().
| function cancel_text_create | ( | ) |
Definition at line 376 of file _tacticalinsertion.gsc.
Referenced by cancel_button_think().
| function cancelTackInsertionButton | ( | ) |
Definition at line 352 of file _tacticalinsertion.gsc.
Referenced by cancel_button_press().
| function destroy_tactical_insertion | ( | attacker | ) |
Definition at line 151 of file _tacticalinsertion.gsc.
References destroyedEquipment(), destroyedTacticalInsert(), and processScoreEvent().
Referenced by cancel_button_think(), fizzle(), overrideSpawn(), pickUp(), watch(), and watchDisconnect().
| function fizzle | ( | attacker | ) |
Definition at line 187 of file _tacticalinsertion.gsc.
References destroy_tactical_insertion().
Referenced by DestroyTacticalInsertions(), is_equipment_touching_crate(), spawnTacticalInsertion(), and tacticalInsertionDestroyedByTrophySystem().
| function getTacticalInsertions | ( | ) |
Definition at line 406 of file _tacticalinsertion.gsc.
| function init_shared | ( | ) |
Definition at line 22 of file _tacticalinsertion.gsc.
References on_player_spawned(), on_spawned(), register(), and VERSION_SHIP.
Referenced by __init__().
| function isTacSpawnTouchingCrates | ( | origin | , |
| angles | |||
| ) |
Definition at line 38 of file _tacticalinsertion.gsc.
Referenced by overrideSpawn().
| function on_player_spawned | ( | ) |
Definition at line 33 of file _tacticalinsertion.gsc.
References begin_other_grenade_tracking().
Referenced by init_shared().
| function overrideSpawn | ( | isPredictedSpawn | ) |
Definition at line 54 of file _tacticalinsertion.gsc.
References destroy_tactical_insertion(), isTacSpawnTouchingCrates(), and spawn().
| function pickUp | ( | attacker | ) |
Definition at line 206 of file _tacticalinsertion.gsc.
References destroy_tactical_insertion().
Referenced by spawnTacticalInsertion().
| function spawnTacticalInsertion | ( | ) |
Definition at line 214 of file _tacticalinsertion.gsc.
References damage(), destroyedEquipment(), destroyedTacticalInsert(), doDamageFeedback(), fizzle(), getWeaponObjectWatcherByWeapon(), pickUp(), processScoreEvent(), registerWithHackerTool(), set(), setupReconEffect(), spawn(), stunStart(), update(), watchDisconnect(), and watchUseTrigger().
Referenced by watch().
| function tacticalInsertionDestroyedByTrophySystem | ( | attacker | , |
| trophySystem | |||
| ) |
Definition at line 421 of file _tacticalinsertion.gsc.
References destroyedEquipment(), destroyedTacticalInsert(), and fizzle().
Referenced by trophyDestroyTacInsert().
| function waitAndDelete | ( | time | ) |
Definition at line 82 of file _tacticalinsertion.gsc.
References WAIT_SERVER_FRAME.
Referenced by watch().
| function watch | ( | player | ) |
Definition at line 93 of file _tacticalinsertion.gsc.
References destroy_tactical_insertion(), spawnTacticalInsertion(), and waitAndDelete().
Referenced by begin_other_grenade_tracking().
| function watchDisconnect | ( | ) |
Definition at line 143 of file _tacticalinsertion.gsc.
References destroy_tactical_insertion().
Referenced by spawnTacticalInsertion().
| function watchUseTrigger | ( | trigger | , |
| callback | , | ||
| playerSoundOnUse | , | ||
| npcSoundOnUse | |||
| ) |
Definition at line 108 of file _tacticalinsertion.gsc.
References callback().
Referenced by spawnTacticalInsertion().