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

Go to the source code of this file.

Macros

#define DROWN_DAMAGE   25
 

Functions

function __init__ ()
 
function activate_player_health_visionset ()
 
function deactivate_player_health_visionset ()
 
function is_player_drowning ()
 
function on_player_spawned ()
 
function watch_game_ended ()
 
function watch_player_drown_death ()
 
function watch_player_drowning ()
 

Macro Definition Documentation

◆ DROWN_DAMAGE

#define DROWN_DAMAGE   25

Definition at line 16 of file drown.gsc.

Function Documentation

◆ __init__()

◆ activate_player_health_visionset()

◆ deactivate_player_health_visionset()

function deactivate_player_health_visionset ( )

◆ is_player_drowning()

function is_player_drowning ( )

Definition at line 136 of file drown.gsc.

References DROWN_STAGE_NONE.

Referenced by playerKilled().

◆ on_player_spawned()

function on_player_spawned ( )

◆ watch_game_ended()

function watch_game_ended ( )

Definition at line 124 of file drown.gsc.

References deactivate_player_health_visionset(), DROWN_STAGE_NONE, and set_to_player().

Referenced by on_player_spawned().

◆ watch_player_drown_death()

function watch_player_drown_death ( )

Definition at line 112 of file drown.gsc.

References deactivate_player_health_visionset(), DROWN_STAGE_NONE, and set_to_player().

Referenced by on_player_spawned().

◆ watch_player_drowning()