Difference between revisions of "TMap.Spawns"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "{{expand|Whole article}} array holding spawnpoints. '''Note: it's an array[1..255], NOT [0..255]. Calling Spawns[0] will cause critical error'''")
 
(new page)
Line 1: Line 1:
{{expand|Whole article}}
+
'''property Spawns[ID: Byte]: [[TActiveSpawnPoint]]'''
 +
  Access mode: R
  
array holding spawnpoints.
+
==Description==
 +
Array of [[TActiveSpawnPoint]], holding all spawn points on the map.<br>
 +
'''Note: it's an array[1..255], NOT [0..255]. Calling Spawns[0] will cause an error'''
  
'''Note: it's an array[1..255], NOT [0..255]. Calling Spawns[0] will cause critical error'''
+
[[Category:TMap]]

Revision as of 12:32, 22 August 2013

property Spawns[ID: Byte]: TActiveSpawnPoint
 Access mode: R

Description

Array of TActiveSpawnPoint, holding all spawn points on the map.
Note: it's an array[1..255], NOT [0..255]. Calling Spawns[0] will cause an error