Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
498
void CGameWorld::ClearContainer(CGameObject *obj)
499
{
500
if (!obj->Empty())
501
{
502
obj->Clear();
503
}
504
}
505
506
void CGameWorld::PutContainer(CGameObject *obj, uint32_t containerSerial)
507
{
Callers
1
PACKET_HANDLER
Function · 0.80
Calls
2
Empty
Method · 0.45
Clear
Method · 0.45
Tested by
no test coverage detected