Teleport_Line

From ZDoom Wiki
Jump to: navigation, search

215:Teleport_Line (thisid, destid, flip)


Error.gif
Warning: This special is not fully supported by the UDMF map format. Certain parameters, noted below, have been made obsolete by the ability to directly specify properties within the linedef structure. These parameters should be set to 0 when using the UDMF format.


  • thisid: Line ID of this line. Obsolete in UDMF.
  • destid: Line ID of destination line
  • flip: Set this to 1 to flip the teleported thing 180 degrees

Silently teleports a thing between two lines. A pair of lines with this special can share the same id (thisid and destid are the same) because a line will never teleport to itself. This special also behaves like Line_SetIdentification by setting the line ID of the any lines it is used on. Note: Cannot be used directly in ACS scripts but can be set to lines with SetLineSpecial.

Personal tools
Namespaces

Variants
Actions
Navigation
ACS
DECORATE
ZDoom mods
Toolbox