OpenTTD
|
Data Fields | |
byte | num_loaded |
Number of loaded groups. | |
byte | num_loading |
Number of loading groups. | |
const SpriteGroup ** | loaded |
List of loaded groups (can be SpriteIDs or Callback results) | |
const SpriteGroup ** | loading |
List of loading groups (can be SpriteIDs or Callback results) | |
![]() | |
SpriteGroupType | type |
![]() | |
Tindex | index |
Index of this pool item. |
Protected Member Functions | |
const SpriteGroup * | Resolve (ResolverObject &object) const |
Base sprite group resolver. | |
![]() | |
SpriteGroup (SpriteGroupType type) |
Additional Inherited Members | |
![]() | |
virtual SpriteID | GetResult () const |
virtual byte | GetNumResults () const |
virtual uint16 | GetCallbackResult () const |
![]() | |
static const SpriteGroup * | Resolve (const SpriteGroup *group, ResolverObject &object, bool top_level=true) |
ResolverObject (re)entry point. |
Definition at line 79 of file newgrf_spritegroup.h.