Difference between revisions of "TNewWeapon"

From Soldat Community Wiki
Jump to: navigation, search
(Description)
m (Description)
Line 8: Line 8:
 
==Description==
 
==Description==
 
Represents a new weapon.
 
Represents a new weapon.
 +
'''Don't forget to free the instance after using it!'''
  
 
  user constructable: '''YES'''
 
  user constructable: '''YES'''
 
  user destructable:  '''YES'''
 
  user destructable:  '''YES'''
 
'''Don't forget to free the instance after using it!'''
 
  
 
==Members==
 
==Members==

Revision as of 13:05, 24 July 2013

Inheritance

Description

Represents a new weapon. Don't forget to free the instance after using it!

user constructable: YES
user destructable:  YES

Members

Member declaration Acess mode Inherited
constructor Create no
procedure Free no
property WType: Byte RW no
property Name: string R yes
property BulletStyle: Byte R yes
property Ammo: Byte RW yes