Space Station 13 - Modules - TypesVar Details - Proc Details

hallucination_manager

Vars

hallucination_listA list with all of our hallucinations
imagesA list with any images that we made separately from our hallucinations
initial_hallucinationThe first hallucination that we spawn. Also doubles as a reference to our hallucination
ownerPerson on who this hallucination is
trigger_timeHow fast do we need to start our first trigger
trigger_timerReference to the timer that will do the first trigger

Procs

get_spawn_locationReturns a turf on where to spawn a hallucination
on_spawnThe proc that runs when our hallucination is first spawned
on_triggerTrigger. By default will delete the manager

Var Details

hallucination_list

A list with all of our hallucinations

images

A list with any images that we made separately from our hallucinations

initial_hallucination

The first hallucination that we spawn. Also doubles as a reference to our hallucination

owner

Person on who this hallucination is

trigger_time

How fast do we need to start our first trigger

trigger_timer

Reference to the timer that will do the first trigger

Proc Details

get_spawn_location

Returns a turf on where to spawn a hallucination

on_spawn

The proc that runs when our hallucination is first spawned

on_trigger

Trigger. By default will delete the manager