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

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

Detailed Description

Contains functions and structures for working with spawn position configs.

See also
nnl::posd::PositionData
nnl::posd::IsOfType
nnl::posd::Import
nnl::posd::Export
nnl::posd::Convert