Resolver object for airports. More...
Public Member Functions | |
| AirportResolverObject (TileIndex tile, Station *st, byte airport_id, byte layout, CallbackID callback=CBID_NO_CALLBACK, uint32 callback_param1=0, uint32 callback_param2=0) | |
| Constructor of the airport resolver. | |
| ScopeResolver * | GetScope (VarSpriteGroupScope scope=VSG_SCOPE_SELF, byte relative=0) |
| Get a resolver for the scope. | |
| const SpriteGroup * | ResolveReal (const RealSpriteGroup *group) const |
| Get the real sprites of the grf. | |
Data Fields | |
| AirportScopeResolver | airport_scope |
Resolver object for airports.
Definition at line 35 of file newgrf_airport.cpp.
| AirportResolverObject::AirportResolverObject | ( | TileIndex | tile, | |
| Station * | st, | |||
| byte | airport_id, | |||
| byte | layout, | |||
| CallbackID | callback = CBID_NO_CALLBACK, |
|||
| uint32 | param1 = 0, |
|||
| uint32 | param2 = 0 | |||
| ) |
Constructor of the airport resolver.
| tile | Tile for the callback, only valid for airporttile callbacks. | |
| st | Station of the airport for which the callback is run, or NULL for build gui. | |
| airport_id | Type of airport for which the callback is run. | |
| layout | Layout of the airport to build. | |
| callback | Callback ID. | |
| param1 | First parameter (var 10) of the callback. | |
| param2 | Second parameter (var 18) of the callback. |
Definition at line 236 of file newgrf_airport.cpp.
| ScopeResolver* AirportResolverObject::GetScope | ( | VarSpriteGroupScope | scope = VSG_SCOPE_SELF, |
|
| byte | relative = 0 | |||
| ) | [inline, virtual] |
Get a resolver for the scope.
| scope | Scope to return. | |
| relative | Additional parameter for VSG_SCOPE_RELATIVE. |
Reimplemented from ResolverObject.
Definition at line 41 of file newgrf_airport.cpp.
References VSG_SCOPE_SELF.
| const SpriteGroup * AirportResolverObject::ResolveReal | ( | const RealSpriteGroup * | group | ) | const [virtual] |
Get the real sprites of the grf.
| group | Group to get. |
Reimplemented from ResolverObject.
Definition at line 189 of file newgrf_airport.cpp.
References RealSpriteGroup::loaded, RealSpriteGroup::loading, RealSpriteGroup::num_loaded, and RealSpriteGroup::num_loading.
1.7.1