CharacterBulletValue Class
CharacterBulletValue class
Represents the character bullet.
type CharacterBulletValue struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewCharacterBulletValue | Default constructor. |
NewCharacterBulletValue_BulletValue | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Gets the type of the bullet. |
GetCharacter | Gets and sets character of the bullet. |
SetCharacter | Gets and sets character of the bullet. |