CharacterBulletValue
Contents
[
Hide
]CharacterBulletValue class
Represents the character bullet.
class CharacterBulletValue extends BulletValue;
Constructors
Name | Description |
---|---|
constructor(BulletValue) | Constructs from a parent object convertible to this. |
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
getType() | Gets the type of the bullet. |
getCharacter() | Gets and sets character of the bullet. |
setCharacter(string) | Gets and sets character of the bullet. |
isNull() | Checks whether the implementation object is null. |
constructor(BulletValue)
Constructs from a parent object convertible to this.
constructor(obj: BulletValue);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | BulletValue | The parent object. |
constructor()
Default Constructor.
constructor();
getType()
Gets the type of the bullet.
getType() : BulletType;
Returns
getCharacter()
Gets and sets character of the bullet.
getCharacter() : string;
setCharacter(string)
Gets and sets character of the bullet.
setCharacter(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;