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

Method ClearContainer

src/GameObjects/GameWorld.cpp:498–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498void CGameWorld::ClearContainer(CGameObject *obj)
499{
500 if (!obj->Empty())
501 {
502 obj->Clear();
503 }
504}
505
506void CGameWorld::PutContainer(CGameObject *obj, uint32_t containerSerial)
507{

Callers 1

PACKET_HANDLERFunction · 0.80

Calls 2

EmptyMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected