Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ IsOneFrame
Function
IsOneFrame
BG3Extender/GameDefinitions/EntitySystem.h:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
static constexpr QueryIndex UndefinedQuery{ 0xffff };
77
78
inline constexpr bool IsOneFrame(ComponentTypeIndex idx)
79
{
80
return (TComponentTypeIndex(idx) & 0x8000) == 0x8000;
81
}
82
83
END_NS()
84
Callers
1
GetRawComponent
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected