![]() |
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 | |
ARRAY_ADD (drop_candidate_array,(0, 520, 163)) | |
ARRAY_ADD (omit_locations,(-960, 1020, 168)) | |
function | link_traversals (str_value, str_key, b_enable) |
function | main () |
function | precache () |
function | spawnKillTrigger () |
function | watchKillTrigger () |
Variables | |
function add_raps_drop_locations | drop_candidate_array |
function add_raps_omit_locations | omit_locations |
ARRAY_ADD | ( | drop_candidate_array | , |
(0, 520, 163) | |||
) |
ARRAY_ADD | ( | omit_locations | , |
(-960, 1020, 168) | |||
) |
function link_traversals | ( | str_value | , |
str_key | , | ||
b_enable | |||
) |
Definition at line 49 of file mp_combine.gsc.
Referenced by main().
function main | ( | ) |
Definition at line 16 of file mp_combine.gsc.
References link_traversals(), precache(), setupMiniMap(), and spawnKillTrigger().
function precache | ( | ) |
Definition at line 66 of file mp_combine.gsc.
Referenced by main().
function spawnKillTrigger | ( | ) |
Definition at line 83 of file mp_combine.gsc.
References spawn(), and watchKillTrigger().
Referenced by main().
function watchKillTrigger | ( | ) |
Definition at line 92 of file mp_combine.gsc.
Referenced by spawnKillTrigger().
function add_raps_drop_locations drop_candidate_array |
Definition at line 78 of file mp_combine.gsc.
function add_raps_omit_locations omit_locations |
Definition at line 72 of file mp_combine.gsc.
Referenced by InitHelicopterPositions().