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

sonar_ping

Vars

creature_xCreature's X & Y coords, which can either be overridden or kept the same depending on follow_creature.
follow_creatureDoes the visual follow the creature?
mod_manThe person in the modsuit at the moment, really just used to remove this from their screen
modsuit_imageThe image shown to modsuit users
pinged_personThe creature we're placing this on
real_icon_stateThe icon state applied to the image created for this ping.

Procs

add_mindAdd the image to the modsuit wearer's screen
processUpdate the position of the ping while it's still up. Not sure if i need to use the full proc but just being safe
remove_mindRemove the image from the modsuit wearer's screen

Var Details

creature_x

Creature's X & Y coords, which can either be overridden or kept the same depending on follow_creature.

follow_creature

Does the visual follow the creature?

mod_man

The person in the modsuit at the moment, really just used to remove this from their screen

modsuit_image

The image shown to modsuit users

pinged_person

The creature we're placing this on

real_icon_state

The icon state applied to the image created for this ping.

Proc Details

add_mind

Add the image to the modsuit wearer's screen

process

Update the position of the ping while it's still up. Not sure if i need to use the full proc but just being safe

remove_mind

Remove the image from the modsuit wearer's screen