Build Module

The "build" module is a module that manages the functions for outputting game data.

Module name

cri.atomcraft.build

The following functions are defined as:

Function Description Operation object
build_cuesheet Builds the Cue Sheet binary Cue Sheet
clean_all Clears all build cache folders -



build_cuesheet

Builds the Cue Sheet to output the game data(ACB file/AWB file).
None will be specified for "language" if there are no language settings.

Format

result = build_cuesheet(cuesheet, target, language)

Input parameter

Name Value
cuesheetCue Sheet object
targetTarget config object
languageLanguage settings object(None if language settings is not specified)

Return value

NameValue
result [ "succeed" ] True if succeed, False if failed



clean_all

Clears all build cache folders.

Format

result = clean_all()

Input parameter

None

Return value

NameValue
result [ "succeed" ] True if succeed, False if failed