Files
Paradise/datum/feed_message.html

2 lines
6.2 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/feed_message - 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/feed_message.html#var">Var Details</a> - <a href="datum/feed_message.html#proc">Proc Details</a></header><main><h1>Feed Message <aside>/<a href="datum.html">datum</a>/<a href="datum/feed_message.html">feed_message</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L58"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 58"></a></h1><p>Describes a single feed story. Always owned by a <a href="datum/feed_channel.html" title="/datum/feed_channel">/datum/feed_channel</a>.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/feed_message.html#var/admin_locked">admin_locked</a></th><td>Whether the story is admin-locked.</td></tr><tr><th><a href="datum/feed_message.html#var/author">author</a></th><td>The author of the story.</td></tr><tr><th><a href="datum/feed_message.html#var/author_ckey">author_ckey</a></th><td>The author's ckey (admins are watching you post WGW in the newscaster)</td></tr><tr><th><a href="datum/feed_message.html#var/body">body</a></th><td>The textual contents of the story.</td></tr><tr><th><a href="datum/feed_message.html#var/censor_flags">censor_flags</a></th><td>Flags that dictate the story should be censored.</td></tr><tr><th><a href="datum/feed_message.html#var/img">img</a></th><td>The story's icon.</td></tr><tr><th><a href="datum/feed_message.html#var/publish_time">publish_time</a></th><td>The world.time at which the story was published.</td></tr><tr><th><a href="datum/feed_message.html#var/title">title</a></th><td>The title of the story.</td></tr><tr><th><a href="datum/feed_message.html#var/view_count">view_count</a></th><td>The number of views the story has.</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/feed_message.html#proc/clear">clear</a></th><td>Clears the story's information.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/admin_locked"><aside class="declaration">var </aside>admin_locked <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L72"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 72"></a></h3><p>Whether the story is admin-locked.</p><h3 id="var/author"><aside class="declaration">var </aside>author <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L60"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 60"></a></h3><p>The author of the story.</p><h3 id="var/author_ckey"><aside class="declaration">var </aside>author_ckey <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L62"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 62"></a></h3><p>The author's ckey (admins are watching you post WGW in the newscaster)</p><h3 id="var/body"><aside class="declaration">var </aside>body <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L66"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 66"></a></h3><p>The textual contents of the story.</p><h3 id="var/censor_flags"><aside class="declaration">var </aside>censor_flags <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L70"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 70"></a></h3><p>Flags that dictate the story should be censored.</p><h3 id="var/img"><aside class="declaration">var </aside>img <aside> /<a href="icon.html">icon</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L68"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 68"></a></h3><p>The story's icon.</p><h3 id="var/publish_time"><aside class="declaration">var </aside>publish_time <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L76"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 76"></a></h3><p>The world.time at which the story was published.</p><h3 id="var/title"><aside class="declaration">var </aside>title <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L64"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 64"></a></h3><p>The title of the story.</p><h3 id="var/view_count"><aside class="declaration">var </aside>view_count <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L74"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 74"></a></h3><p>The number of views the story has.</p><h2 id="proc">Proc Details</h2><h3 id="proc/clear"><aside class="declaration">proc </aside>clear<aside>() <a href="https://github.com/ParadiseSS13/Paradise/blob/776b9861f70566b1e6a0763a465ef22f7920a3d6/code/modules/newscaster/newsfeed_datums.dm#L86"><img src="git.png" width="16" height="16" title="code/modules/newscaster/newsfeed_datums.dm 86"></a></aside></h3><p>Clears the story's information.</p>
<p>Does not delete it from the owning channel.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/776b9861f70566b1e6a0763a465ef22f7920a3d6">776b986</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>