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

Go to the source code of this file.

Functions

function __init__ ()
 
function infrared_gadget_off (slot, weapon)
 
function infrared_gadget_on (slot, weapon)
 
function infrared_is_inuse (slot)
 
function infrared_on_connect ()
 
function infrared_on_disconnect ()
 
function infrared_on_give (slot, weapon)
 
function infrared_on_spawn ()
 
function infrared_on_take (slot, weapon)
 

Function Documentation

◆ __init__()

◆ infrared_gadget_off()

function infrared_gadget_off ( slot  ,
weapon   
)

Definition at line 74 of file _gadget_infrared.gsc.

References clear(), and set_to_player().

Referenced by __init__().

◆ infrared_gadget_on()

function infrared_gadget_on ( slot  ,
weapon   
)

Definition at line 64 of file _gadget_infrared.gsc.

References set(), and set_to_player().

Referenced by __init__().

◆ infrared_is_inuse()

function infrared_is_inuse ( slot  )

Definition at line 31 of file _gadget_infrared.gsc.

References get().

Referenced by __init__().

◆ infrared_on_connect()

function infrared_on_connect ( )

Definition at line 36 of file _gadget_infrared.gsc.

Referenced by __init__().

◆ infrared_on_disconnect()

function infrared_on_disconnect ( )

Definition at line 40 of file _gadget_infrared.gsc.

Referenced by __init__().

◆ infrared_on_give()

function infrared_on_give ( slot  ,
weapon   
)

Definition at line 52 of file _gadget_infrared.gsc.

References set_to_player().

Referenced by __init__().

◆ infrared_on_spawn()

function infrared_on_spawn ( )

Definition at line 44 of file _gadget_infrared.gsc.

References clear(), and set_to_player().

Referenced by __init__().

◆ infrared_on_take()

function infrared_on_take ( slot  ,
weapon   
)

Definition at line 57 of file _gadget_infrared.gsc.

References set_to_player().

Referenced by __init__().