mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
13 lines
673 B
Plaintext
13 lines
673 B
Plaintext
digraph "std::optional<struct CameraInstruction::FadeInstruction>" {
|
|
rankdir = LR
|
|
11
|
|
11 -> 12
|
|
12 -> 13
|
|
|
|
11 [label="std::optional<struct CameraInstruction::FadeInstruction>",comment="name: \"std::optional<struct CameraInstruction::FadeInstruction>\", typeName: \"\", id: 11, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
12 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 12, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
13 [label="bool",comment="name: \"bool\", typeName: \"\", id: 13, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;13}
|
|
|
|
}
|