|
Porytiles
|
Enumerations | |
| enum class | LayerType : std::uint8_t { normal = 0 , covered = 1 , split = 2 } |
Functions | |
| std::string | to_string (LayerType layerType) |
| ChainableResult< LayerType > | layer_type_from_int (std::uint8_t i) |
Variables | |
| constexpr std::size_t | bytes_per_attr_emerald = 2 |
| constexpr std::size_t | bytes_per_attr_firered = 4 |
|
strong |
| Enumerator | |
|---|---|
| normal | |
| covered | |
| split | |
Definition at line 19 of file metatile_attribute.hpp.
| ChainableResult< LayerType > porytiles2::attr::layer_type_from_int | ( | std::uint8_t | i | ) |
Definition at line 24 of file metatile_attribute.cpp.
| std::string porytiles2::attr::to_string | ( | LayerType | layerType | ) |
Definition at line 10 of file metatile_attribute.cpp.
|
constexpr |
Definition at line 16 of file metatile_attribute.hpp.
|
constexpr |
Definition at line 17 of file metatile_attribute.hpp.