tutorials 
Vars | |
| tutorial_managers | A mapping of /datum/tutorial type to their manager singleton. You probably shouldn't be indexing this directly. |
|---|---|
Procs | |
| 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. |
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.