![]() |
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 | __main__ () |
function | add_local_power (origin, radius) |
function | add_powered_item (power_on_func, power_off_func, range_func, cost_func, power_sources, self_powered, target) |
function | add_temp_powered_item (power_on_func, power_off_func, range_func, cost_func, power_sources, self_powered, target) |
function | change_power (delta, origin, radius) |
function | change_power_in_radius (delta, origin, radius) |
function | cost_door () |
function | cost_high () |
function | cost_low_if_local () |
function | cost_negligible () |
function | door_local_power_off (origin, radius) |
function | door_local_power_on (origin, radius) |
function | door_power_off (origin, radius) |
function | door_power_on (origin, radius) |
function | door_range (delta, origin, radius) |
function | electric_switch (switch_array) |
function | electric_switch_init () |
function | end_local_power (localpower) |
function | get_local_power_cost (localpower) |
function | get_powered_item_cost () |
function | global_power (on_off) |
function | has_local_power (origin) |
function | move_local_power (localpower, origin) |
function | never_power_off (origin, radius) |
function | never_power_on (origin, radius) |
function | perk_power_off (origin, radius) |
function | perk_power_on (origin, radius) |
function | perk_range (delta, origin, radius) |
function | remove_powered_item (powered) |
function | revert_power (delta, origin, radius, powered_list) |
function | revert_power_to_list (delta, origin, radius, powered_list) |
function | set_global_power (on_off) |
function | standard_powered_items () |
function | stun_zombie () |
function | turn_power_off_and_close_doors (power_zone) |
function | turn_power_on_and_open_doors (power_zone) |
function | watch_global_power () |
function | watch_temp_powered_item (powered) |
function | zombie_power_off (origin, radius) |
function | zombie_range (delta, origin, radius) |
function | zone_controlled_perk (zone) |
function __init__ | ( | ) |
Definition at line 26 of file _zm_power.gsc.
function __main__ | ( | ) |
Definition at line 32 of file _zm_power.gsc.
References electric_switch_init(), and standard_powered_items().
function add_local_power | ( | origin | , |
radius | |||
) |
Definition at line 374 of file _zm_power.gsc.
References change_power_in_radius().
function add_powered_item | ( | power_on_func | , |
power_off_func | , | ||
range_func | , | ||
cost_func | , | ||
power_sources | , | ||
self_powered | , | ||
target | |||
) |
Definition at line 229 of file _zm_power.gsc.
References cost_func().
Referenced by add_temp_powered_item(), spawn_init(), and standard_powered_items().
function add_temp_powered_item | ( | power_on_func | , |
power_off_func | , | ||
range_func | , | ||
cost_func | , | ||
power_sources | , | ||
self_powered | , | ||
target | |||
) |
Definition at line 257 of file _zm_power.gsc.
References add_powered_item(), change_power(), cost_func(), and watch_temp_powered_item().
function change_power | ( | delta | , |
origin | , | ||
radius | |||
) |
Definition at line 316 of file _zm_power.gsc.
Referenced by add_temp_powered_item(), change_power_in_radius(), and move_local_power().
function change_power_in_radius | ( | delta | , |
origin | , | ||
radius | |||
) |
Definition at line 299 of file _zm_power.gsc.
References change_power(), and GLOBAL_POWER_ONLY.
Referenced by add_local_power().
function cost_door | ( | ) |
Definition at line 604 of file _zm_power.gsc.
Referenced by standard_powered_items().
function cost_high | ( | ) |
Definition at line 552 of file _zm_power.gsc.
function cost_low_if_local | ( | ) |
Definition at line 537 of file _zm_power.gsc.
References IS_TRUE.
Referenced by standard_powered_items().
function cost_negligible | ( | ) |
Definition at line 526 of file _zm_power.gsc.
function door_local_power_off | ( | origin | , |
radius | |||
) |
Definition at line 597 of file _zm_power.gsc.
Referenced by standard_powered_items().
function door_local_power_on | ( | origin | , |
radius | |||
) |
Definition at line 590 of file _zm_power.gsc.
Referenced by standard_powered_items().
function door_power_off | ( | origin | , |
radius | |||
) |
Definition at line 584 of file _zm_power.gsc.
Referenced by standard_powered_items().
function door_power_on | ( | origin | , |
radius | |||
) |
Definition at line 577 of file _zm_power.gsc.
Referenced by standard_powered_items().
function door_range | ( | delta | , |
origin | , | ||
radius | |||
) |
Definition at line 567 of file _zm_power.gsc.
Referenced by standard_powered_items().
function electric_switch | ( | switch_array | ) |
Definition at line 54 of file _zm_power.gsc.
References get_array(), perk_pause_all_perks(), perk_unpause_all_perks(), turn_power_off_and_close_doors(), turn_power_on_and_open_doors(), ZM_MAP_EVENT_POWER_OFF, and ZM_MAP_EVENT_POWER_ON.
Referenced by electric_switch_init().
function electric_switch_init | ( | ) |
Definition at line 39 of file _zm_power.gsc.
References electric_switch().
Referenced by __main__().
function end_local_power | ( | localpower | ) |
Definition at line 413 of file _zm_power.gsc.
References revert_power_to_list().
function get_local_power_cost | ( | localpower | ) |
Definition at line 455 of file _zm_power.gsc.
References get_powered_item_cost().
function get_powered_item_cost | ( | ) |
Definition at line 438 of file _zm_power.gsc.
References IS_TRUE, and LOCAL_POWER_ONLY.
Referenced by get_local_power_cost().
function global_power | ( | on_off | ) |
Definition at line 490 of file _zm_power.gsc.
Referenced by set_global_power().
function has_local_power | ( | origin | ) |
Definition at line 425 of file _zm_power.gsc.
function move_local_power | ( | localpower | , |
origin | |||
) |
Definition at line 387 of file _zm_power.gsc.
References change_power(), GLOBAL_POWER_ONLY, and revert_power().
function never_power_off | ( | origin | , |
radius | |||
) |
Definition at line 522 of file _zm_power.gsc.
function never_power_on | ( | origin | , |
radius | |||
) |
Definition at line 519 of file _zm_power.gsc.
function perk_power_off | ( | origin | , |
radius | |||
) |
Definition at line 699 of file _zm_power.gsc.
References exists(), get(), getVendingMachineNotify(), perk_pause(), and vending_trigger_think().
Referenced by standard_powered_items(), and zone_controlled_perk().
function perk_power_on | ( | origin | , |
radius | |||
) |
Definition at line 692 of file _zm_power.gsc.
References getVendingMachineNotify(), and perk_unpause().
Referenced by standard_powered_items(), and zone_controlled_perk().
function perk_range | ( | delta | , |
origin | , | ||
radius | |||
) |
Definition at line 678 of file _zm_power.gsc.
References IS_TRUE.
Referenced by standard_powered_items().
function remove_powered_item | ( | powered | ) |
Definition at line 249 of file _zm_power.gsc.
Referenced by watch_temp_powered_item().
function revert_power | ( | delta | , |
origin | , | ||
radius | , | ||
powered_list | |||
) |
Definition at line 347 of file _zm_power.gsc.
Referenced by move_local_power(), and revert_power_to_list().
function revert_power_to_list | ( | delta | , |
origin | , | ||
radius | , | ||
powered_list | |||
) |
Definition at line 338 of file _zm_power.gsc.
References revert_power().
Referenced by end_local_power().
function set_global_power | ( | on_off | ) |
Definition at line 474 of file _zm_power.gsc.
References bookmark(), global_power(), LOCAL_POWER_ONLY, and wait_network_frame().
Referenced by watch_global_power().
function standard_powered_items | ( | ) |
Definition at line 173 of file _zm_power.gsc.
References add_powered_item(), ANY_POWER, cost_door(), cost_low_if_local(), door_local_power_off(), door_local_power_on(), door_power_off(), door_power_on(), door_range(), get_perk_machine_start_state(), IS_TRUE, LOCAL_POWER_ONLY, perk_power_off(), perk_power_on(), perk_range(), wait_till(), watch_global_power(), and zone_controlled_perk().
Referenced by __main__().
function stun_zombie | ( | ) |
function turn_power_off_and_close_doors | ( | power_zone | ) |
Definition at line 766 of file _zm_power.gsc.
References clear(), door_think(), and set().
Referenced by electric_switch().
function turn_power_on_and_open_doors | ( | power_zone | ) |
function watch_global_power | ( | ) |
Definition at line 157 of file _zm_power.gsc.
References set_global_power(), wait_till(), and wait_till_clear().
Referenced by standard_powered_items().
function watch_temp_powered_item | ( | powered | ) |
Definition at line 277 of file _zm_power.gsc.
References remove_powered_item().
Referenced by add_temp_powered_item().
function zombie_power_off | ( | origin | , |
radius | |||
) |
Definition at line 640 of file _zm_power.gsc.
References stun_zombie(), and WAIT_SERVER_FRAME.
function zombie_range | ( | delta | , |
origin | , | ||
radius | |||
) |
Definition at line 628 of file _zm_power.gsc.
References get_round_enemy_array().
function zone_controlled_perk | ( | zone | ) |
Definition at line 212 of file _zm_power.gsc.
References perk_power_off(), perk_power_on(), wait_till(), and wait_till_clear().
Referenced by standard_powered_items().