Difference between revisions of "TActiveMapBullet"
(→Members) |
Savage0795 (talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 16: | Line 16: | ||
|- | |- | ||
| function [[TActiveMapBullet.GetOwnerWeaponId|GetOwnerWeaponId]]: Integer | | function [[TActiveMapBullet.GetOwnerWeaponId|GetOwnerWeaponId]]: Integer | ||
− | | align="center" | | + | | align="center" | |
| 2.7.8.b1 | | 2.7.8.b1 | ||
|- | |- | ||
Line 48: | Line 48: | ||
| align="center" | R | | align="center" | R | ||
| 2.7.8.b1 | | 2.7.8.b1 | ||
+ | |- | ||
+ | | property [[TActiveMapBullet.Owner|Owner]]: Byte | ||
+ | | align="center" | R | ||
+ | | 2.8.1 | ||
|- | |- | ||
|} | |} | ||
[[Category:Classes]][[Category:TMap]] | [[Category:Classes]][[Category:TMap]] |
Latest revision as of 12:54, 10 July 2020
Inheritance
Description
Holds information about bullets currently used on the Map
This class is assigned to global variable "Map.Bullets"
user constructable: NO user destructable: NO
Members
Member declaration | Access mode | SS Version |
---|---|---|
function GetOwnerWeaponId: Integer | 2.7.8.b1 | |
property ID: Byte | R | 2.7.8.b1 |
property Active: Boolean | R | 2.7.8.b1 |
property Style: Byte | R | 2.7.8.b1 |
property X: Single | R | 2.7.8.b1 |
property Y: Single | R | 2.7.8.b1 |
property VelX: Single | R | 2.7.8.b1 |
property VelY: Single | R | 2.7.8.b1 |
property Owner: Byte | R | 2.8.1 |