Difference between revisions of "TMap.Spawns"
(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: | ||
− | + | '''property Spawns[ID: Byte]: [[TActiveSpawnPoint]]''' | |
+ | Access mode: R | ||
− | array | + | ==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''' | ||
− | + | [[Category:TMap]] |
Revision as of 11: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