Classes:TeleportDest
		
		
		
		Jump to navigation
		Jump to search
		
| Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why: 
 | 
| Teleport destination | |||
|---|---|---|---|
| Actor type | Map spot | Game |  (ZDoom) | 
| DoomEd Number | 14 | Class Name | TeleportDest | 
Classes: TeleportDest
 →TeleportDest2
  →TeleportDest3
A teleport destination, or derived actor, is where actors are moved by the Teleport specials.
DECORATE definition
ACTOR TeleportDest
{
  +NOBLOCKMAP
  +NOSECTOR
  +DONTSPLASH
}