Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
709
void SourceModBase::AddFrameAction(FRAMEACTION fn, void *data)
710
{
711
::AddFrameAction(FrameAction(fn, data));
712
}
713
714
const char *SourceModBase::GetCoreConfigValue(const char *key)
715
{
Callers
10
OnClientPrintf
Method · 0.80
OnPrintfFrameAction
Method · 0.80
sm_AddFrameAction
Function · 0.80
RunThread
Method · 0.80
OnEntityDestroyed
Method · 0.80
Native_SetParamVector
Function · 0.80
Native_SetReturnString
Function · 0.80
Native_SetParamString
Function · 0.80
Native_SetReturnVector
Function · 0.80
OnConVarChange
Method · 0.80
Calls
2
AddFrameAction
Function · 0.85
FrameAction
Class · 0.85
Tested by
no test coverage detected