![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Functions | |
| function | __init__ () |
| function | add_equip_activated_callback_override (model, func) |
| function | equipment_activated_clientfield_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | include (equipment_name) |
| function | is_included (equipment) |
| function | play_fx_for_all_clients (fx, tag, storeHandles=false, forward=undefined) |
| function __init__ | ( | ) |
Definition at line 16 of file _zm_equipment.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, CLIENTFIELD_BUILDABLE_PIECE_COUNT, equipment_activated_clientfield_cb(), IS_TRUE, register(), and VERSION_SHIP.
| function add_equip_activated_callback_override | ( | model | , |
| func | |||
| ) |
Definition at line 28 of file _zm_equipment.csc.
| function equipment_activated_clientfield_cb | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 33 of file _zm_equipment.csc.
Referenced by __init__().
| function include | ( | equipment_name | ) |
Definition at line 131 of file _zm_equipment.csc.
Referenced by __main__().
| function is_included | ( | equipment | ) |
Definition at line 120 of file _zm_equipment.csc.
| function play_fx_for_all_clients | ( | fx | , |
| tag | , | ||
| storeHandles | = false, |
||
| forward | = undefined |
||
| ) |
Definition at line 57 of file _zm_equipment.csc.