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

Method GetName

src/server/angelscript/angelscript/source/as_module.cpp:204–207  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

202
203// interface
204const char *asCModule::GetName() const
205{
206 return m_name.AddressOf();
207}
208
209// interface
210const char *asCModule::GetDefaultNamespace() const

Callers 15

GetControllerScriptMethod · 0.45
AddFunctionFunction · 0.45
ListFunctionsFunction · 0.45
ReadFunctionMethod · 0.45
ReadTypeDeclarationMethod · 0.45
CallCopyConstructorMethod · 0.45
MatchFunctionsMethod · 0.45
PrintMatchingFuncsMethod · 0.45

Calls 1

AddressOfMethod · 0.45

Tested by

no test coverage detected