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

Method FindSecureTradeBox

src/GameObjects/GameCharacter.cpp:1478–1489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476}
1477
1478CGameItem *CGameCharacter::FindSecureTradeBox()
1479{
1480 QFOR(obj, m_Items, CGameItem *)
1481 {
1482 if (obj->Graphic == 0x1E5E && (obj->Layer == 0u))
1483 {
1484 return obj;
1485 }
1486 }
1487
1488 return nullptr;
1489}
1490
1491void CGameCharacter::SetDead(bool &dead)
1492{

Callers 3

UpdateItemInContainerMethod · 0.45
PacketManager.cppFile · 0.45
PACKET_HANDLERFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected