Difference between revisions of "TActiveMapBullet"

From Soldat Community Wiki
Jump to: navigation, search
(new page)
 
(Members)
Line 26: Line 26:
 
|-
 
|-
 
| property [[TActiveMapBullet.Active|Active]]: Boolean
 
| property [[TActiveMapBullet.Active|Active]]: Boolean
 +
| align="center" | R
 +
| 2.7.8.b1
 +
|-
 +
| property [[TActiveMapBullet.Style|Style]]: Byte
 
| align="center" | R
 
| align="center" | R
 
| 2.7.8.b1
 
| 2.7.8.b1

Revision as of 22:46, 4 October 2014

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