|
NSUNI/NSLAR Library a250670
|
Contains functions and structures for working with minimap configs. More...
Classes | |
| struct | MinimapConfig |
| Defines settings for a minimap. More... | |
Functions | |
| bool | IsOfType (BufferView buffer) |
| Tests if the provided file is a minimap config. | |
| MinimapConfig | Import (BufferView buffer) |
| Parses a binary file and converts it to a MinimapConfig struct. | |
| Buffer | Export (const MinimapConfig &minimap) |
| Converts a minimap config to a binary file representation. | |
| std::vector< SPosition > | Convert (const MinimapConfig &minimap, unsigned int texture_width) |
| Converts a minimap config to a simplified representation. | |
| MinimapConfig | Convert (const std::vector< SPosition > &minimap_pos, unsigned int texture_width) |
| Converts a list of positions to the in-game minimap config format. | |
Contains functions and structures for working with minimap configs.