Show2dsector: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Mblackwell (talk | contribs)
Created page with "'''show2dsector[sectnum]''' This gamearray determines which sectors are visible on the 2D automap. Sectnum range is 0 to MAXSECTORS. Results are boolean 0 or 1. A sector is visible on the mapwhen the value of show2dsector[sectnum] is 1. Category:Gamearray manipulation Category:System gamearrays"
(No difference)

Revision as of 21:26, 24 August 2024

show2dsector[sectnum]

This gamearray determines which sectors are visible on the 2D automap. Sectnum range is 0 to MAXSECTORS. Results are boolean 0 or 1.

A sector is visible on the mapwhen the value of show2dsector[sectnum] is 1.