|
NSUNI/NSLAR Library a250670
|
Contains functions and structures for working with spawn position configs. More...
Classes | |
| struct | Position |
| Represents a spawn position in the world. More... | |
Typedefs | |
| using | PositionData = std::vector<Position> |
| A vector of Position structs. | |
Functions | |
| std::vector< SPosition > | Convert (const PositionData &posd) |
| Converts a spawn position config into a format that is more suitable for further exporting into other formats. | |
| PositionData | Convert (const std::vector< SPosition > &positions) |
| Converts a vector of spawn positions to a spawn position config. | |
| bool | IsOfType (BufferView buffer) |
| Tests if the provided file is a spawn position config. | |
| PositionData | Import (BufferView buffer) |
| Parses a binary file and converts it to PositionData. | |
| Buffer | Export (const PositionData &posd) |
| Converts a spawn position config to a binary file representation. | |
Contains functions and structures for working with spawn position configs.