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

One designated entry of an attribute mask/shift table. More...

#include <metatile_attribute_inference.hpp>

Collaboration diagram for porytiles::InferenceArrayEntry:
[legend]

Public Attributes

std::string index_name
 
std::optional< std::uint32_t > value
 

Detailed Description

One designated entry of an attribute mask/shift table.

index_name is the designator text (for example METATILE_ATTRIBUTE_BEHAVIOR). value is absent when the entry expression could not be evaluated.

Definition at line 42 of file metatile_attribute_inference.hpp.

Member Data Documentation

◆ index_name

std::string porytiles::InferenceArrayEntry::index_name

Definition at line 43 of file metatile_attribute_inference.hpp.

◆ value

std::optional<std::uint32_t> porytiles::InferenceArrayEntry::value

Definition at line 44 of file metatile_attribute_inference.hpp.


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