![]() |
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 | dest_collision_watcher (tag) |
| function | dest_model_think () |
| function | destroy_chunks (chunk) |
| function | destroy_geo_piece (main_part) |
| function | destroy_piece (tag) |
| function | destructible_cover_geo_think () |
| function | destructible_cover_think () |
| function | ents_from_script_int (int) |
| function | hide_cracked_parts (tag_array) |
| function | pass_on_damage (damage, direction_vec, who, tag, type) |
| function | pieces_think (main_part) |
| function | precache_destructible_fx () |
| function __init__ | ( | ) |
Definition at line 20 of file destructible_cover_shared.gsc.
References destructible_cover_geo_think(), destructible_cover_think(), and precache_destructible_fx().
| function dest_collision_watcher | ( | tag | ) |
Definition at line 301 of file destructible_cover_shared.gsc.
Referenced by destroy_piece().
| function dest_model_think | ( | ) |
Definition at line 158 of file destructible_cover_shared.gsc.
References destroy_chunks(), destroy_piece(), and pass_on_damage().
Referenced by destructible_cover_think().
| function destroy_chunks | ( | chunk | ) |
Definition at line 262 of file destructible_cover_shared.gsc.
Referenced by dest_model_think().
| function destroy_geo_piece | ( | main_part | ) |
Definition at line 548 of file destructible_cover_shared.gsc.
References PlayFx().
Referenced by pieces_think().
| function destroy_piece | ( | tag | ) |
Definition at line 281 of file destructible_cover_shared.gsc.
References dest_collision_watcher().
Referenced by dest_model_think().
| function destructible_cover_geo_think | ( | ) |
Definition at line 330 of file destructible_cover_shared.gsc.
References array, ents_from_script_int(), and pieces_think().
Referenced by __init__().
| function destructible_cover_think | ( | ) |
Definition at line 37 of file destructible_cover_shared.gsc.
References array, dest_model_think(), hide_cracked_parts(), and spawn().
Referenced by __init__().
| function ents_from_script_int | ( | int | ) |
Definition at line 475 of file destructible_cover_shared.gsc.
Referenced by destructible_cover_geo_think().
| function hide_cracked_parts | ( | tag_array | ) |
Definition at line 148 of file destructible_cover_shared.gsc.
Referenced by destructible_cover_think().
| function pass_on_damage | ( | damage | , |
| direction_vec | , | ||
| who | , | ||
| tag | , | ||
| type | |||
| ) |
Definition at line 251 of file destructible_cover_shared.gsc.
References damage(), and damage_notify_wrapper().
Referenced by dest_model_think().
| function pieces_think | ( | main_part | ) |
Definition at line 486 of file destructible_cover_shared.gsc.
References destroy_geo_piece(), and IS_TRUE.
Referenced by destructible_cover_geo_think().
| function precache_destructible_fx | ( | ) |
Definition at line 272 of file destructible_cover_shared.gsc.
Referenced by __init__().