Space Station 13 - Modules - TypesVar Details - Proc Details

Feed Network

Singleton that contains all informations related to newscasters (channels, stories).

Vars

channelsContains all of the feed channels created during the round.
storiesContains all of the feed stories created during the round.
wanted_issueThe current wanted issue.

Procs

get_channel_by_authorReturns the /datum/feed_channel with the given author, or null if not found.
get_channel_by_idxReturns the /datum/feed_channel at the given index, or null if not found.
get_channel_by_nameReturns the /datum/feed_channel with the given name, or null if not found.

Var Details

channels

Contains all of the feed channels created during the round.

stories

Contains all of the feed stories created during the round.

wanted_issue

The current wanted issue.

Proc Details

get_channel_by_author

Returns the /datum/feed_channel with the given author, or null if not found.

Arguments:

get_channel_by_idx

Returns the /datum/feed_channel at the given index, or null if not found.

Arguments:

get_channel_by_name

Returns the /datum/feed_channel with the given name, or null if not found.

Arguments: