1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2024-11-23 13:56:11 +00:00
bedrock-protocol-docs/dot/std__optional_enum ModalFormCancelReason_.dot
2024-02-15 15:10:22 -08:00

13 lines
624 B
Plaintext

digraph "std::optional<enum ModalFormCancelReason>" {
rankdir = LR
9
9 -> 10
10 -> 11
9 [label="std::optional<enum ModalFormCancelReason>",comment="name: \"std::optional<enum ModalFormCancelReason>\", typeName: \"\", id: 9, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
10 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 10, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
11 [label="bool",comment="name: \"bool\", typeName: \"\", id: 11, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;11}
}