Package marauroa.server.game.python
package marauroa.server.game.python
This package provides a helper implementation for a Python RP Rules Manager and
a Python World storage.
You need to extend in Python the classes:
- PythonRP for the IRPRuleProcessor implementation.
- PythonWorld for the RPWorld implementation.
- world=marauroa.server.game.python.PythonRPWorld
- ruleprocessor=marauroa.server.game.python.PythonRPRuleProcessor
python_script=foo.py python_script_world=MyPythonRPWorld python_script_ruleprocessor=MyPythonRuleProcessor
-
ClassDescriptionBarebone implementation of RPRuleProcessor that you can extends at Python.Python implementation of IRPRuleProcessor.Python implementation of RPWorld.This class is a abstract class for you to inherit in in Python.