1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-17 02:38:37 +00:00
Files
bedrock-protocol-docs/dot/std__optional_enum ControlScheme__Scheme_.dot
2025-04-08 15:04:44 -07:00

13 lines
628 B
Plaintext

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