Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ remove_effector
Function
remove_effector
ogsr_engine/xrGame/script_effector_script.cpp:19–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
void add_effector(CScriptEffector* self) { self->Add(); }
18
19
void remove_effector(CScriptEffector* self) { self->Remove(); }
20
21
22
void CScriptEffector::script_register(lua_State* L)
Callers
nothing calls this directly
Calls
1
Remove
Method · 0.45
Tested by
no test coverage detected