#include <FGD.h>
Definition at line 123 of file FGD.h.
◆ FGDWriter()
◆ bake() [1/2]
| std::string FGDWriter::bake |
( |
| ) |
const |
|
nodiscard |
◆ bake() [2/2]
| bool FGDWriter::bake |
( |
const std::filesystem::path & | fgdPath | ) |
const |
◆ begin()
◆ beginAutoVisGroup()
◆ beginEntity() [1/2]
| FGDWriter::EntityWriter FGDWriter::beginEntity |
( |
std::string_view | classType, |
|
|
std::initializer_list< std::string_view > | classProperties, |
|
|
std::string_view | name, |
|
|
std::string_view | description = "", |
|
|
std::string_view | docsURL = "" ) |
◆ beginEntity() [2/2]
| FGDWriter::EntityWriter FGDWriter::beginEntity |
( |
std::string_view | classType, |
|
|
std::span< const std::string_view > | classProperties, |
|
|
std::string_view | name, |
|
|
std::string_view | description = "", |
|
|
std::string_view | docsURL = "" ) |
◆ include()
| FGDWriter & FGDWriter::include |
( |
const std::filesystem::path & | fgdPath | ) |
|
◆ mapSize()
| FGDWriter & FGDWriter::mapSize |
( |
sourcepp::math::Vec2i | mapSize | ) |
|
◆ materialExclusionDirs() [1/2]
| FGDWriter & FGDWriter::materialExclusionDirs |
( |
std::initializer_list< std::string_view > | dirs | ) |
|
◆ materialExclusionDirs() [2/2]
| FGDWriter & FGDWriter::materialExclusionDirs |
( |
std::span< const std::string_view > | dirs | ) |
|
◆ version()
| FGDWriter & FGDWriter::version |
( |
int | version | ) |
|
◆ backingData
| std::string toolpp::FGDWriter::backingData |
|
protected |
◆ writer
| BufferStream toolpp::FGDWriter::writer |
|
protected |
The documentation for this class was generated from the following files: