Difference between revisions of "TNewWeapon"
(Created page with "==Inheritance== *TWeapon **TPlayerWeapon ***TPrimaryPlayerWeapon ***TSecondaryPlayerWeapon **TNewWeapon ==Description== Represents a new weapon. user co...") |
(→Members) |
||
Line 14: | Line 14: | ||
==Members== | ==Members== | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | ! Member declaration !! Acess mode !! Inherited | |
− | + | |- | |
− | + | | constructor [[TNewWeapon.Create|Create]] | |
− | + | | align="center" | | |
− | + | | align="center" | no | |
− | + | |- | |
− | + | | procedure [[TNewWeapon.Free|Free]] | |
− | + | | align="center" | | |
− | + | | align="center" | no | |
− | + | |- | |
− | + | | colspan="3" | | |
+ | |- | ||
+ | | property [[TNewWeapon.WType|WType]]: Byte | ||
+ | | align="center" | RW | ||
+ | | align="center" | yes | ||
+ | |- | ||
+ | | property [[TWeapon.Name|Name]]: string | ||
+ | | align="center" | R | ||
+ | | align="center" | yes | ||
+ | |- | ||
+ | | property [[TWeapon.BulletStyle|BulletStyle]]: Byte | ||
+ | | align="center" | R | ||
+ | | align="center" | yes | ||
+ | |- | ||
+ | | property [[TWeapon.Ammo|Ammo]]: Byte | ||
+ | | align="center" | RW | ||
+ | | align="center" | yes | ||
+ | |} | ||
[[Category:Classes]][[Category:TWeapon]] | [[Category:Classes]][[Category:TWeapon]] |
Revision as of 08:07, 24 July 2013
Inheritance
Description
Represents a new weapon.
user constructable: YES user destructable: YES is abstract: NO
Members
Member declaration | Acess mode | Inherited |
---|---|---|
constructor Create | no | |
procedure Free | no | |
property WType: Byte | RW | yes |
property Name: string | R | yes |
property BulletStyle: Byte | R | yes |
property Ammo: Byte | RW | yes |