MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / GetMask

Method GetMask

src/plugin/kernel/src/AFCEntity.cpp:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154ArkMaskType AFCEntity::GetMask(const uint32_t index) const
155{
156 AFINode* p = m_pNodeManager->GetNode(index);
157
158 ARK_ASSERT_RET_VAL(p != nullptr, 0);
159
160 return p->GetMask();
161}
162
163const std::string& AFCEntity::GetClassName() const
164{

Callers

nothing calls this directly

Calls 1

GetNodeMethod · 0.45

Tested by

no test coverage detected