MCPcopy 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

76static constexpr QueryIndex UndefinedQuery{ 0xffff };
77
78inline constexpr bool IsOneFrame(ComponentTypeIndex idx)
79{
80 return (TComponentTypeIndex(idx) & 0x8000) == 0x8000;
81}
82
83END_NS()
84

Callers 1

GetRawComponentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected