![]() |
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.
Macros | |
| #define | RETRIEVE_TRIGGER_HEIGHT 100 |
| #define | RETRIEVE_TRIGGER_RADIUS 50 |
Functions | |
| function | createBallisticKnifeWatcher () |
| function | destroy_ent () |
| function | dropKnivesToGround () |
| function | dropToGround (origin, radius) |
| function | init_shared () |
| function | onSpawn (watcher, player) |
| function | onSpawnRetrieveTrigger (watcher, player) |
| function | pick_up (player) |
| function | updateRetrieveTrigger () |
| function | watch_shutdown () |
| function | watch_use_trigger (trigger, model, callback, playerSoundOnUse, npcSoundOnUse) |
| #define RETRIEVE_TRIGGER_HEIGHT 100 |
Definition at line 11 of file _ballistic_knife.gsc.
| #define RETRIEVE_TRIGGER_RADIUS 50 |
Definition at line 12 of file _ballistic_knife.gsc.
| function createBallisticKnifeWatcher | ( | ) |
Definition at line 279 of file _ballistic_knife.gsc.
References createUseWeaponObjectWatcher(), deleteEnt(), onSpawn(), and onSpawnRetrieveTrigger().
Referenced by init_shared().
| function destroy_ent | ( | ) |
Definition at line 234 of file _ballistic_knife.gsc.
Referenced by pick_up(), and pickup_placeable_mine().
| function dropKnivesToGround | ( | ) |
Definition at line 247 of file _ballistic_knife.gsc.
References dropToGround().
Referenced by onSpawn().
| function dropToGround | ( | origin | , |
| radius | |||
| ) |
Definition at line 258 of file _ballistic_knife.gsc.
References updateRetrieveTrigger().
Referenced by dropKnivesToGround(), and onSpawn().
| function init_shared | ( | ) |
Definition at line 16 of file _ballistic_knife.gsc.
References add_weapon_watcher(), and createBallisticKnifeWatcher().
Referenced by __init__().
| function onSpawn | ( | watcher | , |
| player | |||
| ) |
Definition at line 21 of file _ballistic_knife.gsc.
References dropKnivesToGround(), dropToGround(), and spawn().
Referenced by createBallisticKnifeWatcher(), and piece_spawn_at().
| function onSpawnRetrieveTrigger | ( | watcher | , |
| player | |||
| ) |
Definition at line 96 of file _ballistic_knife.gsc.
References pick_up(), RETRIEVE_TRIGGER_HEIGHT, RETRIEVE_TRIGGER_RADIUS, set(), spawn(), watch_shutdown(), and watch_use_trigger().
Referenced by createBallisticKnifeWatcher().
| function pick_up | ( | player | ) |
Definition at line 202 of file _ballistic_knife.gsc.
References destroy_ent(), and pickedUpBallisticKnife().
Referenced by onSpawnRetrieveTrigger(), and pickup_placeable_mine().
| function updateRetrieveTrigger | ( | ) |
Definition at line 267 of file _ballistic_knife.gsc.
Referenced by dropToGround().
| function watch_shutdown | ( | ) |
Definition at line 86 of file _ballistic_knife.gsc.
Referenced by onSpawnRetrieveTrigger().
| function watch_use_trigger | ( | trigger | , |
| model | , | ||
| callback | , | ||
| playerSoundOnUse | , | ||
| npcSoundOnUse | |||
| ) |
Definition at line 145 of file _ballistic_knife.gsc.
References callback().
Referenced by onSpawnRetrieveTrigger().