mkRPG
 All Classes Namespaces Functions
Public Member Functions | Public Attributes
plugins.pluginpygame.PygamePlugin Class Reference
Inheritance diagram for plugins.pluginpygame.PygamePlugin:
plugins.mapControlpygame.MapcontrolSprite

List of all members.

Public Member Functions

def __init__
def handleEvent
def draw
def update

Public Attributes

 logic
 image
 rect

Detailed Description

Subclass this to write a pygame plugin, which is a layer that should
be drawn on screen over the map

Member Function Documentation

creates/updates the Surface to blit 

Reimplemented in plugins.mapControlpygame.MapcontrolSprite.

def plugins.pluginpygame.PygamePlugin.handleEvent (   self,
  event 
)
return True if the key has been used 

Reimplemented in plugins.mapControlpygame.MapcontrolSprite.

do updates 

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions