MCPcopy Create free account
hub / github.com/adventuregamestudio/ags / GetScriptFunctionAddress

Method GetScriptFunctionAddress

Engine/plugin/agsplugin.cpp:489–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487 return croom->walkbehind_base[wa];
488}
489void* IAGSEngine::GetScriptFunctionAddress (const char *funcName) {
490 return ccGetSymbolAddressForPlugin(funcName);
491}
492int IAGSEngine::GetBitmapTransparentColor(BITMAP *bmp) {
493 return bitmap_mask_color (bmp);
494}

Callers 5

Raycast_RenderFunction · 0.80
DrawReflectionsFunction · 0.80
AGS_EngineStartupFunction · 0.80
AGS_EngineStartupFunction · 0.80
AGS_EngineStartupFunction · 0.80

Calls 1

Tested by

no test coverage detected