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

Go to the source code of this file.

Functions

function __init__ ()
 
function monitorFlight ()
 
function monitorGPSJammer ()
 
function monitorSenGrenJammer ()
 
function on_player_connect (local_client_num)
 
function on_player_spawned (local_client_num)
 

Function Documentation

◆ __init__()

function __init__ ( )

◆ monitorFlight()

function monitorFlight ( )

Definition at line 41 of file _perks.gsc.

References set(), and WAIT_SERVER_FRAME.

Referenced by on_player_spawned().

◆ monitorGPSJammer()

function monitorGPSJammer ( )

Definition at line 60 of file _perks.gsc.

References CLIENT_FIELD_FLAG_GPS_JAMMER_ACTIVE, IS_TRUE, isUsingRemote(), set(), and stateChange().

Referenced by on_player_spawned().

◆ monitorSenGrenJammer()

function monitorSenGrenJammer ( )

Definition at line 158 of file _perks.gsc.

References CLIENT_FIELD_FLAG_SG_JAMMER_ACTIVE, IS_TRUE, isUsingRemote(), set(), and stateChange().

Referenced by on_player_spawned().

◆ on_player_connect()

function on_player_connect ( local_client_num  )

Definition at line 30 of file _perks.gsc.

Referenced by __init__().

◆ on_player_spawned()

function on_player_spawned ( local_client_num  )

Definition at line 34 of file _perks.gsc.

References monitorFlight(), monitorGPSJammer(), and monitorSenGrenJammer().

Referenced by __init__().