MCPcopy Create free account
hub / github.com/ddnet/ddnet / SnapSetStaticsize

Method SnapSetStaticsize

src/engine/server/server.cpp:4467–4470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4465}
4466
4467void CServer::SnapSetStaticsize(int ItemType, int Size)
4468{
4469 m_SnapshotDelta.SetStaticsize(ItemType, Size);
4470}
4471
4472CServer *CreateServer() { return new CServer(); }
4473

Callers

nothing calls this directly

Calls 1

SetStaticsizeMethod · 0.80

Tested by

no test coverage detected