Sprite loader for graphics coming from a (New)GRF.
More...
#include <grf.hpp>
Sprite loader for graphics coming from a (New)GRF.
Definition at line 16 of file grf.hpp.
◆ LoadSprite()
Load a sprite from the disk and return a sprite struct which is the same for all loaders.
- Parameters
-
[out] | sprite | The sprites to fill with data. |
| file_slot | The file "descriptor" of the file we read from. |
| file_pos | The position within the file the image begins. |
| sprite_type | The type of sprite we're trying to load. |
| load_32bpp | True if 32bpp sprites should be loaded, false for a 8bpp sprite. |
| control_flags | Control flags, see SpriteCacheCtrlFlags. |
- Returns
- Bit mask of the zoom levels successfully loaded or 0 if no sprite could be loaded.
Implements SpriteLoader.
Definition at line 353 of file grf.cpp.
The documentation for this class was generated from the following files: