Files
Bubberstation/code/modules/tgs/core
SkyratBot 200fb23a54 [MIRROR] Bump DMAPI to 6.0.2 (#3053)
* Bump DMAPI to 6.0.2 (#56543)

Co-authored-by: tgstation-server <tgstation-server@ users.noreply.github.com>

* Bump DMAPI to 6.0.2

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
Co-authored-by: tgstation-server <tgstation-server@ users.noreply.github.com>
2021-02-03 22:37:19 +00:00
..
2021-02-03 22:37:19 +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.
  • core.dm contains the implementations of the /world/proc/TgsXXX() procs. Many map directly to the /datum/tgs_api functions. It also contains the /datum selection and setup code.
  • datum.dm contains the /datum/tgs_api declarations that all APIs must implement.
  • tgs_version.dm contains the /datum/tgs_version definition