wargame_projector 
Vars | |
color_options | Contains all of the colors that the holograms can be changed to spawn as |
---|---|
holosign_color | The color to give holograms when created |
holosign_options | A list containing all of the possible holosigns this can choose from |
holosign_type | The type of hologram to spawn on click |
max_signs | The maximum number of projections this can support |
projection_names_to_path | A names to path list for the projections filled out by populate_radial_choice_lists() on init |
projections | All of the signs this projector is maintaining |
radial_choices | Will hold the choices for radial menu use, populated on init |
Procs | |
check_can_place_hologram | Can we place a hologram at the target location? |
create_hologram | Spawn a hologram with pixel offset based on where the user clicked |
select_hologram | Changes the selected hologram to one of the options from the hologram list |
Var Details
color_options 
Contains all of the colors that the holograms can be changed to spawn as
holosign_color 
The color to give holograms when created
holosign_options 
A list containing all of the possible holosigns this can choose from
holosign_type 
The type of hologram to spawn on click
max_signs 
The maximum number of projections this can support
projection_names_to_path 
A names to path list for the projections filled out by populate_radial_choice_lists() on init
projections 
All of the signs this projector is maintaining
radial_choices 
Will hold the choices for radial menu use, populated on init
Proc Details
check_can_place_hologram
Can we place a hologram at the target location?
create_hologram
Spawn a hologram with pixel offset based on where the user clicked
select_hologram
Changes the selected hologram to one of the options from the hologram list