MCPcopy Create free account
hub / github.com/crossuo/crossuo / QFOR

Function QFOR

src/GameObjects/GameItem.cpp:931–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929 obj->m_Prev = nullptr;
930
931 QFOR(subMulti, m_Items, CMulti *)
932 {
933 if (subMulti->m_Next == nullptr)
934 {
935 subMulti->m_Next = newmulti;
936 newmulti->m_Prev = subMulti;
937 break;
938 }
939 }
940 }
941 }
942}

Callers 1

AddMultiObjectMethod · 0.70

Calls 2

FindItemMethod · 0.80
EmptyMethod · 0.45

Tested by

no test coverage detected