Files
GS13NG/datum/map_config.html
2025-02-05 06:19:18 +00:00

1 line
6.8 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/map_config - /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="datum/map_config.html#var">Var Details</a> - <a href="datum/map_config.html#proc">Proc Details</a></header><main><h1>map_config <aside>/<a href="datum.html">datum</a>/<a href="datum/map_config.html">map_config</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L6"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 6"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/map_config.html#var/job_access_add">job_access_add</a></th><td>Add these accesses to jobs - type = list()</td></tr><tr><th><a href="datum/map_config.html#var/job_access_override">job_access_override</a></th><td>Override job accesses - type = list() - overrides everything else</td></tr><tr><th><a href="datum/map_config.html#var/job_access_remove">job_access_remove</a></th><td>Remove these accesses from jobs - type = list()</td></tr><tr><th><a href="datum/map_config.html#var/job_blacklist">job_blacklist</a></th><td>Jobs blacklist - if this is not empty, jobs in this aren't allowed.</td></tr><tr><th><a href="datum/map_config.html#var/job_override_spawn_positions">job_override_spawn_positions</a></th><td>Job spawn position mod - type = number</td></tr><tr><th><a href="datum/map_config.html#var/job_override_total_positions">job_override_total_positions</a></th><td>Job total position mod - type = number</td></tr><tr><th><a href="datum/map_config.html#var/job_whitelist">job_whitelist</a></th><td>Jobs whitelist - if this is not empty, ONLY these jobs are allowed. Overrides blacklist.</td></tr><tr><th><a href="datum/map_config.html#var/orientation">orientation</a></th><td>Orientation to load in by default.</td></tr><tr><th><a href="datum/map_config.html#var/persistence_key">persistence_key</a></th><td>Persistence key: Defaults to ckey(map_name). If set to &quot;NO_PERSIST&quot;, this map will have NO persistence.</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/map_config.html#proc/WriteNextMap">WriteNextMap</a></th><td>badmin moments. Keep up to date with LoadConfig()!</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/job_access_add"><aside class="declaration">var </aside>job_access_add <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L55"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 55"></a></h3><p>Add these accesses to jobs - type = list()</p><h3 id="var/job_access_override"><aside class="declaration">var </aside>job_access_override <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L61"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 61"></a></h3><p>Override job accesses - type = list() - overrides everything else</p><h3 id="var/job_access_remove"><aside class="declaration">var </aside>job_access_remove <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L57"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 57"></a></h3><p>Remove these accesses from jobs - type = list()</p><h3 id="var/job_blacklist"><aside class="declaration">var </aside>job_blacklist <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L49"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 49"></a></h3><p>Jobs blacklist - if this is not empty, jobs in this aren't allowed.</p><h3 id="var/job_override_spawn_positions"><aside class="declaration">var </aside>job_override_spawn_positions <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L51"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 51"></a></h3><p>Job spawn position mod - type = number</p><h3 id="var/job_override_total_positions"><aside class="declaration">var </aside>job_override_total_positions <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L53"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 53"></a></h3><p>Job total position mod - type = number</p><h3 id="var/job_whitelist"><aside class="declaration">var </aside>job_whitelist <aside> /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L47"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 47"></a></h3><p>Jobs whitelist - if this is not empty, ONLY these jobs are allowed. Overrides blacklist.</p><h3 id="var/orientation"><aside class="declaration">var </aside>orientation <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L44"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 44"></a></h3><p>Orientation to load in by default.</p><h3 id="var/persistence_key"><aside class="declaration">var </aside>persistence_key <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L22"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 22"></a></h3><p>Persistence key: Defaults to ckey(map_name). If set to &quot;NO_PERSIST&quot;, this map will have NO persistence.</p><h2 id="proc">Proc Details</h2><h3 id="proc/WriteNextMap"><aside class="declaration">proc </aside>WriteNextMap<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mapping/map_config.dm#L264"><img src="git.png" width="16" height="16" title="code/modules/mapping/map_config.dm 264"></a></aside></h3><p>badmin moments. Keep up to date with LoadConfig()!</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>