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

Go to the source code of this file.

Functions

function __init__ ()
 
function empty_kill_func (type, loc, point, attacker, amount)
 
function fadeFunc (overlay, severity, mult, hud_scaleOnly)
 
function healthOverlay ()
 
function healthOverlay_remove (overlay)
 
function on_player_spawned ()
 
function player_health_visionset ()
 
function playerHealthRegen ()
 
function playerHurtcheck ()
 
function playerInvul (timer)
 
function redFlashingOverlay (overlay)
 
function watchHideRedFlashingOverlay (overlay)
 

Function Documentation

◆ __init__()

◆ empty_kill_func()

function empty_kill_func ( type  ,
loc  ,
point  ,
attacker  ,
amount   
)

Definition at line 469 of file _zm_playerhealth.gsc.

Referenced by __init__().

◆ fadeFunc()

function fadeFunc ( overlay  ,
severity  ,
mult  ,
hud_scaleOnly   
)

Definition at line 356 of file _zm_playerhealth.gsc.

Referenced by redFlashingOverlay().

◆ healthOverlay()

function healthOverlay ( )

◆ healthOverlay_remove()

function healthOverlay_remove ( overlay  )

Definition at line 456 of file _zm_playerhealth.gsc.

References waittill_any().

Referenced by healthOverlay().

◆ on_player_spawned()

function on_player_spawned ( )

Definition at line 76 of file _zm_playerhealth.gsc.

References perk_set_max_health_if_jugg(), and playerHealthRegen().

Referenced by __init__().

◆ player_health_visionset()

◆ playerHealthRegen()

function playerHealthRegen ( )

◆ playerHurtcheck()

function playerHurtcheck ( )

Definition at line 92 of file _zm_playerhealth.gsc.

Referenced by playerHealthRegen().

◆ playerInvul()

function playerInvul ( timer  )

Definition at line 303 of file _zm_playerhealth.gsc.

References clear(), and timer().

Referenced by playerHealthRegen().

◆ redFlashingOverlay()

function redFlashingOverlay ( overlay  )

Definition at line 408 of file _zm_playerhealth.gsc.

References clear(), fadeFunc(), IS_TRUE, is_zombie(), and set_to_player().

Referenced by healthOverlay().

◆ watchHideRedFlashingOverlay()

function watchHideRedFlashingOverlay ( overlay  )

Definition at line 390 of file _zm_playerhealth.gsc.

References clear(), and set_to_player().

Referenced by healthOverlay().