MCPcopy Create free account
hub / github.com/breach/thrust / set_module_system

Method set_module_system

src/renderer/extensions/script_context.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void set_module_system(scoped_ptr<ModuleSystem> module_system) {
59 module_system_ = module_system.Pass();
60 }
61
62 ModuleSystem* module_system() { return module_system_.get(); }
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected