|
| enum | ParamType : uint8_t { UNUSED
, RAW_STRING
, STRING
, OTHER
} |
|
| | StringParam (ParamType type, uint8_t consumes, std::string_view cmd={}) |
Definition at line 16 of file game_text.hpp.
◆ ParamType
| enum StringParam::ParamType : uint8_t |
◆ StringParam()
| StringParam::StringParam |
( |
ParamType | type, |
|
|
uint8_t | consumes, |
|
|
std::string_view | cmd = {} ) |
|
inline |
◆ cmd
| std::string_view StringParam::cmd |
◆ consumes
| uint8_t StringParam::consumes |
◆ type
| ParamType StringParam::type |
The documentation for this struct was generated from the following file: