mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 14:07:51 +01:00
Deploy to GitHub pages
This commit is contained in:
@@ -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 "Special Character" 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>
|
||||
Reference in New Issue
Block a user