‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_hacker_tool.csc File Reference

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)
 

Macro Definition Documentation

◆ HACKER_MAX_RANGE

#define HACKER_MAX_RANGE   40

Definition at line 17 of file _hacker_tool.csc.

◆ HACKER_SWEET_SPOT_RATIO

#define HACKER_SWEET_SPOT_RATIO   0.8

Definition at line 18 of file _hacker_tool.csc.

◆ HACKING_PLAYER_WEAPON

#define HACKING_PLAYER_WEAPON   "pda_hack"

Definition at line 16 of file _hacker_tool.csc.

Function Documentation

◆ init_shared()

function init_shared ( )

◆ on_localplayer_spawned()

function on_localplayer_spawned ( localClientNum  )

Definition at line 31 of file _hacker_tool.csc.

Referenced by init_shared().

◆ player_hacking()

function player_hacking ( localClientNum  ,
oldVal  ,
newVal  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
bWasTimeJump   
)

◆ watchForEMP()

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().

◆ watchHackerPlayerShutdown()

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().

◆ watchHackSpeed()

function watchHackSpeed ( localClientNum  ,
isBreachingFirewall   
)

Definition at line 109 of file _hacker_tool.csc.

References watchTargetHack().

Referenced by player_hacking().

◆ watchTargetHack()

function watchTargetHack ( localclientnum  ,
player  ,
isBreachingFirewall   
)