mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-03-31 17:10:54 +01:00
* DMAPI Update * Fix * More changes * InitTgs * . * css * urg * fix that * some linux fixes * . * . * . * update * . * pref fixing * . * those are already sent * . * . * . * fully off * fix that * New classes & Format * make this nicer * CSS Edits * . * eh use switch * . * Update client procs.dm * Hard restart counter * Improved Staffwho style --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
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_handlerimplementation which usesworld.Export(). - core.dm contains the implementations of the
/world/proc/TgsXXX()procs. Many map directly to the/datum/tgs_apifunctions. It also contains the /datum selection and setup code. - datum.dm contains the
/datum/tgs_apideclarations that all APIs must implement. - tgs_version.dm contains the
/datum/tgs_versiondefinition