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

Method Restrict

src/linkgraph/linkgraph.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64 void Update(uint capacity, uint usage, uint32_t time, EdgeUpdateModes modes);
65 void Restrict() { this->last_unrestricted_update = EconomyTime::INVALID_DATE; }
66 void Release() { this->last_restricted_update = EconomyTime::INVALID_DATE; }
67
68 /** Comparison operator based on \c dest_node. */

Callers 1

DeleteStaleLinksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected