static ContentLoadResultScript processScriptSources(nkMemory::StringView sources, bool loadResource=true)
static bool saveTreeDeclaration(nkExport::Node *tree, nkMemory::StringView pathFromData)
Holds information about a content load attempt.
Definition: ContentLoadResult.h:23
static ContentLoadResultScript loadScriptDeclaration(nkMemory::StringView pathFromData, bool loadResource=true)
static ContentLoadResultScript processScriptTree(nkExport::Node *tree, bool loadResource=true)
static nkMemory::String inputDataStr(nkMemory::StringView filePath)
static nkExport::ExporterLoadResult inputDataSources(nkMemory::StringView sources)
static bool saveObjectDeclaration(nkExport::Exportable *object, nkMemory::StringView pathFromData)
Allows to export and import content through their declaration files.
Definition: ContentLoader.h:12
static nkExport::ExporterLoadResult inputData(nkMemory::StringView filePath)
static bool outputData(nkMemory::StringView content, nkMemory::StringView path)