mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-05-04 03:41:44 +00:00
* Protocol for r/21_u7 Network Protocol Version 785 * Update changelog with bullets and enum changes section * Update README --------- Co-authored-by: Yash Shroff <yshroff@microsoft.com> Co-authored-by: Yash Shroff <yashshroff@Yashs-MBP.local>
13 lines
647 B
Plaintext
13 lines
647 B
Plaintext
digraph "ActorDataFlagComponent" {
|
|
rankdir = LR
|
|
2
|
|
2 -> 3
|
|
3 -> 7
|
|
|
|
2 [label="ActorDataFlagComponent",comment="name: \"ActorDataFlagComponent\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
3 [label="Actor Flag Bitset Data",comment="name: \"Actor Flag Bitset Data\", typeName: \"std::bitset<123>\", id: 3, branchId: 0, recurseId: -1, attributes: 256, notes: \"Bitset where the bits are indexed by ActorFlags, see ActorFlagsBitset\""];
|
|
7 [label="std::bitset<123>",comment="name: \"std::bitset<123>\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;7}
|
|
|
|
}
|