mkRPG
 All Classes Namespaces Functions
Public Member Functions | Public Attributes | Static Public Attributes
shared.orders.Order Class Reference

List of all members.

Public Member Functions

def __init__
def __getattr__
def __setattr__
def copy
def setType
def load
def toBytes
def fromBytes

Public Attributes

 type
 args

Static Public Attributes

list params = [None]

Detailed Description

A change to be done on the world

Member Function Documentation

def shared.orders.Order.copy (   self)
Copy the object from class Order 
def shared.orders.Order.fromBytes (   self,
  byt 
)
Retrieve order from network bytes 
def shared.orders.Order.load (   self,
  dat,
  named 
)
Initialise the order with an Xml structure 
def shared.orders.Order.setType (   self,
  typ 
)
Initialise args according to the given type 
Bytes to send the order on the network 

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