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)

Examples

Nuvolachalk.png Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated.