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

Go to the source code of this file.

Functions

function private _get_beam (ent_1, str_tag1, ent_2, str_tag2, str_beam_type)
 
function private _kill_on_ent_death (s_beam, ent_1, ent_2)
 
function private _new_beam (ent_1, str_tag1, ent_2, str_tag2, str_beam_type)
 
function kill (ent_1, str_tag1, ent_2, str_tag2, str_beam_type)
 
function launch (ent_1, str_tag1, ent_2, str_tag2, str_beam_type)
 

Function Documentation

◆ _get_beam()

function private _get_beam ( ent_1  ,
str_tag1  ,
ent_2  ,
str_tag2  ,
str_beam_type   
)

Definition at line 89 of file beam_shared.csc.

Referenced by kill(), and launch().

◆ _kill_on_ent_death()

function private _kill_on_ent_death ( s_beam  ,
ent_1  ,
ent_2   
)

Definition at line 107 of file beam_shared.csc.

References waittill_any_ents().

Referenced by launch().

◆ _new_beam()

function private _new_beam ( ent_1  ,
str_tag1  ,
ent_2  ,
str_tag2  ,
str_beam_type   
)

Definition at line 73 of file beam_shared.csc.

References ARRAY_ADD, and DEFAULT.

Referenced by launch().

◆ kill()

function kill ( ent_1  ,
str_tag1  ,
ent_2  ,
str_tag2  ,
str_beam_type   
)

◆ launch()

function launch ( ent_1  ,
str_tag1  ,
ent_2  ,
str_tag2  ,
str_beam_type   
)