mkRPG
 All Classes Namespaces Functions
Functions | Variables
management::actions Namespace Reference

Functions

def loadAction
def registerActions

Variables

tuple Action = namedtuple("Action", "event orders conditions")

Detailed Description

Hosts the actions and a function to create them 

Function Documentation

def management.actions.loadAction (   event,
  dat,
  named 
)
Returns an action instance from a Xml structure and name mapping 
def management.actions.registerActions (   action_dict,
  named 
)
Create a list of action from a Xml describing them 
 All Classes Namespaces Functions