BulletValue
BulletValue class
Represents the value of the bullet.
class BulletValue;
Methods
Method | Description |
---|---|
isNull() | Checks whether the implementation object is null. |
getType() | Gets the type of the bullet’s value. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getType()
Gets the type of the bullet’s value.
getType() : BulletType;
Returns