![]() |
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 | PARASITE_BELLY_GLOW_MAX 1.0 |
| #define | PARASITE_BELLY_GLOW_MIN 0.1 |
Functions | |
| function private | _setup_ (localClientNum) |
| function autoexec | main () |
| function private | parasite_damage (localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump) |
| function private | parasiteSecondaryDeathFxHandler (localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump) |
| function private | parasiteTellFxHandler (localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump) |
| #define PARASITE_BELLY_GLOW_MAX 1.0 |
Definition at line 17 of file _parasite.csc.
| #define PARASITE_BELLY_GLOW_MIN 0.1 |
Definition at line 16 of file _parasite.csc.
| function private _setup_ | ( | localClientNum | ) |
Definition at line 73 of file _parasite.csc.
References IS_TRUE, PARASITE_BELLY_GLOW_MIN, set_dr_flag(), and update_dr_filters().
Referenced by main().
| function autoexec main | ( | ) |
Definition at line 21 of file _parasite.csc.
References _setup_(), add_vehicletype_callback(), CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, parasite_damage(), parasiteSecondaryDeathFxHandler(), parasiteTellFxHandler(), register(), and VERSION_SHIP.
| function private parasite_damage | ( | localClientNum | , |
| oldValue | , | ||
| newValue | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| wasDemoJump | |||
| ) |
Definition at line 51 of file _parasite.csc.
Referenced by main().
| function private parasiteSecondaryDeathFxHandler | ( | localClientNum | , |
| oldValue | , | ||
| newValue | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| wasDemoJump | |||
| ) |
| function private parasiteTellFxHandler | ( | localClientNum | , |
| oldValue | , | ||
| newValue | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| wasDemoJump | |||
| ) |
Definition at line 30 of file _parasite.csc.
References get_script_bundle(), PARASITE_BELLY_GLOW_MAX, and PARASITE_BELLY_GLOW_MIN.
Referenced by main().