Files
vorestation-ci[bot] 9ddcb4ee01 Update TGS DMAPI (#19016)
Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
2026-01-13 10:57:58 +01:00
..
2026-01-13 10:57:58 +01:00
2026-01-13 10:57:58 +01:00
2026-01-01 02:59:51 +01:00

Core DMAPI functions

This folder contains all DMAPI code not directly involved in an API.

  • _definitions.dm contains defines needed across DMAPI internals.
  • byond_world_export.dm contains the default /datum/tgs_http_handler implementation which uses world.Export().
  • 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