![]() |
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 | create (name, origin, team, shader, alpha, scale) |
function | delete (oldObjPoint) |
function | get_by_index (index) |
function | get_by_name (name) |
function | set_origin_by_name (name, origin) |
function | start_flashing () |
function | stop_flashing () |
function | update_origin (origin) |
function __init__ | ( | ) |
Definition at line 14 of file objpoints_shared.gsc.
References IS_TRUE.
function create | ( | name | , |
origin | , | ||
team | , | ||
shader | , | ||
alpha | , | ||
scale | |||
) |
Definition at line 32 of file objpoints_shared.gsc.
References delete(), get_by_name(), and name.
Referenced by create_carry_object(), create_pack_object(), create_use_object(), escort_drone_think(), init_state_machine_for_role(), metalstorm_think(), quadrotor_think(), and turret_gadget_deploy_think().
function delete | ( | oldObjPoint | ) |
Definition at line 79 of file objpoints_shared.gsc.
References destroy(), and get_by_index().
Referenced by create().
function get_by_index | ( | index | ) |
Definition at line 136 of file objpoints_shared.gsc.
Referenced by delete().
function get_by_name | ( | name | ) |
Definition at line 128 of file objpoints_shared.gsc.
References name.
Referenced by create(), set_3d_icon_color(), set_origin_by_name(), and update_world_icon().
function set_origin_by_name | ( | name | , |
origin | |||
) |
Definition at line 121 of file objpoints_shared.gsc.
References get_by_name(), name, and update_origin().
function start_flashing | ( | ) |
Definition at line 144 of file objpoints_shared.gsc.
function stop_flashing | ( | ) |
Definition at line 167 of file objpoints_shared.gsc.
Referenced by update_world_icon().
function update_origin | ( | origin | ) |
Definition at line 108 of file objpoints_shared.gsc.
Referenced by set_origin_by_name(), and update_carry_object_origin().