#include <TESWorldSpace.h>
|
constexpr | CellID () noexcept |
|
constexpr | CellID (std::int16_t a_y, std::int16_t a_x) noexcept |
|
constexpr std::int16_t & | operator[] (std::size_t a_idx) noexcept |
|
constexpr const std::int16_t & | operator[] (std::size_t a_idx) const noexcept |
|
|
std::int16_t | y |
|
std::int16_t | x |
|
◆ CellID() [1/2]
constexpr RE::CellID::CellID |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ CellID() [2/2]
constexpr RE::CellID::CellID |
( |
std::int16_t |
a_y, |
|
|
std::int16_t |
a_x |
|
) |
| |
|
inlineconstexprnoexcept |
◆ operator[]() [1/2]
constexpr const std::int16_t & RE::CellID::operator[] |
( |
std::size_t |
a_idx | ) |
const |
|
inlineconstexprnoexcept |
◆ operator[]() [2/2]
constexpr std::int16_t & RE::CellID::operator[] |
( |
std::size_t |
a_idx | ) |
|
|
inlineconstexprnoexcept |
◆ operator==
constexpr bool operator== |
( |
const CellID & |
a_lhs, |
|
|
const CellID & |
a_rhs |
|
) |
| |
|
friend |
std::int16_t RE::CellID::x |
std::int16_t RE::CellID::y |
The documentation for this struct was generated from the following file: