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

17 lines
1.1 KiB
Plaintext

digraph "std::optional<struct CameraInstruction::SetInstruction::PosOption>" {
rankdir = LR
24
24 -> 25
25 -> 26
24 -> 27
27 -> 31
24 [label="std::optional<struct CameraInstruction::SetInstruction::PosOption>",comment="name: \"std::optional<struct CameraInstruction::SetInstruction::PosOption>\", typeName: \"\", id: 24, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
25 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 25, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
26 [label="bool",comment="name: \"bool\", typeName: \"\", id: 26, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
27 [label="Value",comment="name: \"Value\", typeName: \"CameraInstruction::SetInstruction::PosOption\", id: 27, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
31 [label="CameraInstruction::SetInstruction::PosOption",comment="name: \"CameraInstruction::SetInstruction::PosOption\", typeName: \"\", id: 31, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;26;31}
}