mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-15 20:02:16 +00:00
* Update tgs dmapi * Add basic tgs event handler * Update to_world_count --------- Co-authored-by: Werner <Arrow768@users.noreply.github.com>
Core DMAPI functions
This folder contains all DMAPI code not directly involved in an API.
- _definitions.dm contains defines needed across DMAPI internals.
- core.dm contains the implementations of the
/world/proc/TgsXXX()procs. Many map directly to the/datum/tgs_apifunctions. It also contains the /datum selection and setup code. - datum.dm contains the
/datum/tgs_apideclarations that all APIs must implement. - tgs_version.dm contains the
/datum/tgs_versiondefinition