Polyobj_StartLine

From ZDoom Wiki
Jump to navigation Jump to search

1:Polyobj_StartLine (po, mirror, sound, lineid)


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.


Usage

Starts defining a polyobject.

  • po: which polyobj is being defined.
  • mirror: polyobj that will mirror this one's movements.
  • sound: door sound sequence to play when this polyobj moves.
  • lineid: also sets this line's ID if non-zero. Obsolete in UDMF.

See Also