mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
3 lines
4.7 KiB
HTML
3 lines
4.7 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/map - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="datum/map.html#var">Var Details</a></header><main><h1>map <aside>/<a href="datum.html">datum</a>/<a href="datum/map.html">map</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mapping/base_map_datum.dm#L8"><img src="git.png" width="16" height="16" title="code/modules/mapping/base_map_datum.dm 8"></a></h1><p>Map Datum</p>
|
|
<p>Datum which holds all of the information for maps ingame
|
|
This is used for showing map information, as well as map loading</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/map.html#var/fluff_name">fluff_name</a></th><td>Name of the map to be shown in the statpanel</td></tr><tr><th><a href="datum/map.html#var/map_path">map_path</a></th><td>Path to the map file</td></tr><tr><th><a href="datum/map.html#var/min_players_random">min_players_random</a></th><td>Minimum amount of players required for this map to be eligible in random map picks.</td></tr><tr><th><a href="datum/map.html#var/technical_name">technical_name</a></th><td>Name to be used when using the map from a technical standpoint. Used in TGUI Nanomaps among other things.</td></tr><tr><th><a href="datum/map.html#var/voteable">voteable</a></th><td>Is this map voteable?</td></tr><tr><th><a href="datum/map.html#var/webmap_url">webmap_url</a></th><td>URL to the maps webmap</td></tr><tr><th><a href="datum/map.html#var/welcome_sound">welcome_sound</a></th><td>Sound to play at the start of the game, aka the welcoming sound</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/fluff_name"><aside class="declaration">var </aside>fluff_name <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mapping/base_map_datum.dm#L10"><img src="git.png" width="16" height="16" title="code/modules/mapping/base_map_datum.dm 10"></a></h3><p>Name of the map to be shown in the statpanel</p><h3 id="var/map_path"><aside class="declaration">var </aside>map_path <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mapping/base_map_datum.dm#L14"><img src="git.png" width="16" height="16" title="code/modules/mapping/base_map_datum.dm 14"></a></h3><p>Path to the map file</p><h3 id="var/min_players_random"><aside class="declaration">var </aside>min_players_random <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mapping/base_map_datum.dm#L20"><img src="git.png" width="16" height="16" title="code/modules/mapping/base_map_datum.dm 20"></a></h3><p>Minimum amount of players required for this map to be eligible in random map picks.</p><h3 id="var/technical_name"><aside class="declaration">var </aside>technical_name <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mapping/base_map_datum.dm#L12"><img src="git.png" width="16" height="16" title="code/modules/mapping/base_map_datum.dm 12"></a></h3><p>Name to be used when using the map from a technical standpoint. Used in TGUI Nanomaps among other things.</p><h3 id="var/voteable"><aside class="declaration">var </aside>voteable <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mapping/base_map_datum.dm#L18"><img src="git.png" width="16" height="16" title="code/modules/mapping/base_map_datum.dm 18"></a></h3><p>Is this map voteable?</p><h3 id="var/webmap_url"><aside class="declaration">var </aside>webmap_url <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mapping/base_map_datum.dm#L16"><img src="git.png" width="16" height="16" title="code/modules/mapping/base_map_datum.dm 16"></a></h3><p>URL to the maps webmap</p><h3 id="var/welcome_sound"><aside class="declaration">var </aside>welcome_sound <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/mapping/base_map_datum.dm#L22"><img src="git.png" width="16" height="16" title="code/modules/mapping/base_map_datum.dm 22"></a></h3><p>Sound to play at the start of the game, aka the welcoming sound</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |