Difference between revisions of "TMap.Objects"

From Soldat Community Wiki
Jump to: navigation, search
(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..255], NOT [0..255]. Calling Objects[0] will cause an error'''
+
'''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 04: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