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

Go to the source code of this file.

Functions

function __init__ ()
 
function decay_player_damages (decay)
 
function end_health_regen ()
 
function init ()
 
function player_breathing_sound (healthcap)
 
function player_health_regen ()
 
function player_heartbeat_sound (healthcap)
 

Function Documentation

◆ __init__()

◆ decay_player_damages()

function decay_player_damages ( decay  )

Definition at line 196 of file _healthoverlay.gsc.

References damage().

Referenced by player_health_regen().

◆ end_health_regen()

function end_health_regen ( )

Definition at line 41 of file _healthoverlay.gsc.

Referenced by __init__().

◆ init()

function init ( )

Definition at line 30 of file _healthoverlay.gsc.

Referenced by __init__().

◆ player_breathing_sound()

function player_breathing_sound ( healthcap  )

Definition at line 212 of file _healthoverlay.gsc.

References isUsingRemote().

Referenced by player_health_regen().

◆ player_health_regen()

function player_health_regen ( )

◆ player_heartbeat_sound()

function player_heartbeat_sound ( healthcap  )

Definition at line 242 of file _healthoverlay.gsc.

References isUsingRemote().

Referenced by player_health_regen().