Space Station 13 - Modules - TypesVar Details - Proc Details

world_topic_handler

Vars

requires_commskeySet this to TRUE if the topic handler needs an authorised comms key
topic_keyKey which invokes this topic

Procs

executeActually executes the user's topic
invokeInvokes the world/Topic handler

Var Details

requires_commskey

Set this to TRUE if the topic handler needs an authorised comms key

topic_key

Key which invokes this topic

Proc Details

execute

Actually executes the user's topic

Override this to do your work in subtypes of this topic

Arguments:

invoke

Invokes the world/Topic handler

This includes sanity checking for if the key is required, as well as other sanity checks DO NOT OVERRIDE Arguments: