MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / PlayerSubtable

Method PlayerSubtable

src/soft-link/API.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16NetSubtable::NetSubtable() : VTable(sizeof(NetSubtable)) {}
17GameSubtable::GameSubtable() : VTable(sizeof(GameSubtable)) {}
18PlayerSubtable::PlayerSubtable() : VTable(sizeof(PlayerSubtable)) {}
19MiscSubtable::MiscSubtable() : VTable(sizeof(MiscSubtable)) {}
20
21static RootApiTable* g_table = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected