1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-06-14 14:01:59 +00:00
Files
bedrock-protocol-docs/dot/std__optional_enum ControlScheme__Scheme_.dot
2025-05-21 14:00:52 -07:00

13 lines
628 B
Plaintext

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