mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-10 22:52:21 +01:00
10 lines
399 B
Plaintext
10 lines
399 B
Plaintext
// Used for tab browsing. Themes that support this at the moment: just flock.
|
|
// TODO: make the necessary javascript edits and theme code changes for base.
|
|
// (see flockpanel.dm for an example of setting up the tab datums to make this work, end of the file)
|
|
/datum/chui/tab
|
|
var/id = "undefined"
|
|
var/name = "Undefined"
|
|
var/order = 0
|
|
|
|
/datum/chui/tab/proc/GetTabBody()
|
|
return "!! UNIMPLEMENTED !!" |