Difference between revisions of "TMap.Objects"
(new page) |
(→Description) |
||
Line 4: | Line 4: | ||
==Description== | ==Description== | ||
Array of [[TActiveMapObject]], like medkits, bonuses, flags or nades.<br> | Array of [[TActiveMapObject]], like medkits, bonuses, flags or nades.<br> | ||
− | '''Note: it's an array[1.. | + | '''Note: it's an array[1..90], NOT [0..90]. Calling Objects[0] will cause an error''' |
[[Category:TMap]] | [[Category:TMap]] |
Latest revision as of 03:07, 2 March 2015
property Objects[ID: Byte]: TActiveMapObject Access mode: R
Description
Array of TActiveMapObject, like medkits, bonuses, flags or nades.
Note: it's an array[1..90], NOT [0..90]. Calling Objects[0] will cause an error