Classes:FS Mapspot
From ZDoom Wiki
| FraggleScript map spot | |||
|---|---|---|---|
| Actor type | Map spot | Game | |
| DoomEd Number | 5004 | Class Name | FS_MapSpot |
Classes: MapSpot→FS_MapSpot
| | Warning: This feature is GZDoom specific, and is not compatible with ZDoom! To see all of GZDoom's specific features, see GZDoom features. |
A map spot is an actor used to identify a particular spot on the map so as to have events happening there. This is just to have another editor number than ZDoom's regular map spot. It is for compatibility with Legacy maps using FraggleScript. It shouldn't be used in GZDoom projects; instead the ZDoom MapSpot should be used.
DECORATE definition
ACTOR FS_MapSpot : MapSpot 5004 {}

