mkRPG
 All Classes Namespaces Functions
Functions
parsing::objects_parser Namespace Reference

Functions

def object_parser
def object_type_parser
def objects_parser
def objects_type_parser
def multiple_files_object_parser
def multiple_files_otypes_parser

Detailed Description

This file handles the parsing of the objects defined in the game.

Function Documentation

Parses a list of files, and returns the dictionary containing all data
defined in these files. Note that if an object is described multiple times,
the last definition will be kept. Maybe in the future, it will just stop
the game, in order to fix the issue.
Parses a list of files, and returns the dictionary containing all data
defined in these files.
Parses an object tag, and returns the dictionnary
containing all the important data.
def parsing.objects_parser.object_type_parser (   object_type_tag)
Parses an object type. An object type can be used as a factory to create
new objects that are instanciated at runtime.
Parses a file defining some objects (In game, not Python objects...).
It returns the dictionary with all objects defined in the file.
Parses a file defining some objects (In game, not Python objects...).
It returns the dictionary with all objects defined in the file.
 All Classes Namespaces Functions