mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 14:51:27 +00:00
Core DMAPI functions
This folder contains all DMAPI code not directly involved in an API.
- _definitions.dm contains defines needed across DMAPI internals.
- tgs_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. - tgs_datum.dm contains the
/datum/tgs_apideclarations that all APIs must implement. - tgs_version.dm contains the
/datum/tgs_versiondefinition