![]() |
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.
Macros | |
#define | MAX_NUM_QUADS 2048 |
Functions | |
function | __init__ () |
function | exitPostfxBundle () |
function | finishPlayingPostfxBundle (localClientNum, msg, filterid) |
function | init_postfx_bundles () |
function | localplayer_postfx_bundle_init (localClientNum) |
function | playPostfxBundle (playBundleName) |
function | SetFilterConstants (localClientNum, shaderConstantName, filterid, values) |
function | setFrontendStreamingOverlay (localClientNum, system, enabled) |
function | stopPlayingPostfxBundle () |
function | stopPostfxBundle () |
function | watchEntityShutdown (localClientNum, filterid) |
#define MAX_NUM_QUADS 2048 |
Definition at line 15 of file postfx_shared.csc.
function __init__ | ( | ) |
Definition at line 20 of file postfx_shared.csc.
References localplayer_postfx_bundle_init(), and on_localplayer_spawned().
function exitPostfxBundle | ( | ) |
Definition at line 270 of file postfx_shared.csc.
References IS_TRUE.
Referenced by burn_off(), elemental_round_ring_fx(), overlay_update_cb(), parasite_round_ring_fx(), and playPostfxBundle().
function finishPlayingPostfxBundle | ( | localClientNum | , |
msg | , | ||
filterid | |||
) |
Definition at line 217 of file postfx_shared.csc.
Referenced by playPostfxBundle(), and watchEntityShutdown().
function init_postfx_bundles | ( | ) |
Definition at line 31 of file postfx_shared.csc.
Referenced by localplayer_postfx_bundle_init(), and playPostfxBundle().
function localplayer_postfx_bundle_init | ( | localClientNum | ) |
Definition at line 25 of file postfx_shared.csc.
References init_postfx_bundles().
Referenced by __init__().
function playPostfxBundle | ( | playBundleName | ) |
Definition at line 44 of file postfx_shared.csc.
References exitPostfxBundle(), finishPlayingPostfxBundle(), get_script_bundle(), init_filter_indices(), init_postfx_bundles(), map_material_helper(), mapped_material_id(), MAX_NUM_QUADS, SET_IF_DEFINED, SetFilterConstants(), SetStage(), stopPlayingPostfxBundle(), WAIT_CLIENT_FRAME, and watchEntityShutdown().
Referenced by trig_enter_waterfall().
function SetFilterConstants | ( | localClientNum | , |
shaderConstantName | , | ||
filterid | , | ||
values | |||
) |
Definition at line 206 of file postfx_shared.csc.
References getShaderConstantIndex().
Referenced by playPostfxBundle().
function setFrontendStreamingOverlay | ( | localClientNum | , |
system | , | ||
enabled | |||
) |
Definition at line 279 of file postfx_shared.csc.
Referenced by custom_class_closed(), custom_class_remove(), and custom_class_update().
function stopPlayingPostfxBundle | ( | ) |
Definition at line 241 of file postfx_shared.csc.
References stopPostfxBundle().
Referenced by playPostfxBundle(), set_static_postfxbundle(), and toggle_flir_postfxbundle().
function stopPostfxBundle | ( | ) |
Definition at line 249 of file postfx_shared.csc.
References WAIT_CLIENT_FRAME.
Referenced by player_resurrect_state_changed(), and stopPlayingPostfxBundle().
function watchEntityShutdown | ( | localClientNum | , |
filterid | |||
) |
Definition at line 198 of file postfx_shared.csc.
References finishPlayingPostfxBundle(), and waittill_any().
Referenced by playPostfxBundle().