1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-02-23 22:05:55 +00:00
bedrock-protocol-docs/dot/std__optional_struct CameraInstruction__SetInstruction__FacingOption_.dot
2025-01-14 10:52:29 -08:00

17 lines
1.1 KiB
Plaintext

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