mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
* Fix various issues with browser statpanel * a Co-authored-by: Tad Hardesty <tad@platymuus.com> Co-authored-by: Azarak <azarak10@gmail.com>
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)
|