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

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 Documentation

◆ __init__()

◆ dest_collision_watcher()

function dest_collision_watcher ( tag  )

Definition at line 301 of file destructible_cover_shared.gsc.

Referenced by destroy_piece().

◆ dest_model_think()

function dest_model_think ( )

◆ destroy_chunks()

function destroy_chunks ( chunk  )

Definition at line 262 of file destructible_cover_shared.gsc.

Referenced by dest_model_think().

◆ destroy_geo_piece()

function destroy_geo_piece ( main_part  )

Definition at line 548 of file destructible_cover_shared.gsc.

References PlayFx().

Referenced by pieces_think().

◆ destroy_piece()

function destroy_piece ( tag  )

Definition at line 281 of file destructible_cover_shared.gsc.

References dest_collision_watcher().

Referenced by dest_model_think().

◆ destructible_cover_geo_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__().

◆ destructible_cover_think()

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__().

◆ ents_from_script_int()

function ents_from_script_int ( int  )

Definition at line 475 of file destructible_cover_shared.gsc.

Referenced by destructible_cover_geo_think().

◆ hide_cracked_parts()

function hide_cracked_parts ( tag_array  )

Definition at line 148 of file destructible_cover_shared.gsc.

Referenced by destructible_cover_think().

◆ pass_on_damage()

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().

◆ pieces_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().

◆ precache_destructible_fx()

function precache_destructible_fx ( )

Definition at line 272 of file destructible_cover_shared.gsc.

Referenced by __init__().