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

17 lines
1.0 KiB
Plaintext

digraph "std::optional<struct CameraInstruction::TargetInstruction>" {
rankdir = LR
132
132 -> 133
133 -> 134
132 -> 135
135 -> 141
132 [label="std::optional<struct CameraInstruction::TargetInstruction>",comment="name: \"std::optional<struct CameraInstruction::TargetInstruction>\", typeName: \"\", id: 132, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
133 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 133, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
134 [label="bool",comment="name: \"bool\", typeName: \"\", id: 134, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
135 [label="Value",comment="name: \"Value\", typeName: \"CameraInstruction::TargetInstruction\", id: 135, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
141 [label="CameraInstruction::TargetInstruction",comment="name: \"CameraInstruction::TargetInstruction\", typeName: \"\", id: 141, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;134;141}
}