MCPcopy Create free account
hub / github.com/DFHack/dfhack / LookupPlugin

Function LookupPlugin

library/PlugLoad.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 return ret;
77 }
78 void * LookupPlugin (DFLibrary * plugin ,const char * function)
79 {
80 return (void *) get_function_address(plugin, function);
81 }
82 bool ClosePlugin (DFLibrary * plugin)
83 {
84 int res = close_library(plugin);

Callers 3

ParseVersionMethod · 0.85
loadMethod · 0.85
index_luaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected