MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / parseScript

Function parseScript

OgreMain/include/OgreResourceManager.h:491–495  ·  view source on GitHub ↗

Parse the definition of a set of resources from a script file. @remarks Some resource managers can read script files in order to define resources ahead of time. These resources are added to the available list inside the manager, but none are loaded initially. This allows you to load the items that are used on demand, or to load them all

Source from the content-addressed store, hash-verified

489 with it.
490 */
491 void parseScript( DataStreamPtr &stream, const String &groupName ) override
492 {
493 (void)stream;
494 (void)groupName;
495 }
496
497 /** Gets the relative loading order of resources of this type.
498 @remarks

Callers 1

parseScriptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected