Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rat431/ColdAPI_Steam
/ GetSymbol
Method
GetSymbol
src/ColdAPI_Steam/public SDK/POSIXLibrary.h:34–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void * GetSymbol(const char* cszSymbol) const
35
{
36
if(!m_handle)
37
return NULL;
38
39
return dlsym(m_handle, cszSymbol);
40
}
41
42
bool IsLoaded() const
43
{
Callers
2
GetSteam3Factory
Function · 0.45
GetSteam2Factory
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected