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

Method Activation

src/newgrf/newgrf_actd.cpp:491–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489template <> void GrfActionHandler<0x0D>::Init(ByteReader &buf) { ParamSet(buf); }
490template <> void GrfActionHandler<0x0D>::Reserve(ByteReader &buf) { ParamSet(buf); }
491template <> void GrfActionHandler<0x0D>::Activation(ByteReader &buf) { ParamSet(buf); }

Callers

nothing calls this directly

Calls 1

ParamSetFunction · 0.85

Tested by

no test coverage detected