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

Function Tablist_Init

src/Entity.c:650–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650static void Tablist_Init(void) {
651 TabList_Set(ENTITIES_SELF_ID, &Game_Username, &Game_Username, &String_Empty, 0);
652}
653
654static void TabList_Clear(void) {
655 Mem_Set(TabList.NameOffsets, 0, sizeof(TabList.NameOffsets));

Callers

nothing calls this directly

Calls 1

TabList_SetFunction · 0.85

Tested by

no test coverage detected