MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Activation

Method Activation

src/newgrf/newgrf_act0_objects.cpp:203–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202template <> ChangeInfoResult GrfChangeInfoHandler<GSF_OBJECTS>::Reserve(uint, uint, int, ByteReader &) { return CIR_UNHANDLED; }
203template <> ChangeInfoResult GrfChangeInfoHandler<GSF_OBJECTS>::Activation(uint first, uint last, int prop, ByteReader &buf) { return ObjectChangeInfo(first, last, prop, buf); }

Callers

nothing calls this directly

Calls 1

ObjectChangeInfoFunction · 0.85

Tested by

no test coverage detected