1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-20 13:19:41 +00:00
Files
bedrock-protocol-docs/dot/std__optional_struct_CameraInstruction__FadeInstruction__TimeOption_.dot
2025-07-08 11:52:36 -07:00

17 lines
1.1 KiB
Plaintext

digraph "std::optional<struct CameraInstruction::FadeInstruction::TimeOption>" {
rankdir = LR
102
102 -> 103
103 -> 104
102 -> 105
105 -> 113
102 [label="std::optional<struct CameraInstruction::FadeInstruction::TimeOption>",comment="name: \"std::optional<struct CameraInstruction::FadeInstruction::TimeOption>\", typeName: \"\", id: 102, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
103 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 103, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
104 [label="bool",comment="name: \"bool\", typeName: \"\", id: 104, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
105 [label="Value",comment="name: \"Value\", typeName: \"CameraInstruction::FadeInstruction::TimeOption\", id: 105, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
113 [label="CameraInstruction::FadeInstruction::TimeOption",comment="name: \"CameraInstruction::FadeInstruction::TimeOption\", typeName: \"\", id: 113, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;104;113}
}