Files
2023-11-06 00:31:03 +00:00
..
2023-07-15 00:40:08 +00:00
2023-10-23 00:30:04 +00:00
2023-11-06 00:31:03 +00:00
2023-03-29 00:37:32 +00:00
2020-05-08 04:30:51 -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