MCPcopy 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

17void add_effector(CScriptEffector* self) { self->Add(); }
18
19void remove_effector(CScriptEffector* self) { self->Remove(); }
20
21
22void CScriptEffector::script_register(lua_State* L)

Callers

nothing calls this directly

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected