Files
Bubberstation/code/modules/tgs/core
SkyratBot 4b1815fd05 [MIRROR] Automatic TGS DMAPI Update [MDB IGNORE] (#25894)
* Automatic TGS DMAPI Update (#80555)

This pull request updates the TGS DMAPI to the latest version. Please
note any changes that may be breaking or unimplemented in your codebase
by checking what changes are in the definitions file:
code/__DEFINES/tgs.dm before merging.

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

* Automatic TGS DMAPI Update

---------

Co-authored-by: orange man <61334995+comfyorange@users.noreply.github.com>
Co-authored-by: tgstation-server <tgstation-server@ users.noreply.github.com>
Co-authored-by: Jordan Dominion <Cyberboss@ users.noreply.github.com>
2023-12-29 19:24:37 +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.
  • 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