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

Method Items

src/signal.cpp:109–112  ·  view source on GitHub ↗

* Reads the number of items * @return current number of items */

Source from the content-addressed store, hash-verified

107 * @return current number of items
108 */
109 uint Items()
110 {
111 return this->n;
112 }
113
114
115 /**

Callers 2

AddTrackToSignalBufferFunction · 0.80
AddSideToSignalBufferFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected