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

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)
 

Macro Definition Documentation

◆ MAX_NUM_QUADS

#define MAX_NUM_QUADS   2048

Definition at line 15 of file postfx_shared.csc.

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 20 of file postfx_shared.csc.

References localplayer_postfx_bundle_init(), and on_localplayer_spawned().

◆ exitPostfxBundle()

function exitPostfxBundle ( )

◆ finishPlayingPostfxBundle()

function finishPlayingPostfxBundle ( localClientNum  ,
msg  ,
filterid   
)

Definition at line 217 of file postfx_shared.csc.

Referenced by playPostfxBundle(), and watchEntityShutdown().

◆ init_postfx_bundles()

function init_postfx_bundles ( )

Definition at line 31 of file postfx_shared.csc.

Referenced by localplayer_postfx_bundle_init(), and playPostfxBundle().

◆ localplayer_postfx_bundle_init()

function localplayer_postfx_bundle_init ( localClientNum  )

Definition at line 25 of file postfx_shared.csc.

References init_postfx_bundles().

Referenced by __init__().

◆ playPostfxBundle()

◆ SetFilterConstants()

function SetFilterConstants ( localClientNum  ,
shaderConstantName  ,
filterid  ,
values   
)

Definition at line 206 of file postfx_shared.csc.

References getShaderConstantIndex().

Referenced by playPostfxBundle().

◆ setFrontendStreamingOverlay()

function setFrontendStreamingOverlay ( localClientNum  ,
system  ,
enabled   
)

◆ stopPlayingPostfxBundle()

function stopPlayingPostfxBundle ( )

◆ stopPostfxBundle()

function stopPostfxBundle ( )

Definition at line 249 of file postfx_shared.csc.

References WAIT_CLIENT_FRAME.

Referenced by player_resurrect_state_changed(), and stopPlayingPostfxBundle().

◆ watchEntityShutdown()

function watchEntityShutdown ( localClientNum  ,
filterid   
)

Definition at line 198 of file postfx_shared.csc.

References finishPlayingPostfxBundle(), and waittill_any().

Referenced by playPostfxBundle().