MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / AddFrameAction

Method AddFrameAction

core/sourcemod.cpp:709–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709void SourceModBase::AddFrameAction(FRAMEACTION fn, void *data)
710{
711 ::AddFrameAction(FrameAction(fn, data));
712}
713
714const char *SourceModBase::GetCoreConfigValue(const char *key)
715{

Callers 10

OnClientPrintfMethod · 0.80
OnPrintfFrameActionMethod · 0.80
sm_AddFrameActionFunction · 0.80
RunThreadMethod · 0.80
OnEntityDestroyedMethod · 0.80
Native_SetParamVectorFunction · 0.80
Native_SetReturnStringFunction · 0.80
Native_SetParamStringFunction · 0.80
Native_SetReturnVectorFunction · 0.80
OnConVarChangeMethod · 0.80

Calls 2

AddFrameActionFunction · 0.85
FrameActionClass · 0.85

Tested by

no test coverage detected