Public Member Functions | |
CallbackResultSpriteGroup (uint16 value, bool grf_version8) | |
Creates a spritegroup representing a callback result. | |
uint16 | GetCallbackResult () const |
Data Fields | |
uint16 | result |
Definition at line 215 of file newgrf_spritegroup.h.
CallbackResultSpriteGroup::CallbackResultSpriteGroup | ( | uint16 | value, | |
bool | grf_version8 | |||
) | [inline] |
Creates a spritegroup representing a callback result.
value | The value that was used to represent this callback result | |
grf_version8 | True, if we are dealing with a new NewGRF which uses GRF version >= 8. |
Definition at line 221 of file newgrf_spritegroup.h.