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

teleport

Teleport Spell

Teleports the caster to a turf selected by get_destinations().

Vars

destination_flagsA list of flags related to determining if our destination target is valid or not.
force_teleportWhether we force the teleport to happen (ie, it cannot be blocked by noteleport areas or blessings or whatever)
post_teleport_soundThe sound played on arrival, after the teleport.
teleport_channelWhat channel the teleport is done under.

Procs

get_destinationsGets a list of destinations that are valid
is_valid_destinationChecks if the passed turf is a valid destination.

Var Details

destination_flags

A list of flags related to determining if our destination target is valid or not.

force_teleport

Whether we force the teleport to happen (ie, it cannot be blocked by noteleport areas or blessings or whatever)

post_teleport_sound

The sound played on arrival, after the teleport.

teleport_channel

What channel the teleport is done under.

Proc Details

get_destinations

Gets a list of destinations that are valid

is_valid_destination

Checks if the passed turf is a valid destination.