mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
* 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>
7 lines
271 B
Markdown
7 lines
271 B
Markdown
# DMAPI V4
|
|
|
|
This DMAPI implements bridge requests using file output which TGS monitors for. It has a safe mode restriction.
|
|
|
|
- [api.dm](./api.dm) contains the bulk of the API code.
|
|
- [commands.dm](./commands.dm) contains functions relating to `/datum/tgs_chat_command`s.
|