![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
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 destroyEntityHeadIcons | ( | ) |
Definition at line 234 of file entityheadicons_shared.gsc.
References destroy(), and release_obj_id().
Referenced by damageEffectArea(), and heliDeliverCrate().
function destroyHeadIconsOnDeath | ( | ) |
Definition at line 209 of file entityheadicons_shared.gsc.
References destroy(), release_obj_id(), and waittill_any().
Referenced by setEntityHeadIcon().
function init_shared | ( | ) |
Definition at line 12 of file entityheadicons_shared.gsc.
References on_start_gametype(), and start_gametype().
function setEntityHeadIcon | ( | team | , |
owner | , | ||
offset | , | ||
objective | , | ||
constant_size | |||
) |
Definition at line 43 of file entityheadicons_shared.gsc.
References destroy(), destroyHeadIconsOnDeath(), updateEntityHeadClientIcon(), updateEntityHeadClientObjective(), updateEntityHeadTeamIcon(), and updateEntityHeadTeamObjective().
Referenced by _CreateGuardMarker(), commonOnSpawnUseWeaponObject(), crateActivate(), crateReactivate(), destroy(), detonate(), heliDeliverCrate(), proximityWeaponObject_DoDetonation(), start_gametype(), watch_explosive_crate(), and weaponObjectDamage().
function setEntityHeadIconsHiddenWhileControlling | ( | ) |
Definition at line 269 of file entityheadicons_shared.gsc.
function start_gametype | ( | ) |
Definition at line 17 of file entityheadicons_shared.gsc.
References setEntityHeadIcon().
Referenced by init_shared().
function updateEntityHeadClientIcon | ( | entity | , |
icon | , | ||
constant_size | |||
) |
Definition at line 171 of file entityheadicons_shared.gsc.
Referenced by setEntityHeadIcon().
function updateEntityHeadClientObjective | ( | entity | , |
objective | , | ||
constant_size | |||
) |
Definition at line 197 of file entityheadicons_shared.gsc.
References get_next_obj_id().
Referenced by setEntityHeadIcon().
function updateEntityHeadIconPos | ( | headicon | ) |
Definition at line 262 of file entityheadicons_shared.gsc.
function updateEntityHeadTeamIcon | ( | entity | , |
team | , | ||
icon | , | ||
constant_size | |||
) |
Definition at line 152 of file entityheadicons_shared.gsc.
References array.
Referenced by setEntityHeadIcon().
function updateEntityHeadTeamObjective | ( | entity | , |
team | , | ||
objective | , | ||
constant_size | |||
) |
Definition at line 186 of file entityheadicons_shared.gsc.
References get_next_obj_id().
Referenced by setEntityHeadIcon().