Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
template <typename T>
51
void one(T* self)
52
{
53
self->assign(typename T::TYPE(-1));
54
}
55
56
57
void CScriptFlags::script_register(lua_State* L)
Callers
nothing calls this directly
Calls
1
assign
Method · 0.45
Tested by
no test coverage detected