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

Go to the source code of this file.

Macros

#define HACKER_OUTLINE_MATERIAL   "mc/hud_keyline_orange"
 

Functions

function init ()
 
function on_player_connect (localClientNum)
 
function set_hacked_ent (local_client_num, ent)
 

Macro Definition Documentation

◆ HACKER_OUTLINE_MATERIAL

#define HACKER_OUTLINE_MATERIAL   "mc/hud_keyline_orange"

Definition at line 16 of file hackable.csc.

Function Documentation

◆ init()

function init ( )

Definition at line 18 of file hackable.csc.

References on_localclient_connect(), and on_player_connect().

◆ on_player_connect()

function on_player_connect ( localClientNum  )

Definition at line 24 of file hackable.csc.

References DR_CULL_NEVER, DR_TYPE_OFFSCREEN, HACKER_OUTLINE_MATERIAL, and set_dr_filter_offscreen().

Referenced by init().

◆ set_hacked_ent()

function set_hacked_ent ( local_client_num  ,
ent   
)

Definition at line 35 of file hackable.csc.

References change_dr_flags(), and IS_EQUAL.

Referenced by has_hacker_changed(), and watch_hack_ents().