MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetMainModule

Method GetMainModule

Sources/Jazz2/Scripting/ScriptLoader.h:77–79  ·  view source on GitHub ↗

@brief Returns **AngelScript** main module */

Source from the content-addressed store, hash-verified

75
76 /** @brief Returns **AngelScript** main module */
77 asIScriptModule* GetMainModule() const {
78 return _module;
79 }
80
81 /** @brief Returns context type */
82 ScriptContextType GetContextType() const {

Callers 2

OnHandleCollisionMethod · 0.80
timerFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected