mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
* Keep tab buttons in view when scrolled down * Unfocus tab buttons after click so scrollbar keeps working * Fix some subsystem stat entries * Improve key passthrough * Fix runtimes from nulls in AI connected_robot list * Add missing info in MC tab for global/config/etc. * Fix #53298 by including turf in alt-click menu
20 lines
433 B
Plaintext
20 lines
433 B
Plaintext
/datum/controller
|
|
var/name
|
|
// The object used for the clickable stat() button.
|
|
var/obj/effect/statclick/statclick
|
|
|
|
/datum/controller/proc/Initialize()
|
|
|
|
//cleanup actions
|
|
/datum/controller/proc/Shutdown()
|
|
|
|
//when we enter dmm_suite.load_map
|
|
/datum/controller/proc/StartLoadingMap()
|
|
|
|
//when we exit dmm_suite.load_map
|
|
/datum/controller/proc/StopLoadingMap()
|
|
|
|
/datum/controller/proc/Recover()
|
|
|
|
/datum/controller/proc/stat_entry(msg)
|