![]() |
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 | __init__ () |
| function | add (entity, dyingplayer, team, timeout) |
| function | destroy_slowly (timeout, deathIconObjId) |
| function | init () |
| function | on_player_connect () |
| function | ragdoll_override (iDamage, sMeansOfDeath, sWeapon, sHitLoc, vDir, vAttackerOrigin, deathAnimDuration, eInflictor, ragdoll_jib, body) |
| function | update_enabled () |
| function __init__ | ( | ) |
Definition at line 18 of file _deathicons.gsc.
References init(), on_connect(), on_player_connect(), and on_start_gametype().
| function add | ( | entity | , |
| dyingplayer | , | ||
| team | , | ||
| timeout | |||
| ) |
Definition at line 43 of file _deathicons.gsc.
References destroy_slowly(), get_next_obj_id(), timeout(), and WaitTillSlowProcessAllowed().
Referenced by __init__(), add_callback(), add_entity_callback(), add_player_linked_scene(), add_scene_func(), add_to_sync_list(), add_wait_for_streamer_hint_scene(), add_weapon_watcher(), BuildAndValidateFacialAnimationList(), check_boost_start_conversation(), claim_position(), crawl_target_and_init_flags(), create_spawner_list(), createDeadBody(), fallback_overmind(), fallback_overmind_internal(), get_closest_valid_player(), give_perk(), musicState_Create(), ragdoll_override(), register_perk_damage_override_func(), sentinel_drone_initialize(), setup_zone_flag_waits(), update_valid_players(), wasp_add_to_spawn_pool(), and zombie_vision_set_apply().
| function destroy_slowly | ( | timeout | , |
| deathIconObjId | |||
| ) |
Definition at line 72 of file _deathicons.gsc.
References release_obj_id(), and timeout().
Referenced by add().
| function init | ( | ) |
Definition at line 24 of file _deathicons.gsc.
References ragdoll_override().
Referenced by __init__().
| function on_player_connect | ( | ) |
Definition at line 34 of file _deathicons.gsc.
Referenced by __init__().
| function ragdoll_override | ( | iDamage | , |
| sMeansOfDeath | , | ||
| sWeapon | , | ||
| sHitLoc | , | ||
| vDir | , | ||
| vAttackerOrigin | , | ||
| deathAnimDuration | , | ||
| eInflictor | , | ||
| ragdoll_jib | , | ||
| body | |||
| ) |
| function update_enabled | ( | ) |
Definition at line 39 of file _deathicons.gsc.