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

Go to the source code of this file.

Macros

#define STOP_WATER_DIVE   { filter::disable_filter_water_dive( self, FILTER_INDEX_WATER_SHEET ); stop_player_fx( self );}
 
#define STOP_WATER_SHEETING   { filter::disable_filter_water_sheeting( self, FILTER_INDEX_WATER_SHEET ); stop_player_fx( self ); }
 
#define WATER_DIVE_OVERLAY_TIME   0.7
 
#define WATER_SHEETING_OVERLAY_TIME   2.0
 

Functions

function __init__ ()
 
function localplayer_spawned (localClientNum)
 
function startWaterDive ()
 
function startWaterSheeting ()
 
function stop_player_fx (localClient)
 
function underwaterBegin ()
 
function underwaterEnd ()
 
function underwaterWatchBegin ()
 
function underwaterWatchEnd ()
 

Macro Definition Documentation

◆ STOP_WATER_DIVE

#define STOP_WATER_DIVE   { filter::disable_filter_water_dive( self, FILTER_INDEX_WATER_SHEET ); stop_player_fx( self );}

Definition at line 20 of file water_surface.csc.

◆ STOP_WATER_SHEETING

#define STOP_WATER_SHEETING   { filter::disable_filter_water_sheeting( self, FILTER_INDEX_WATER_SHEET ); stop_player_fx( self ); }

Definition at line 17 of file water_surface.csc.

◆ WATER_DIVE_OVERLAY_TIME

#define WATER_DIVE_OVERLAY_TIME   0.7

Definition at line 13 of file water_surface.csc.

◆ WATER_SHEETING_OVERLAY_TIME

#define WATER_SHEETING_OVERLAY_TIME   2.0

Definition at line 14 of file water_surface.csc.

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 24 of file water_surface.csc.

References localplayer_spawned(), and on_localplayer_spawned().

◆ localplayer_spawned()

function localplayer_spawned ( localClientNum  )

◆ startWaterDive()

◆ startWaterSheeting()

◆ stop_player_fx()

function stop_player_fx ( localClient  )

Definition at line 213 of file water_surface.csc.

◆ underwaterBegin()

function underwaterBegin ( )

Definition at line 98 of file water_surface.csc.

References STOP_WATER_SHEETING.

Referenced by underwaterWatchBegin().

◆ underwaterEnd()

function underwaterEnd ( )

Definition at line 118 of file water_surface.csc.

Referenced by underwaterWatchEnd().

◆ underwaterWatchBegin()

function underwaterWatchBegin ( )

Definition at line 56 of file water_surface.csc.

References STOP_WATER_DIVE, STOP_WATER_SHEETING, and underwaterBegin().

Referenced by localplayer_spawned().

◆ underwaterWatchEnd()

function underwaterWatchEnd ( )

Definition at line 77 of file water_surface.csc.

References STOP_WATER_DIVE, STOP_WATER_SHEETING, and underwaterEnd().

Referenced by localplayer_spawned().