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

Go to the source code of this file.

Functions

function __init__ ()
 
function camo_gadget_off (slot, weapon)
 
function camo_gadget_on (slot, weapon)
 
function camo_is_flickering (slot)
 
function camo_is_inuse (slot)
 
function camo_on_connect ()
 
function camo_on_disconnect ()
 
function camo_on_flicker (slot, weapon)
 
function camo_on_give (slot, weapon)
 
function camo_on_spawn ()
 
function camo_on_take (slot, weapon)
 
function suspend_camo_suit (slot, weapon)
 
function suspend_camo_suit_wait (slot, weapon)
 

Function Documentation

◆ __init__()

◆ camo_gadget_off()

function camo_gadget_off ( slot  ,
weapon   
)

Definition at line 109 of file _gadget_active_camo.gsc.

References clear(), GADGET_CAMO_SHADER_OFF, and set().

Referenced by __init__().

◆ camo_gadget_on()

function camo_gadget_on ( slot  ,
weapon   
)

Definition at line 95 of file _gadget_active_camo.gsc.

References GADGET_CAMO_SHADER_ON, and set().

Referenced by __init__().

◆ camo_is_flickering()

function camo_is_flickering ( slot  )

Definition at line 63 of file _gadget_active_camo.gsc.

Referenced by __init__(), and suspend_camo_suit_wait().

◆ camo_is_inuse()

function camo_is_inuse ( slot  )

◆ camo_on_connect()

function camo_on_connect ( )

Definition at line 30 of file _gadget_active_camo.gsc.

Referenced by __init__().

◆ camo_on_disconnect()

function camo_on_disconnect ( )

Definition at line 37 of file _gadget_active_camo.gsc.

Referenced by __init__().

◆ camo_on_flicker()

function camo_on_flicker ( slot  ,
weapon   
)

Definition at line 86 of file _gadget_active_camo.gsc.

References suspend_camo_suit().

Referenced by __init__().

◆ camo_on_give()

function camo_on_give ( slot  ,
weapon   
)

Definition at line 69 of file _gadget_active_camo.gsc.

Referenced by __init__().

◆ camo_on_spawn()

function camo_on_spawn ( )

Definition at line 45 of file _gadget_active_camo.gsc.

References clear(), GADGET_CAMO_SHADER_OFF, and set().

Referenced by __init__().

◆ camo_on_take()

function camo_on_take ( slot  ,
weapon   
)

Definition at line 77 of file _gadget_active_camo.gsc.

Referenced by __init__().

◆ suspend_camo_suit()

function suspend_camo_suit ( slot  ,
weapon   
)

◆ suspend_camo_suit_wait()

function suspend_camo_suit_wait ( slot  ,
weapon   
)

Definition at line 141 of file _gadget_active_camo.gsc.

References camo_is_flickering().

Referenced by suspend_camo_suit().