MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / one

Function one

ogsr_engine/COMMON_AI/script_flags_script.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50template <typename T>
51void one(T* self)
52{
53 self->assign(typename T::TYPE(-1));
54}
55
56
57void CScriptFlags::script_register(lua_State* L)

Callers

nothing calls this directly

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected