Files
2020-02-16 19:40:21 -08:00

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 !!"