![]() |
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 | HACKER_MAX_RANGE 40 |
#define | HACKER_SWEET_SPOT_RATIO 0.8 |
#define | HACKING_PLAYER_WEAPON "pda_hack" |
Functions | |
function | init_shared () |
function | on_localplayer_spawned (localClientNum) |
function | player_hacking (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | watchForEMP (localClientNum) |
function | watchHackerPlayerShutdown (localClientNum, hackerPlayer, targetEnt) |
function | watchHackSpeed (localClientNum, isBreachingFirewall) |
function | watchTargetHack (localclientnum, player, isBreachingFirewall) |
#define HACKER_MAX_RANGE 40 |
Definition at line 17 of file _hacker_tool.csc.
#define HACKER_SWEET_SPOT_RATIO 0.8 |
Definition at line 18 of file _hacker_tool.csc.
#define HACKING_PLAYER_WEAPON "pda_hack" |
Definition at line 16 of file _hacker_tool.csc.
function init_shared | ( | ) |
Definition at line 22 of file _hacker_tool.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, on_localplayer_spawned(), player_hacking(), register(), and VERSION_SHIP.
Referenced by __init__().
function on_localplayer_spawned | ( | localClientNum | ) |
Definition at line 31 of file _hacker_tool.csc.
Referenced by init_shared().
function player_hacking | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 56 of file _hacker_tool.csc.
References HACKER_TOOL_ACTIVE, HACKER_TOOL_FIREWALL, HACKER_TOOL_HACKING, HACKER_TOOL_STATUS_BREACHING, HACKER_TOOL_STATUS_HACKING, HACKER_TOOL_STATUS_SCANNING, set_hacker_tool_breaching(), set_hacker_tool_hacking(), watchForEMP(), and watchHackSpeed().
Referenced by init_shared().
function watchForEMP | ( | localClientNum | ) |
Definition at line 225 of file _hacker_tool.csc.
References HACKER_TOOL_STATUS_EMPED, and HACKER_TOOL_STATUS_SCANNING.
Referenced by player_hacking().
function watchHackerPlayerShutdown | ( | localClientNum | , |
hackerPlayer | , | ||
targetEnt | |||
) |
Definition at line 208 of file _hacker_tool.csc.
References set_hacker_tool_breaching(), and set_hacker_tool_hacking().
Referenced by watchTargetHack().
function watchHackSpeed | ( | localClientNum | , |
isBreachingFirewall | |||
) |
Definition at line 109 of file _hacker_tool.csc.
References watchTargetHack().
Referenced by player_hacking().
function watchTargetHack | ( | localclientnum | , |
player | , | ||
isBreachingFirewall | |||
) |
Definition at line 128 of file _hacker_tool.csc.
References HACKER_MAX_RANGE, HACKER_SWEET_SPOT_RATIO, set_hacker_tool_breaching(), and watchHackerPlayerShutdown().
Referenced by watchHackSpeed().