mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-07-20 19:19:20 +00:00
13 lines
580 B
Plaintext
13 lines
580 B
Plaintext
digraph "std::optional<class Vec3>" {
|
|
rankdir = LR
|
|
47
|
|
47 -> 48
|
|
48 -> 49
|
|
|
|
47 [label="std::optional<class Vec3>",comment="name: \"std::optional<class Vec3>\", typeName: \"\", id: 47, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
48 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 48, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
|
|
49 [label="bool",comment="name: \"bool\", typeName: \"\", id: 49, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;49}
|
|
|
|
}
|