Files
Aurora.3/code/modules/tgs/core
Werner d03a98af53 Updates the TGS DM API to 7.0.1 (#9465)
* Updates the TGS DM API to 7.0.1

* Update code/__defines/tgs.dm

Co-authored-by: Erki <skull132@users.noreply.github.com>

* Add rust_g.so

* Update rust_g detection with method from tg

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
Co-authored-by: Erki <skull132@users.noreply.github.com>
2020-12-17 19:45:57 +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