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

Method GetImportedFunctionSourceModule

sdk/angelscript/source/as_module.cpp:1457–1463  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1455
1456// interface
1457const char *asCModule::GetImportedFunctionSourceModule(asUINT index) const
1458{
1459 if( index >= m_bindInformations.GetLength() )
1460 return 0;
1461
1462 return m_bindInformations[index]->importFromModule.AddressOf();
1463}
1464
1465// inteface
1466int asCModule::BindAllImportedFunctions()

Callers 2

DumpModuleFunction · 0.80
BindImportedFunctionsFunction · 0.80

Calls 2

GetLengthMethod · 0.45
AddressOfMethod · 0.45

Tested by 2

DumpModuleFunction · 0.64
BindImportedFunctionsFunction · 0.64