Difference between revisions of "TWeapon"
(Created page with "==Inheritance== *TWeapon **TPlayerWeapon ***TPrimaryPlayerWeapon ***TSecondaryPlayerWeapon **TNewWeapon ==Description== Represents a weapon. user constr...") |
m (→Members) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
==Members== | ==Members== | ||
− | + | {| class="wikitable" | |
− | + | |- | |
− | + | ! Member declaration !! Access mode !! Inherited | |
− | + | |- | |
− | + | | property [[TWeapon.WType|WType]]: Byte | |
− | + | | align="center" | R | |
− | + | | align="center" | no | |
− | + | |- | |
− | + | | property [[TWeapon.Name|Name]]: string | |
+ | | align="center" | R | ||
+ | | align="center" | no | ||
+ | |- | ||
+ | | property [[TWeapon.BulletStyle|BulletStyle]]: Byte | ||
+ | | align="center" | R | ||
+ | | align="center" | no | ||
+ | |- | ||
+ | | property [[TWeapon.Ammo|Ammo]]: Byte | ||
+ | | align="center" | RW | ||
+ | | align="center" | no | ||
+ | |} | ||
− | [[Category:Classes | + | [[Category:Classes]] |
Latest revision as of 12:07, 24 July 2013
Inheritance
Description
Represents a weapon.
user constructable: NO user destructable: NO is abstract: YES
Members
Member declaration | Access mode | Inherited |
---|---|---|
property WType: Byte | R | no |
property Name: string | R | no |
property BulletStyle: Byte | R | no |
property Ammo: Byte | RW | no |