Deploy to GitHub pages

This commit is contained in:
github-actions[bot]
2026-08-26 00:26:58 +00:00
committed by GitHub
commit 835dffb4c8
2864 changed files with 11879 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/admin_verbs.dm - 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></header><main><h1>code/modules/admin/admin_verbs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/admin_verbs.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/admin_verbs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/admin_observe</th><td>Allow an admin to observe someone.
mentors are allowed to use this verb while living, but with some stipulations:
if they attempt to do anything that would stop their orbit, they will immediately be returned to their body.</td></tr></table></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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/centcom_ban_db.dm - 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></header><main><h1>code/modules/admin/centcom_ban_db.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/centcom_ban_db.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/centcom_ban_db.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/ccbdb_lookup_ckey</th><td>Just a simple verb so admins can do manual lookups</td></tr></table></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>
+10
View File
@@ -0,0 +1,10 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/misc_admin_procs.dm - 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="code/modules/admin/misc_admin_procs.html#define">Define Details</a></header><main><h1>code/modules/admin/misc_admin_procs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/misc_admin_procs.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/misc_admin_procs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/proc/<a href="global.html#proc/message_roles">message_roles</a></th><td>Sends a message to all players with a role and the specified permissions</td></tr><tr><th>/proc/<a href="global.html#proc/message_adminTicket">message_adminTicket</a></th><td>Sends a message to the staff able to see admin tickets
Arguments:
msg - The message being send
important - If the message is important. If TRUE it will ignore the CHAT_NO_TICKETLOGS preferences,
send a sound and flash the window. Defaults to FALSE</td></tr><tr><th>/proc/<a href="global.html#proc/message_mentorTicket">message_mentorTicket</a></th><td>Sends a message to the staff able to see mentor tickets
Arguments:
msg - The message being send
important - If the message is important. If TRUE it will ignore the CHAT_NO_TICKETLOGS preferences,
send a sound and flash the window. Defaults to FALSE</td></tr><tr><th><a href="code/modules/admin/misc_admin_procs.html#define/PLAYER_NOTES_ENTRIES_PER_PAGE">PLAYER_NOTES_ENTRIES_PER_PAGE</a></th><td>Panels</td></tr><tr><th>/proc/<a href="global.html#proc/is_special_character">is_special_character</a></th><td>ADMIN HELPER PROCS
A proc that return whether the mob is a &quot;Special Character&quot; aka Antagonist</td></tr><tr><th>/proc/<a href="global.html#proc/get_antag_type_strings_list">get_antag_type_strings_list</a></th><td>A proc that return an array of capitalized strings containing name of the antag types they are</td></tr><tr><th>/proc/<a href="global.html#proc/get_antag_type_truncated_plaintext_string">get_antag_type_truncated_plaintext_string</a></th><td>A proc that return a string containing all the singled out antags . Empty string if not antag</td></tr><tr><th>/proc/<a href="global.html#proc/get_admin_objective_targets">get_admin_objective_targets</a></th><td>Allows admins to safely pick from SSticker.minds for objectives</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/PLAYER_NOTES_ENTRIES_PER_PAGE"><aside class="declaration">#define </aside>PLAYER_NOTES_ENTRIES_PER_PAGE <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/misc_admin_procs.dm#L80"><img src="git.png" width="16" height="16" title="code/modules/admin/misc_admin_procs.dm 80"></a></h3><p>Panels</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>
+4
View File
@@ -0,0 +1,4 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/spawn_verbs.dm - 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></header><main><h1>code/modules/admin/spawn_verbs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/spawn_verbs.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/spawn_verbs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/respawn_character</th><td>If a guy was gibbed and you want to revive him, this is a good way to do so.
Works kind of like entering the game with a new character. Character
receives a new mind if they didn't have one. Traitors and the like can also
be revived with the previous role mostly intact.</td></tr></table></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>
+2
View File
@@ -0,0 +1,2 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/verbs/adminpm.dm - 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></header><main><h1>code/modules/admin/verbs/adminpm.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/verbs/adminpm.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/verbs/adminpm.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/admin_pm_target</th><td>Allows right clicking mobs to send an admin PM to their client.
Forwards the selected mob's client to cmd_admin_pm.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/admin_pm_panel</th><td>Shows a list of clients we could send PMs to, then forwards our choice to cmd_admin_pm.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/admin_pm_by_key_panel</th><td>Shows a list of clients we could send PMs to, then forwards our choice to cmd_admin_pm.</td></tr></table></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>
+1
View File
@@ -0,0 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/modules/admin/verbs/getlogs.dm - 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></header><main><h1>code/modules/admin/verbs/getlogs.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/admin/verbs/getlogs.dm"><img src="git.png" width="16" height="16" title="code/modules/admin/verbs/getlogs.dm"></a></h1><table class="summary" cellspacing="0"><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/get_server_logs</th><td>Allows download of past server logs saved within the data/logs/ folder.</td></tr><tr><th>/<a href="datum.html">datum</a>/<a href="datum/user_verb.html">user_verb</a>/get_server_logs_by_round_id</th><td>Allows download of past server logs saved within the data/logs/ folder by specifying a specific round ID.</td></tr></table></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>