MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetModule

Method GetModule

sdk/angelscript/source/as_typeinfo.cpp:132–135  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

130
131// interface
132asIScriptModule *asCTypeInfo::GetModule() const
133{
134 return module;
135}
136
137void *asCTypeInfo::SetUserData(void *data, asPWORD type)
138{

Callers 15

GetControllerScriptMethod · 0.45
ExecStringFunction · 0.45
AddVariableFunction · 0.45
DeleteVariableFunction · 0.45
AddFunctionFunction · 0.45
DeleteFunctionFunction · 0.45
ListVariablesFunction · 0.45
ListFunctionsFunction · 0.45
mainFunction · 0.45
CompileScriptFunction · 0.45
RunApplicationFunction · 0.45
CompileScriptFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestFunction · 0.36
ExecFunction · 0.36
TestMultipleInheritance2Function · 0.36
TestFunction · 0.36
TestFunction · 0.36
Test3Function · 0.36
Test4Function · 0.36
Test5Function · 0.36
Test6Function · 0.36
Test7Function · 0.36
Test8Function · 0.36
Test9Function · 0.36