master
- Portal masters manage everything else involving portals.
This is the base type. Use
/side_a
or/side_b
with matching IDs for actual portals.
Procs | |
apply_offset | |
---|---|
find_counterparts | Connects both sides of a portal together. |
find_lines | Called to determine which adjacent turfs master forms lines from |
hear_talk | Allows portals to transfer speech. |
make_visuals | Generates vis content list for the line and master portals |
see_emote | |
show_message | Allows portals to transfer visible messages. |
Proc Details
apply_offset
- Shifts the portal's pixels in order to line up properly, as BYOND offsets the sprite when it holds multiple turfs inside
vis_contents
. This undos the shift that BYOND did.
find_counterparts
Connects both sides of a portal together.
find_lines
Called to determine which adjacent turfs master forms lines from
hear_talk
Allows portals to transfer speech.
make_visuals
Generates vis content list for the line and master portals
see_emote
- Allows portals to transfer emotes. Only portal masters do this to avoid flooding the other side with duplicate messages.
show_message
Allows portals to transfer visible messages.