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

Go to the source code of this file.

Macros

#define CAMO_REVEAL_TIME   0.35
 
#define CAMO_TURNOFF_MODEL_RENDER   .5
 
#define OUTLINE_ALLY_DISRUPT   "mc/hud_outline_predator_camo_disruption_ally"
 
#define OUTLINE_ALLY_NORMAL   "mc/hud_outline_predator_camo_active_ally"
 
#define OUTLINE_ENEMY_DISRUPT   "mc/hud_outline_predator_camo_disruption_enemy"
 
#define OUTLINE_ENEMY_NORMAL   "mc/hud_outline_predator_camo_active_enemy"
 
#define OUTLINE_PREDATOR   "mc/hud_outline_predator"
 
#define OUTLINE_PREDATOR_BREAK   "mc/hud_outline_predator_break"
 

Functions

function __init__ ()
 
function doReveal (local_client_num, direction)
 
function forceOn (local_client_num)
 

Macro Definition Documentation

◆ CAMO_REVEAL_TIME

#define CAMO_REVEAL_TIME   0.35

Definition at line 18 of file _gadget_camo_render.csc.

◆ CAMO_TURNOFF_MODEL_RENDER

#define CAMO_TURNOFF_MODEL_RENDER   .5

Definition at line 19 of file _gadget_camo_render.csc.

◆ OUTLINE_ALLY_DISRUPT

#define OUTLINE_ALLY_DISRUPT   "mc/hud_outline_predator_camo_disruption_ally"

Definition at line 13 of file _gadget_camo_render.csc.

◆ OUTLINE_ALLY_NORMAL

#define OUTLINE_ALLY_NORMAL   "mc/hud_outline_predator_camo_active_ally"

Definition at line 12 of file _gadget_camo_render.csc.

◆ OUTLINE_ENEMY_DISRUPT

#define OUTLINE_ENEMY_DISRUPT   "mc/hud_outline_predator_camo_disruption_enemy"

Definition at line 16 of file _gadget_camo_render.csc.

◆ OUTLINE_ENEMY_NORMAL

#define OUTLINE_ENEMY_NORMAL   "mc/hud_outline_predator_camo_active_enemy"

Definition at line 15 of file _gadget_camo_render.csc.

◆ OUTLINE_PREDATOR

#define OUTLINE_PREDATOR   "mc/hud_outline_predator"

Definition at line 10 of file _gadget_camo_render.csc.

◆ OUTLINE_PREDATOR_BREAK

#define OUTLINE_PREDATOR_BREAK   "mc/hud_outline_predator_break"

Definition at line 9 of file _gadget_camo_render.csc.

Function Documentation

◆ __init__()

◆ doReveal()

function doReveal ( local_client_num  ,
direction   
)

◆ forceOn()

function forceOn ( local_client_num  )