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

Method MiscSubtable

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected