mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-06-16 23:08:39 +00:00
17 lines
1019 B
Plaintext
17 lines
1019 B
Plaintext
digraph "std::optional<struct CameraInstruction::SetInstruction>" {
|
|
rankdir = LR
|
|
4
|
|
4 -> 5
|
|
5 -> 6
|
|
4 -> 7
|
|
7 -> 91
|
|
|
|
4 [label="std::optional<struct CameraInstruction::SetInstruction>",comment="name: \"std::optional<struct CameraInstruction::SetInstruction>\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
5 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
6 [label="bool",comment="name: \"bool\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
7 [label="Value",comment="name: \"Value\", typeName: \"CameraInstruction::SetInstruction\", id: 7, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
91 [label="CameraInstruction::SetInstruction",comment="name: \"CameraInstruction::SetInstruction\", typeName: \"\", id: 91, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;6;91}
|
|
|
|
}
|