class documentation

class Entity(engine.Entity):

View In Hierarchy

Represents an entity in the game.

Method __setattr__ Set an entity attribute, routing to the matching setter.
def __setattr__(self, name, value): ΒΆ

Set an entity attribute, routing to the matching setter.

Parameters
name:strAttribute name to set.
value:objectNew value for the attribute.