Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ ToNativeOwner
Method
ToNativeOwner
core/logic/PluginSys.h:123–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
IPluginRuntime *GetRuntime();
122
sp::BaseRuntime *runtime() const { return m_pRuntime.get(); }
123
CNativeOwner *ToNativeOwner() {
124
return this;
125
}
126
127
struct ExtVar {
128
char *name;
Callers
2
BindNativeToPlugin
Method · 0.80
DropEverything
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected