Files
Paradise/code/modules/tgs/core/README.md
AffectedArc07 2df4a0c0f1 Properly enforced LF in DMAPI Updater (#14747)
* Properly enforced LF in DMAPI Updater

* Force license and README to LF while I am at it
2020-10-27 11:41:50 -04:00

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_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