NSUNI/NSLAR Library a250670
Loading...
Searching...
No Matches
nnl::minimap Namespace Reference

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< SPositionConvert (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.

Detailed Description

Contains functions and structures for working with minimap configs.

See also
nnl::minimap::MinimapConfig
nnl::minimap::IsOfType
nnl::minimap::Import
nnl::minimap::Export