Uses of Class
marauroa.common.game.CharacterResult
Packages that use CharacterResult
Package
Description
This package contains the client framework that you need to extend to
implement a real client.
This package provides a helper implementation for a Python RP Rules Manager and
a Python World storage.
This is possibly the most complex part of all the middleware that makes up Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
Role Playing Design is the determining factor on how easy is to create a new game for Arianne.
-
Uses of CharacterResult in games.stendhal.server.core.account
Methods in games.stendhal.server.core.account that return CharacterResult -
Uses of CharacterResult in games.stendhal.server.core.engine
Methods in games.stendhal.server.core.engine that return CharacterResultModifier and TypeMethodDescriptionStendhalRPRuleProcessor.createCharacter(String username, String character, RPObject template)
-
Uses of CharacterResult in marauroa.client
Methods in marauroa.client that return CharacterResultModifier and TypeMethodDescriptionClientFramework.createCharacter(String character, RPObject template)
Request server to create a character on server. -
Uses of CharacterResult in marauroa.server.game.python
Methods in marauroa.server.game.python that return CharacterResultModifier and TypeMethodDescriptionPythonRP.createCharacter(String username, String character, RPObject template)
Creates an new character for an account already logged into the gamePythonRPRuleProcessor.createCharacter(String username, String character, RPObject template)
-
Uses of CharacterResult in marauroa.server.game.rp
Methods in marauroa.server.game.rp that return CharacterResultModifier and TypeMethodDescriptionIRPRuleProcessor.createCharacter(String username, String character, RPObject template)
Creates an new character for an account already logged into the gameRPRuleProcessorImpl.createCharacter(String username, String character, RPObject template)
Creates an new character for an account already logged into the gameRPServerManager.createCharacter(String username, String character, RPObject template, String address)
Creates a character for a account of a player