![]() |
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 | activate (type, name, player, opt_param_1, opt_param_2, opt_param_3) |
| function | activate_per_player (type, name, player, opt_param_1, opt_param_2, opt_param_3) |
| function | add_info (type, name, version, priority, lerp_step_count, should_activate_per_player, lerp_thread, ref_count_lerp_thread) |
| function | add_sorted_name_key (type, name) |
| function | add_sorted_priority_key (type, name, priority) |
| function | calc_ramp_in_lerp (start_time, end_time) |
| function | calc_remaining_duration_lerp (start_time, end_time) |
| function | deactivate (type, name, player) |
| function | deactivate_per_player (type, name, player) |
| function | duration_lerp_thread (duration, max_duration) |
| function | duration_lerp_thread_per_player (player, duration, max_duration) |
| function | finalize_clientfields () |
| function | finalize_type_clientfields () |
| function | get_first_active_name (type_struct) |
| function | lerp_thread_per_player_wrapper (func, player, opt_param_1, opt_param_2, opt_param_3) |
| function | lerp_thread_wrapper (func, opt_param_1, opt_param_2, opt_param_3) |
| function | monitor () |
| function | on_player_connect () |
| function | player_setup () |
| function | player_shutdown () |
| function | ramp_in_out_thread (ramp_in, full_period, ramp_out) |
| function | ramp_in_out_thread_hold_func () |
| function | ramp_in_out_thread_per_player (player, ramp_in, full_period, ramp_out) |
| function | ramp_in_out_thread_per_player_death_shutdown (player, ramp_in, full_period, ramp_out) |
| function | ramp_in_out_thread_per_player_internal (player, ramp_in, full_period, ramp_out) |
| function | ramp_in_out_thread_watch_player_shutdown (player) |
| function | ramp_in_thread_per_player (player, duration) |
| function | register_info (type, name, version, priority, lerp_step_count, should_activate_per_player, lerp_thread, ref_count_lerp_thread) |
| function | register_type (type) |
| function | set_state_active (player, lerp) |
| function | set_state_inactive (player) |
| function | timeout_lerp_thread (timeout, opt_param_2, opt_param_3) |
| function | timeout_lerp_thread_per_player (player, timeout, opt_param_2, opt_param_3) |
| function | update_clientfields (player, type_struct) |
| function | validate_info (type, name, priority) |
| function __init__ | ( | ) |
Definition at line 14 of file visionset_mgr_shared.gsc.
References finalize_clientfields(), monitor(), on_connect(), on_finalize_initialization(), on_player_connect(), and register_type().
| function activate | ( | type | , |
| name | , | ||
| player | , | ||
| opt_param_1 | , | ||
| opt_param_2 | , | ||
| opt_param_3 | |||
| ) |
Definition at line 50 of file visionset_mgr_shared.gsc.
References activate_per_player(), lerp_thread_wrapper(), name, and set_state_active().
| function activate_per_player | ( | type | , |
| name | , | ||
| player | , | ||
| opt_param_1 | , | ||
| opt_param_2 | , | ||
| opt_param_3 | |||
| ) |
Definition at line 696 of file visionset_mgr_shared.gsc.
References lerp_thread_per_player_wrapper(), name, and set_state_active().
Referenced by activate().
| function add_info | ( | type | , |
| name | , | ||
| version | , | ||
| priority | , | ||
| lerp_step_count | , | ||
| should_activate_per_player | , | ||
| lerp_thread | , | ||
| ref_count_lerp_thread | |||
| ) |
Definition at line 511 of file visionset_mgr_shared.gsc.
References name.
Referenced by register_info().
| function add_sorted_name_key | ( | type | , |
| name | |||
| ) |
Definition at line 483 of file visionset_mgr_shared.gsc.
References name.
Referenced by register_info().
| function add_sorted_priority_key | ( | type | , |
| name | , | ||
| priority | |||
| ) |
Definition at line 497 of file visionset_mgr_shared.gsc.
References name.
Referenced by register_info().
| function calc_ramp_in_lerp | ( | start_time | , |
| end_time | |||
| ) |
Definition at line 742 of file visionset_mgr_shared.gsc.
References clamp().
Referenced by ramp_in_out_thread(), ramp_in_out_thread_per_player_internal(), and ramp_in_thread_per_player().
| function calc_remaining_duration_lerp | ( | start_time | , |
| end_time | |||
| ) |
Definition at line 757 of file visionset_mgr_shared.gsc.
References clamp().
Referenced by duration_lerp_thread(), duration_lerp_thread_per_player(), ramp_in_out_thread(), and ramp_in_out_thread_per_player_internal().
| function deactivate | ( | type | , |
| name | , | ||
| player | |||
| ) |
Definition at line 84 of file visionset_mgr_shared.gsc.
References deactivate_per_player(), name, and set_state_inactive().
Referenced by duration_lerp_thread(), ramp_in_out_thread(), and timeout_lerp_thread().
| function deactivate_per_player | ( | type | , |
| name | , | ||
| player | |||
| ) |
Definition at line 721 of file visionset_mgr_shared.gsc.
References name, and set_state_inactive().
Referenced by deactivate(), duration_lerp_thread_per_player(), player_shutdown(), ramp_in_out_thread_per_player_internal(), ramp_in_out_thread_watch_player_shutdown(), and timeout_lerp_thread_per_player().
| function duration_lerp_thread | ( | duration | , |
| max_duration | |||
| ) |
Definition at line 165 of file visionset_mgr_shared.gsc.
References calc_remaining_duration_lerp(), deactivate(), lerp(), name, set_state_active(), and WAIT_SERVER_FRAME.
| function duration_lerp_thread_per_player | ( | player | , |
| duration | , | ||
| max_duration | |||
| ) |
Definition at line 199 of file visionset_mgr_shared.gsc.
References calc_remaining_duration_lerp(), deactivate_per_player(), lerp(), name, set_state_active(), and WAIT_SERVER_FRAME.
Referenced by __init__().
| function finalize_clientfields | ( | ) |
Definition at line 414 of file visionset_mgr_shared.gsc.
References finalize_type_clientfields().
Referenced by __init__().
| function finalize_type_clientfields | ( | ) |
Definition at line 426 of file visionset_mgr_shared.gsc.
References name, and register().
Referenced by finalize_clientfields().
| function get_first_active_name | ( | type_struct | ) |
Definition at line 641 of file visionset_mgr_shared.gsc.
Referenced by update_clientfields().
| function lerp_thread_per_player_wrapper | ( | func | , |
| player | , | ||
| opt_param_1 | , | ||
| opt_param_2 | , | ||
| opt_param_3 | |||
| ) |
Definition at line 685 of file visionset_mgr_shared.gsc.
Referenced by activate_per_player().
| function lerp_thread_wrapper | ( | func | , |
| opt_param_1 | , | ||
| opt_param_2 | , | ||
| opt_param_3 | |||
| ) |
Definition at line 676 of file visionset_mgr_shared.gsc.
Referenced by activate().
| function monitor | ( | ) |
Definition at line 602 of file visionset_mgr_shared.gsc.
References update_clientfields(), and WAIT_SERVER_FRAME.
Referenced by __init__().
| function on_player_connect | ( | ) |
Definition at line 539 of file visionset_mgr_shared.gsc.
References player_setup().
Referenced by __init__().
| function player_setup | ( | ) |
Definition at line 545 of file visionset_mgr_shared.gsc.
References set_state_active().
Referenced by on_player_connect().
| function player_shutdown | ( | ) |
Definition at line 578 of file visionset_mgr_shared.gsc.
References deactivate_per_player().
Referenced by spawn_end_of_final_killcam().
| function ramp_in_out_thread | ( | ramp_in | , |
| full_period | , | ||
| ramp_out | |||
| ) |
Definition at line 266 of file visionset_mgr_shared.gsc.
References calc_ramp_in_lerp(), calc_remaining_duration_lerp(), deactivate(), lerp(), name, ramp_in_out_thread_hold_func(), set_state_active(), and WAIT_SERVER_FRAME.
Referenced by __init__(), and init().
| function ramp_in_out_thread_hold_func | ( | ) |
Definition at line 250 of file visionset_mgr_shared.gsc.
References set_state_active(), and WAIT_SERVER_FRAME.
Referenced by ramp_in_out_thread().
| function ramp_in_out_thread_per_player | ( | player | , |
| ramp_in | , | ||
| full_period | , | ||
| ramp_out | |||
| ) |
Definition at line 392 of file visionset_mgr_shared.gsc.
References ramp_in_out_thread_per_player_internal().
Referenced by __init__(), and init().
| function ramp_in_out_thread_per_player_death_shutdown | ( | player | , |
| ramp_in | , | ||
| full_period | , | ||
| ramp_out | |||
| ) |
Definition at line 385 of file visionset_mgr_shared.gsc.
References ramp_in_out_thread_per_player_internal(), and ramp_in_out_thread_watch_player_shutdown().
Referenced by __init__(), and init().
| function ramp_in_out_thread_per_player_internal | ( | player | , |
| ramp_in | , | ||
| full_period | , | ||
| ramp_out | |||
| ) |
Definition at line 324 of file visionset_mgr_shared.gsc.
References calc_ramp_in_lerp(), calc_remaining_duration_lerp(), deactivate_per_player(), lerp(), name, set_state_active(), and WAIT_SERVER_FRAME.
Referenced by ramp_in_out_thread_per_player(), and ramp_in_out_thread_per_player_death_shutdown().
| function ramp_in_out_thread_watch_player_shutdown | ( | player | ) |
Definition at line 374 of file visionset_mgr_shared.gsc.
References deactivate_per_player(), and name.
Referenced by ramp_in_out_thread_per_player_death_shutdown().
| function ramp_in_thread_per_player | ( | player | , |
| duration | |||
| ) |
Definition at line 229 of file visionset_mgr_shared.gsc.
References calc_ramp_in_lerp(), lerp(), set_state_active(), and WAIT_SERVER_FRAME.
Referenced by __init__().
| function register_info | ( | type | , |
| name | , | ||
| version | , | ||
| priority | , | ||
| lerp_step_count | , | ||
| should_activate_per_player | , | ||
| lerp_thread | , | ||
| ref_count_lerp_thread | |||
| ) |
Definition at line 30 of file visionset_mgr_shared.gsc.
References add_info(), add_sorted_name_key(), add_sorted_priority_key(), name, and validate_info().
Referenced by register_type().
| function register_type | ( | type | ) |
Definition at line 397 of file visionset_mgr_shared.gsc.
References register_info(), and VERSION_SHIP.
Referenced by __init__().
| function set_state_active | ( | player | , |
| lerp | |||
| ) |
Definition at line 113 of file visionset_mgr_shared.gsc.
References lerp().
Referenced by activate(), activate_per_player(), duration_lerp_thread(), duration_lerp_thread_per_player(), mpintro_visionset_ramp_hold_func(), player_setup(), ramp_in_out_thread(), ramp_in_out_thread_hold_func(), ramp_in_out_thread_per_player_internal(), ramp_in_thread_per_player(), timeout_lerp_thread(), and timeout_lerp_thread_per_player().
| function set_state_inactive | ( | player | ) |
Definition at line 127 of file visionset_mgr_shared.gsc.
Referenced by deactivate(), and deactivate_per_player().
| function timeout_lerp_thread | ( | timeout | , |
| opt_param_2 | , | ||
| opt_param_3 | |||
| ) |
Definition at line 141 of file visionset_mgr_shared.gsc.
References deactivate(), name, set_state_active(), and timeout().
| function timeout_lerp_thread_per_player | ( | player | , |
| timeout | , | ||
| opt_param_2 | , | ||
| opt_param_3 | |||
| ) |
Definition at line 155 of file visionset_mgr_shared.gsc.
References deactivate_per_player(), name, set_state_active(), and timeout().
| function update_clientfields | ( | player | , |
| type_struct | |||
| ) |
Definition at line 661 of file visionset_mgr_shared.gsc.
References get_first_active_name(), name, and set_to_player().
Referenced by monitor().
| function validate_info | ( | type | , |
| name | , | ||
| priority | |||
| ) |
Definition at line 461 of file visionset_mgr_shared.gsc.
References name.
Referenced by register_info().