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

Go to the source code of this file.

Functions

function destroyEntityHeadIcons ()
 
function destroyHeadIconsOnDeath ()
 
function init_shared ()
 
function setEntityHeadIcon (team, owner, offset, objective, constant_size)
 
function setEntityHeadIconsHiddenWhileControlling ()
 
function start_gametype ()
 
function updateEntityHeadClientIcon (entity, icon, constant_size)
 
function updateEntityHeadClientObjective (entity, objective, constant_size)
 
function updateEntityHeadIconPos (headicon)
 
function updateEntityHeadTeamIcon (entity, team, icon, constant_size)
 
function updateEntityHeadTeamObjective (entity, team, objective, constant_size)
 

Function Documentation

◆ destroyEntityHeadIcons()

function destroyEntityHeadIcons ( )

Definition at line 234 of file entityheadicons_shared.gsc.

References destroy(), and release_obj_id().

Referenced by damageEffectArea(), and heliDeliverCrate().

◆ destroyHeadIconsOnDeath()

function destroyHeadIconsOnDeath ( )

Definition at line 209 of file entityheadicons_shared.gsc.

References destroy(), release_obj_id(), and waittill_any().

Referenced by setEntityHeadIcon().

◆ init_shared()

function init_shared ( )

Definition at line 12 of file entityheadicons_shared.gsc.

References on_start_gametype(), and start_gametype().

◆ setEntityHeadIcon()

◆ setEntityHeadIconsHiddenWhileControlling()

function setEntityHeadIconsHiddenWhileControlling ( )

Definition at line 269 of file entityheadicons_shared.gsc.

◆ start_gametype()

function start_gametype ( )

Definition at line 17 of file entityheadicons_shared.gsc.

References setEntityHeadIcon().

Referenced by init_shared().

◆ updateEntityHeadClientIcon()

function updateEntityHeadClientIcon ( entity  ,
icon  ,
constant_size   
)

Definition at line 171 of file entityheadicons_shared.gsc.

Referenced by setEntityHeadIcon().

◆ updateEntityHeadClientObjective()

function updateEntityHeadClientObjective ( entity  ,
objective  ,
constant_size   
)

Definition at line 197 of file entityheadicons_shared.gsc.

References get_next_obj_id().

Referenced by setEntityHeadIcon().

◆ updateEntityHeadIconPos()

function updateEntityHeadIconPos ( headicon  )

Definition at line 262 of file entityheadicons_shared.gsc.

◆ updateEntityHeadTeamIcon()

function updateEntityHeadTeamIcon ( entity  ,
team  ,
icon  ,
constant_size   
)

Definition at line 152 of file entityheadicons_shared.gsc.

References array.

Referenced by setEntityHeadIcon().

◆ updateEntityHeadTeamObjective()

function updateEntityHeadTeamObjective ( entity  ,
team  ,
objective  ,
constant_size   
)

Definition at line 186 of file entityheadicons_shared.gsc.

References get_next_obj_id().

Referenced by setEntityHeadIcon().