MCPcopy 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
629ISourcePawnEngine *SourceModBase::GetScriptingEngine()
630{
631 return g_pPawnEnv;
632}
633
634IVirtualMachine *SourceModBase::GetScriptingVM()
635{

Callers 9

SDK_OnLoadMethod · 0.80
SDK_OnLoadMethod · 0.80
SDK_OnLoadMethod · 0.80
GenerateThunkFunction · 0.80
DeleteThisMethod · 0.80
~CHookMethod · 0.80
CreateBridgeMethod · 0.80
CreatePostCallbackMethod · 0.80
SDK_OnLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected