MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / IsTaihenLoaded

Method IsTaihenLoaded

NetStream/source/utils.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197bool utils::IsTaihenLoaded()
198{
199 int sarg[2];
200 return (_vshKernelSearchModuleByName("taihen", sarg) > 0);
201}
202
203utils::TimeoutID utils::SetTimeout(TimeoutFunc func, float timeoutMs, void *userdata1, void *userdata2)
204{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected