/datum/antagonist_panel_tab
Antagonist panel tab datums represent the individual tabs that may be present on an antagonist panel and are responsble for generating the specific data contained within them.
Vars | |
tab_name | The name of this tab to be displayed on the UI. |
---|---|
Procs | |
generate_location_data | Returns a list of areas and coordinates for each player entry in the tab, indexed by mind. |
generate_section_data | Returns data on the constituent sections of this tab, alongside the concomitant antagonist data. |
Var Details
tab_name
The name of this tab to be displayed on the UI.
Proc Details
generate_location_data
Returns a list of areas and coordinates for each player entry in the tab, indexed by mind.
generate_section_data
Returns data on the constituent sections of this tab, alongside the concomitant antagonist data.