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

Go to the source code of this file.

Functions

function add_zombie_powerup (powerup_name, client_field_name, clientfield_version=VERSION_SHIP)
 
function include_zombie_powerup (powerup_name)
 
function init ()
 
function powerup_fx_callback (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 
function powerup_state_callback (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 
function set_clientfield_code_callbacks ()
 

Function Documentation

◆ add_zombie_powerup()

function add_zombie_powerup ( powerup_name  ,
client_field_name  ,
clientfield_version  = VERSION_SHIP 
)

Definition at line 40 of file _zm_powerups.csc.

References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, powerup_state_callback(), and register().

Referenced by __init__(), and init().

◆ include_zombie_powerup()

function include_zombie_powerup ( powerup_name  )

Definition at line 81 of file _zm_powerups.csc.

Referenced by __init__().

◆ init()

◆ powerup_fx_callback()

function powerup_fx_callback ( localClientNum  ,
oldVal  ,
newVal  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
bWasTimeJump   
)

◆ powerup_state_callback()

function powerup_state_callback ( localClientNum  ,
oldVal  ,
newVal  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
bWasTimeJump   
)

Definition at line 91 of file _zm_powerups.csc.

Referenced by add_zombie_powerup().

◆ set_clientfield_code_callbacks()

function set_clientfield_code_callbacks ( )

Definition at line 65 of file _zm_powerups.csc.

Referenced by init().