Classes:SectorTagIterator

From ZDoom Wiki
Jump to navigation Jump to search
Note: This feature is for ZScript only.


SectorTagIterator is a class that can find sectors of a map.

Usage

SectorTagIterator is not instantiated directly, but instead by calling Level.CreateSectorTagIterator.

Methods

Static

  • SectorTagIterator Create(int tag, line defline = null) (deprecated)
Deprecated method for creating a SectorTagIterator (was valid before GZDoom 3.8). Use Level.CreateSectorTagIterator instead.

Non-static

  • int Next()
Returns an index of the next sector in the linked list of sectors.
  • int NextCompat(bool compat, int secnum)
(Need more info)