Show2dsector: Difference between revisions
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" |
Mblackwell (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
'''show2dsector[sectnum]''' | '''show2dsector[sectnum]''' | ||
This [[gamearray]] determines which [[sector]]s are visible on the 2D [[automap]]. Sectnum range is 0 to [[ | This [[gamearray]] determines which [[sector]]s are visible on the 2D [[automap]]. Sectnum range is 0 to [[numsectors]]. Results are boolean 0 or 1. | ||
A sector is visible on the | A sector is visible on the map when the value of show2dsector[sectnum] is 1. | ||
[[Category:Gamearray manipulation]] | [[Category:Gamearray manipulation]] | ||
[[Category:System gamearrays]] | [[Category:System gamearrays]] |
Latest revision as of 20:32, 24 August 2024
show2dsector[sectnum]
This gamearray determines which sectors are visible on the 2D automap. Sectnum range is 0 to numsectors. Results are boolean 0 or 1.
A sector is visible on the map when the value of show2dsector[sectnum] is 1.