MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / TabList_Remove

Function TabList_Remove

src/Entity.c:607–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

605}
606
607void TabList_Remove(EntityID id) {
608 TabList_Delete(id);
609 TabList.NameOffsets[id] = 0;
610 TabList.GroupRanks[id] = 0;
611 Event_RaiseInt(&TabListEvents.Removed, id);
612}
613
614void TabList_Set(EntityID id, const cc_string* player_, const cc_string* list, const cc_string* group, cc_uint8 rank) {
615 cc_string oldPlayer, oldList, oldGroup;

Callers 2

Entities_RemoveFunction · 0.85
CPE_ExtRemovePlayerNameFunction · 0.85

Calls 2

TabList_DeleteFunction · 0.85
Event_RaiseIntFunction · 0.85

Tested by

no test coverage detected