Files
Bubberstation/code/modules/tgs/core
SkyratBot 79533c2550 [MIRROR] Update TGS DMAPI to 5.2.3 (#173)
* Update TGS DMAPI to 5.2.3 (#52608)

* Update TGS DMAPI to 5.2.3

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
2020-08-02 17:57:08 +01:00
..
2020-06-04 18:13:37 +02:00
2020-06-04 18:13:37 +02:00
2020-06-04 18:13:37 +02:00
2020-05-05 17:33:13 -07: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