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

Method Reset

src/signal.cpp:72–76  ·  view source on GitHub ↗

Reset variables to default values */

Source from the content-addressed store, hash-verified

70
71 /** Reset variables to default values */
72 void Reset()
73 {
74 this->n = 0;
75 this->overflowed = false;
76 }
77
78 /**
79 * Returns value of 'overflowed'

Callers 1

ResetSetsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected