character property

character property

Gets and sets character of the bullet.

Definition:

@property
def character(self):
    ...
@character.setter
def character(self, value):
    ...

See Also