1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-09-19 04:39:54 +00:00
Files
bedrock-protocol-docs/dot/std__optional_enum_CameraAimAssist__TargetMode_.dot
2025-07-08 11:52:36 -07:00

17 lines
994 B
Plaintext

digraph "std::optional<enum CameraAimAssist::TargetMode>" {
rankdir = LR
78
78 -> 79
79 -> 80
78 -> 81
81 -> 85
78 [label="std::optional<enum CameraAimAssist::TargetMode>",comment="name: \"std::optional<enum CameraAimAssist::TargetMode>\", typeName: \"\", id: 78, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
79 [label="Has Value",comment="name: \"Has Value\", typeName: \"\", id: 79, branchId: 0, recurseId: -1, attributes: 0, notes: \"If true, follow with appropriate data type, otherwise nothing\""];
80 [label="bool",comment="name: \"bool\", typeName: \"\", id: 80, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
81 [label="Value",comment="name: \"Value\", typeName: \"CameraAimAssist::TargetMode\", id: 81, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
85 [label="CameraAimAssist::TargetMode",comment="name: \"CameraAimAssist::TargetMode\", typeName: \"\", id: 85, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;80;85}
}