X4 Module Parser

This command line program is used to compile module tags ([[moduleName]].tags.h files) into module information files ([[moduleName]].tags.info).

It is called during the build process to create this module reflection information. The *.tags.info-files are used for

Usage

The tool is called from the command line like this:

x4ModuleParser -command <parameters>

Currently the following commands are supported:

Error Codes

If anything goes wrong during execution, the program returns with exit code 1, otherwise it returns 0.

Error messages are output through cerr.