Goonstation 13 - Modules - Types

code/modules/tutorials/newbee/newbee_tutorial.dm

/proc/make_hud_pointPoints from a mob to a target X/Y point; meant for HUDs. See also: screen_loc_to_pixel_offset
/proc/screen_loc_to_pixel_offsetFor a client and target screen location, give a pixel offset from the client to the bottom-left corner of the location on screen
/datum/tutorialStep/newbee/move_toSteps that direct the player to move to a location
/datum/tutorialStep/newbee/timerShow countdown clock and move to the next step after NEWBEE_TUTORIAL_TIMER_DURATION
/datum/tutorialStep/newbee/item_pickupSpawn an item of the given type at given landmark, and continue when picked up