Files
vgstation13/code/__HELPERS/datum.dm
ShiftyRail d79c1fe070 Byond 516 v2.0 (#37553)
* The TGS thing

* Revert the 516 revert

* Further segment the world/New() proc

* Fixes an issue here
2025-05-12 00:50:25 -05:00

13 lines
274 B
Plaintext

/datum
var/list/datum_components
var/list/active_timers
var/list/open_uis
/datum/proc/initialize()
return TRUE
//Called when a variable is edited by admin powers
//Return 1 to block the varedit!
/datum/proc/variable_edited(variable_name, old_value, new_value)
return