mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 11:42:27 +00:00
* Update DMAPI to v5.1.0 * Add more event handlers * Patch * DMAPI 5.2.0 * DMAPI 5.2.1 * Add missing trailing new line * Fix the version we print after updates * 5.2.2
555 B
555 B
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