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

Method GetScope

src/newgrf_spritegroup.cpp:133–136  ·  view source on GitHub ↗

* Get a resolver for the \a scope. * @return The resolver for the requested scope. */ virtual */

Source from the content-addressed store, hash-verified

131 * @return The resolver for the requested scope.
132 */
133/* virtual */ ScopeResolver *ResolverObject::GetScope(VarSpriteGroupScope, uint8_t)
134{
135 return &this->default_scope;
136}
137
138/* Evaluate an adjustment for a variable of the given size.
139 * U is the unsigned type and S is the signed type to use. */

Callers 1

ResolveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected