Files
GS13NG/code/__byond_version_compat.html
2025-02-05 06:19:18 +00:00

1 line
4.0 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>code/__byond_version_compat.dm - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="code/__byond_version_compat.html#define">Define Details</a></header><main><h1>code/__byond_version_compat.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__byond_version_compat.dm0"><img src="git.png" width="16" height="16" title="code/__byond_version_compat.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__byond_version_compat.html#define/PROC_REF">PROC_REF</a></th><td>Call by name proc reference, checks if the proc exists on this type or as a global proc</td></tr><tr><th><a href="code/__byond_version_compat.html#define/VERB_REF">VERB_REF</a></th><td>Call by name verb references, checks if the verb exists on either this type or as a global verb.</td></tr><tr><th><a href="code/__byond_version_compat.html#define/TYPE_PROC_REF">TYPE_PROC_REF</a></th><td>Call by name proc reference, checks if the proc exists on given type or as a global proc</td></tr><tr><th><a href="code/__byond_version_compat.html#define/TYPE_VERB_REF">TYPE_VERB_REF</a></th><td>Call by name verb reference, checks if the verb exists on either the given type or as a global verb</td></tr><tr><th><a href="code/__byond_version_compat.html#define/GLOBAL_PROC_REF">GLOBAL_PROC_REF</a></th><td>Call by name proc reference, checks if the proc is existing global proc</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/GLOBAL_PROC_REF"><aside class="declaration">#define </aside>GLOBAL_PROC_REF<aside>(X)</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__byond_version_compat.dm#L52"><img src="git.png" width="16" height="16" title="code/__byond_version_compat.dm 52"></a></h3><p>Call by name proc reference, checks if the proc is existing global proc</p><h3 id="define/PROC_REF"><aside class="declaration">#define </aside>PROC_REF<aside>(X)</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__byond_version_compat.dm#L44"><img src="git.png" width="16" height="16" title="code/__byond_version_compat.dm 44"></a></h3><p>Call by name proc reference, checks if the proc exists on this type or as a global proc</p><h3 id="define/TYPE_PROC_REF"><aside class="declaration">#define </aside>TYPE_PROC_REF<aside>(TYPE, X)</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__byond_version_compat.dm#L48"><img src="git.png" width="16" height="16" title="code/__byond_version_compat.dm 48"></a></h3><p>Call by name proc reference, checks if the proc exists on given type or as a global proc</p><h3 id="define/TYPE_VERB_REF"><aside class="declaration">#define </aside>TYPE_VERB_REF<aside>(TYPE, X)</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__byond_version_compat.dm#L50"><img src="git.png" width="16" height="16" title="code/__byond_version_compat.dm 50"></a></h3><p>Call by name verb reference, checks if the verb exists on either the given type or as a global verb</p><h3 id="define/VERB_REF"><aside class="declaration">#define </aside>VERB_REF<aside>(X)</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__byond_version_compat.dm#L46"><img src="git.png" width="16" height="16" title="code/__byond_version_compat.dm 46"></a></h3><p>Call by name verb references, checks if the verb exists on either this type or as a global verb.</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html>