The "build" module is a module that manages the functions for outputting game data.
Module name
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 | - |
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.
| Name | Value |
|---|---|
| cuesheet | Cue Sheet object |
| target | Target config object |
| language | Language settings object(None if language settings is not specified) |
| Name | Value |
|---|---|
| result [ "succeed" ] | True if succeed, False if failed |
Clears all build cache folders.
None
| Name | Value |
|---|---|
| result [ "succeed" ] | True if succeed, False if failed |