mkRPG
 All Classes Namespaces Functions
Public Member Functions | Public Attributes | Static Public Attributes
shared.world.Object Class Reference
Inheritance diagram for shared.world.Object:
shared.world.Cell shared.world.Entity shared.world.Map shared.world.ObjectType shared.world.World

List of all members.

Public Member Functions

def __init__
def __getattr__
def __setattr__
def load
def contextEval
def getDifference

Public Attributes

 params
 ident
 creator
 conditions

Static Public Attributes

tuple ids = OrderedDict()
list numid = [(1<<8*IDLEN)]

Detailed Description

Any world object 

Member Function Documentation

def shared.world.Object.contextEval (   self,
  value 
)
Eval an expression in the context of the object for orders 
Generates a list of order that permits the object retrieval 
def shared.world.Object.load (   self,
  data,
  typ = None 
)
Charge l'objet depuis une structure Xml 

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