/tg/ Station 13 - Modules - TypesVar Details - Proc Details

tutorials

Vars

tutorial_managersA mapping of /datum/tutorial type to their manager singleton. You probably shouldn't be indexing this directly.

Procs

suggest_tutorialWill suggest the passed tutorial type to the user. Will check that they should actually see it, e.g. hasn't completed it yet, etc. Then, calls /datum/tutorial/subtype/perform with the extra arguments passed in.

Var Details

tutorial_managers

A mapping of /datum/tutorial type to their manager singleton. You probably shouldn't be indexing this directly.

Proc Details

suggest_tutorial

Will suggest the passed tutorial type to the user. Will check that they should actually see it, e.g. hasn't completed it yet, etc. Then, calls /datum/tutorial/subtype/perform with the extra arguments passed in.