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

Go to the source code of this file.

Functions

function __init__ ()
 
function camo_all_actors (value)
 
function camo_bread_crumb (slot, weapon)
 
function camo_bread_crumb_delete ()
 
function camo_bread_crumb_wait (slot, weapon)
 
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 camo_suit_flicker (slot, weapon)
 
function camo_takedown_watch (slot, weapon)
 
function camo_temporary_dont_ignore (slot)
 
function camo_temporary_dont_ignore_wait (slot)
 
function set_camo_reveal_status (status, time)
 
function suspend_camo_suit (slot, weapon)
 
function suspend_camo_suit_wait (slot, weapon)
 

Function Documentation

◆ __init__()

◆ camo_all_actors()

function camo_all_actors ( value  )

Definition at line 135 of file _gadget_camo.gsc.

◆ camo_bread_crumb()

function camo_bread_crumb ( slot  ,
weapon   
)

◆ camo_bread_crumb_delete()

function camo_bread_crumb_delete ( )

Definition at line 281 of file _gadget_camo.gsc.

Referenced by camo_bread_crumb(), camo_gadget_off(), and camo_on_spawn().

◆ camo_bread_crumb_wait()

function camo_bread_crumb_wait ( slot  ,
weapon   
)

Definition at line 259 of file _gadget_camo.gsc.

References startTime.

Referenced by camo_bread_crumb().

◆ camo_gadget_off()

function camo_gadget_off ( slot  ,
weapon   
)

Definition at line 199 of file _gadget_camo.gsc.

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

Referenced by __init__().

◆ camo_gadget_on()

function camo_gadget_on ( slot  ,
weapon   
)

Definition at line 160 of file _gadget_camo.gsc.

References camo_bread_crumb(), camo_takedown_watch(), GADGET_CAMO_SHADER_ON, and set().

Referenced by __init__().

◆ camo_is_flickering()

function camo_is_flickering ( slot  )

◆ camo_is_inuse()

function camo_is_inuse ( slot  )

◆ camo_on_connect()

function camo_on_connect ( )

Definition at line 44 of file _gadget_camo.gsc.

Referenced by __init__().

◆ camo_on_disconnect()

function camo_on_disconnect ( )

Definition at line 52 of file _gadget_camo.gsc.

Referenced by __init__().

◆ camo_on_flicker()

function camo_on_flicker ( slot  ,
weapon   
)

Definition at line 126 of file _gadget_camo.gsc.

References camo_suit_flicker().

Referenced by __init__().

◆ camo_on_give()

function camo_on_give ( slot  ,
weapon   
)

Definition at line 109 of file _gadget_camo.gsc.

Referenced by __init__().

◆ camo_on_spawn()

function camo_on_spawn ( )

Definition at line 61 of file _gadget_camo.gsc.

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

Referenced by __init__().

◆ camo_on_take()

function camo_on_take ( slot  ,
weapon   
)

Definition at line 117 of file _gadget_camo.gsc.

Referenced by __init__().

◆ camo_suit_flicker()

function camo_suit_flicker ( slot  ,
weapon   
)

◆ camo_takedown_watch()

function camo_takedown_watch ( slot  ,
weapon   
)

Definition at line 290 of file _gadget_camo.gsc.

References camo_is_inuse(), and SetFlickering().

Referenced by camo_gadget_on().

◆ camo_temporary_dont_ignore()

function camo_temporary_dont_ignore ( slot  )

Definition at line 309 of file _gadget_camo.gsc.

References camo_is_inuse(), and camo_temporary_dont_ignore_wait().

Referenced by camo_suit_flicker().

◆ camo_temporary_dont_ignore_wait()

function camo_temporary_dont_ignore_wait ( slot  )

Definition at line 336 of file _gadget_camo.gsc.

References camo_is_flickering().

Referenced by camo_temporary_dont_ignore().

◆ set_camo_reveal_status()

function set_camo_reveal_status ( status  ,
time   
)

Definition at line 381 of file _gadget_camo.gsc.

◆ suspend_camo_suit()

function suspend_camo_suit ( slot  ,
weapon   
)

◆ suspend_camo_suit_wait()

function suspend_camo_suit_wait ( slot  ,
weapon   
)

Definition at line 98 of file _gadget_camo.gsc.

References camo_is_flickering().

Referenced by suspend_camo_suit().