![]() |
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 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 private _get_beam | ( | ent_1 | , |
str_tag1 | , | ||
ent_2 | , | ||
str_tag2 | , | ||
str_beam_type | |||
) |
Definition at line 89 of file beam_shared.csc.
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().
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().
function kill | ( | ent_1 | , |
str_tag1 | , | ||
ent_2 | , | ||
str_tag2 | , | ||
str_beam_type | |||
) |
Definition at line 41 of file beam_shared.csc.
References _get_beam().
Referenced by detonate(), fall_and_bounce(), gib(), killWrapper(), sentinel_drone_beam_fire(), and zombieIDGunDeathUpdate().
function launch | ( | ent_1 | , |
str_tag1 | , | ||
ent_2 | , | ||
str_tag2 | , | ||
str_beam_type | |||
) |
Definition at line 11 of file beam_shared.csc.
References _get_beam(), _kill_on_ent_death(), and _new_beam().
Referenced by drop_grenades_to_ground(), drop_unlinked_grenades(), dropGrenadesToGround(), move(), onSpawnHatchetTrigger(), onSpawnSpecialCrossbowTrigger(), sentinel_drone_beam_fire(), and unlink_grenades().