class documentation

class GameEngine(engine.Engine):

View In Hierarchy

Represents a game engine.

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

Set an engine attribute, routing to the matching setter.

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