class documentation

class Level(engine.Level):

View In Hierarchy

Represents a level in the game.

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

Set a level attribute, routing to the matching setter.

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