Difference between revisions of "TActiveMapBullet"
(→Members) |
(Added owner property) |
||
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]] |
Revision as of 18:29, 11 February 2016
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 |