Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetScriptingEngine
Method
GetScriptingEngine
core/sourcemod.cpp:629–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
627
}
628
629
ISourcePawnEngine *SourceModBase::GetScriptingEngine()
630
{
631
return g_pPawnEnv;
632
}
633
634
IVirtualMachine *SourceModBase::GetScriptingVM()
635
{
Callers
9
SDK_OnLoad
Method · 0.80
SDK_OnLoad
Method · 0.80
SDK_OnLoad
Method · 0.80
GenerateThunk
Function · 0.80
DeleteThis
Method · 0.80
~CHook
Method · 0.80
CreateBridge
Method · 0.80
CreatePostCallback
Method · 0.80
SDK_OnLoad
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected