2015-04-06 13:51:59 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
|
|
|
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(add_new_gun);
|
|
|
|
PREP(calculate_range_card);
|
|
|
|
PREP(calculate_scope_base_angle);
|
|
|
|
PREP(calculate_solution);
|
|
|
|
PREP(calculate_target_range_assist);
|
|
|
|
PREP(calculate_target_solution);
|
|
|
|
PREP(calculate_target_speed_assist);
|
2015-04-10 13:09:18 +00:00
|
|
|
PREP(can_show);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(change_gun);
|
2015-04-16 16:14:32 +00:00
|
|
|
PREP(change_target_slot);
|
2015-04-18 15:45:32 +00:00
|
|
|
PREP(clear_user_data);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(create_dialog);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(cycle_gun_list);
|
|
|
|
PREP(cycle_image_size_units);
|
|
|
|
PREP(cycle_num_ticks_units);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(cycle_range_card_columns);
|
|
|
|
PREP(cycle_scope_unit);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(cycle_target_size_units);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(delete_gun);
|
|
|
|
PREP(init);
|
|
|
|
PREP(parse_input);
|
|
|
|
PREP(reset_relative_click_memory);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(restore_atmo_default);
|
|
|
|
PREP(restore_user_data);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(save_gun);
|
|
|
|
PREP(show_add_new_gun);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(show_atmo_env_data);
|
|
|
|
PREP(show_gun_ammo_data);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(show_gun_list);
|
|
|
|
PREP(show_main_page);
|
|
|
|
PREP(show_range_card);
|
|
|
|
PREP(show_range_card_setup);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(show_target_data);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(show_target_range_assist);
|
|
|
|
PREP(show_target_speed_assist);
|
|
|
|
PREP(show_target_speed_assist_timer);
|
|
|
|
PREP(sord);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(store_user_data);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(target_speed_assist_timer);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(toggle_atmo_env_data);
|
|
|
|
PREP(toggle_gun_ammo_data);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(toggle_gun_list);
|
|
|
|
PREP(toggle_range_card);
|
|
|
|
PREP(toggle_range_card_setup);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(toggle_target_data);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(toggle_target_range_assist);
|
|
|
|
PREP(toggle_target_speed_assist);
|
|
|
|
PREP(update_atmosphere);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(update_atmo_env_data);
|
|
|
|
PREP(update_atmo_selection);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(update_gun);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(update_gun_ammo_data);
|
2015-04-18 13:52:06 +00:00
|
|
|
PREP(update_inclination_angle);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(update_range_card);
|
|
|
|
PREP(update_relative_click_memory);
|
|
|
|
PREP(update_result);
|
|
|
|
PREP(update_scope_unit);
|
|
|
|
PREP(update_target);
|
2015-04-17 22:11:53 +00:00
|
|
|
PREP(update_target_data);
|
2015-04-06 19:11:02 +00:00
|
|
|
PREP(update_target_selection);
|
|
|
|
PREP(update_unit_selection);
|
|
|
|
PREP(update_zero_range);
|
2015-04-06 13:51:59 +00:00
|
|
|
|
|
|
|
ADDON = true;
|