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

Method GetDebugID

src/newgrf_cargo.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32uint32_t CargoResolverObject::GetDebugID() const
33{
34 return this->cargospec->label.base();
35}
36
37/**
38 * Constructor of the cargo resolver.

Callers 1

BeginResolveMethod · 0.45

Calls 1

baseMethod · 0.45

Tested by

no test coverage detected