MCPcopy 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
54void 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
63void CParty::ParsePacketData(CDataReader &reader)
64{

Callers 15

xuo_shutdownFunction · 0.45
DestroySpriteFunction · 0.45
UninstallMethod · 0.45
InitScreenMethod · 0.45
ProcessDelayedClicksMethod · 0.45
ProcessMethod · 0.45
ChangeMapMethod · 0.45
PickupItemMethod · 0.45
ClearWorldMethod · 0.45
ResetMethod · 0.45
CreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected