1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-27 02:55:10 +00:00
Files
bedrock-protocol-docs/dot/std__optional_class_Vec3_.dot
2025-07-08 11:52:36 -07:00

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}
}