![]() |
Blamite Game Engine - Strings
00430.01.19.25.2136.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Namespace containing functions used to work with Blam Project Information files. More...
Functions | |
| STRINGS_API BlamProjectInfo | LoadProjectInfo (std::string file_path) |
| Loads a project information file from disk. More... | |
| STRINGS_API bool | SaveProjectInfo (BlamProjectInfo project) |
| Saves a project information file to disk. More... | |
Namespace containing functions used to work with Blam Project Information files.
| BlamProjectInfo BlamStrings::Resources::ProjectInfo::LoadProjectInfo | ( | std::string | file_path | ) |
Loads a project information file from disk.
| file_path | - Path to the project information file. |
loaded field of the file before use.
Here is the call graph for this function:| bool BlamStrings::Resources::ProjectInfo::SaveProjectInfo | ( | BlamProjectInfo | project | ) |
Saves a project information file to disk.
| project | - The project to save. |
true if the project saved successfully, otherwise returns false
Here is the call graph for this function: