Difference between revisions of "TWeapon"

From Soldat Community Wiki
Jump to: navigation, search
(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==
<code>
+
{| class="wikitable"
  <table>
+
|-
  <tr><th>Member declaration</th><th>Access mode</th></tr>
+
! Member declaration !! Access mode !! Inherited
  <tr><td>property [[TWeapon.WType|WType]]: Byte</td><td>R</td></tr>
+
|-
  <tr><td>property [[TWeapon.Name|Name]]: string</td><td>R</td></tr>
+
| property [[TWeapon.WType|WType]]: Byte  
  <tr><td>property [[TWeapon.BulletStyle|BulletStyle]]: Byte</td><td>R</td></tr>
+
| align="center" | R  
  <tr><td>property [[TWeapon.Ammo|Ammo]]: Byte</td><td>RW</td></tr>
+
| align="center" | no
  </table>
+
|-
</code>
+
| 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:TWeapon]]
+
[[Category:Classes]]

Latest revision as of 13: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