#include <HOT.h>
Definition at line 13 of file HOT.h.
◆ HOT() [1/3]
◆ HOT() [2/3]
| HOT::HOT |
( |
std::span< const std::byte > | hotData | ) |
|
|
explicit |
◆ HOT() [3/3]
| HOT::HOT |
( |
const std::filesystem::path & | hotPath | ) |
|
|
explicit |
◆ bake() [1/2]
| std::vector< std::byte > HOT::bake |
( |
| ) |
const |
|
nodiscard |
◆ bake() [2/2]
| bool HOT::bake |
( |
const std::filesystem::path & | hotPath | ) |
const |
◆ getFlags()
| uint8_t HOT::getFlags |
( |
| ) |
const |
|
nodiscard |
◆ getRects() [1/2]
◆ getRects() [2/2]
| const std::vector< HOT::Rect > & HOT::getRects |
( |
| ) |
const |
|
nodiscard |
◆ getVersion()
| uint8_t HOT::getVersion |
( |
| ) |
const |
|
nodiscard |
◆ operator bool()
| HOT::operator bool |
( |
| ) |
const |
|
explicitnodiscard |
◆ setFlags()
| void HOT::setFlags |
( |
uint8_t | f | ) |
|
◆ setVersion()
| void HOT::setVersion |
( |
uint8_t | v | ) |
|
◆ flags
| uint8_t vtfpp::HOT::flags = 0 |
|
protected |
Definition at line 56 of file HOT.h.
◆ opened
Definition at line 53 of file HOT.h.
◆ rects
| std::vector<Rect> vtfpp::HOT::rects |
|
protected |
Definition at line 57 of file HOT.h.
◆ version
| uint8_t vtfpp::HOT::version = 1 |
|
protected |
Definition at line 55 of file HOT.h.
The documentation for this class was generated from the following files: