MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / GetModule

Method GetModule

src/server/angelscript/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

runAppMethod · 0.45
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

Calls

no outgoing calls

Tested by

no test coverage detected