Difference between revisions of "TNewMapObject"

From Soldat Community Wiki
Jump to: navigation, search
(new page)
 
(Description: --> empty line)
Line 6: Line 6:
  
 
==Description==
 
==Description==
Used to create a new object on the map.
+
Used to create a new object on the map.<br>
 
'''Don't forget to free the instance after using it!'''
 
'''Don't forget to free the instance after using it!'''
  

Revision as of 15:24, 24 July 2013

Inheritance

Description

Used to create a new object on the map.
Don't forget to free the instance after using it!

user constructable: YES
user destructable:  YES

Members

Member declaration Access mode Inherited
constructor Create no
procedure Free no
property Style: Byte RW yes (modif.)
property X: Single RW yes (modif.)
property Y: Single RW yes (modif.)