1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-21 07:59:38 +00:00
Files
bedrock-protocol-docs/dot/std__optional_enum_ModalFormCancelReason_.dot
2025-07-08 11:52:36 -07: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}
}