Porytiles
Loading...
Searching...
No Matches
porytiles::InferenceEnumMember Struct Reference

One enum member gathered from a base game's fieldmap header. More...

#include <metatile_attribute_inference.hpp>

Collaboration diagram for porytiles::InferenceEnumMember:
[legend]

Public Attributes

std::string name
 
std::optional< std::int64_t > value
 

Detailed Description

One enum member gathered from a base game's fieldmap header.

value is absent when the member's value could not be evaluated during the tolerant scan. Members are supplied in declaration order; inference relies on that order rather than on values when values are missing.

Definition at line 26 of file metatile_attribute_inference.hpp.

Member Data Documentation

◆ name

std::string porytiles::InferenceEnumMember::name

Definition at line 27 of file metatile_attribute_inference.hpp.

◆ value

std::optional<std::int64_t> porytiles::InferenceEnumMember::value

Definition at line 28 of file metatile_attribute_inference.hpp.


The documentation for this struct was generated from the following file: