Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ Clear
Method
Clear
src/Party.cpp:54–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
void CParty::Clear()
55
{
56
for (int i = 0; i < 10; i++)
57
{
58
Member[i].Serial = 0;
59
Member[i].Character = nullptr;
60
}
61
}
62
63
void CParty::ParsePacketData(CDataReader &reader)
64
{
Callers
15
xuo_shutdown
Function · 0.45
DestroySprite
Function · 0.45
Uninstall
Method · 0.45
InitScreen
Method · 0.45
ProcessDelayedClicks
Method · 0.45
Process
Method · 0.45
ChangeMap
Method · 0.45
PickupItem
Method · 0.45
ClearWorld
Method · 0.45
Reset
Method · 0.45
Create
Method · 0.45
OnLeftMouseButtonDoubleClick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected