We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6fee7 commit 8174d92Copy full SHA for 8174d92
definitions/ExteriorComponent.dbd
@@ -5,7 +5,7 @@ int ID?
5
int Size?
6
int<ExteriorComponent::ID> ParentComponentID?
7
int<FileData::ID> ModelFileDataID?
8
-int Field_12_0_0_63534_006?
+int Flags? // 0x1 IsDefaultFixture, 0x2 UnlockedByDefault
9
int Field_12_0_0_63534_007?
10
int<ExteriorComponentType::ID> Type?
11
int Field_12_0_0_63534_009?
@@ -22,7 +22,7 @@ $id$ID<32>
22
Size<u8>
23
ParentComponentID<32>
24
ModelFileDataID<32>
25
-Field_12_0_0_63534_006<32>
+Flags<32>
26
Field_12_0_0_63534_007<u8>
27
Type<u8>
28
Field_12_0_0_63534_009<32>
@@ -40,7 +40,7 @@ $id$ID<32>
40
41
42
43
44
45
46
0 commit comments