Skip to content

Commit

Permalink
Update database to v659
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Feb 10, 2025
1 parent d27b3e4 commit bc97fe4
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 13 deletions.
93 changes: 80 additions & 13 deletions database.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Version": [
0,
658,
659,
0,
6580461
6590474
],
"Classes": {
"Accessory": {
Expand Down Expand Up @@ -3761,6 +3761,19 @@
"Serialization": "Serializes"
}
}
},
"WindowSize": {
"Name": "WindowSize",
"Scriptability": "ReadWrite",
"DataType": {
"Enum": "AudioWindowSize"
},
"Tags": [],
"Kind": {
"Canonical": {
"Serialization": "Serializes"
}
}
}
},
"DefaultProperties": {
Expand Down Expand Up @@ -3790,6 +3803,9 @@
},
"UniqueId": {
"UniqueId": "00000000000000000000000000000000"
},
"WindowSize": {
"Enum": 1
}
}
},
Expand Down Expand Up @@ -5213,6 +5229,19 @@
"Serialization": "Serializes"
}
}
},
"WindowSize": {
"Name": "WindowSize",
"Scriptability": "ReadWrite",
"DataType": {
"Enum": "AudioWindowSize"
},
"Tags": [],
"Kind": {
"Canonical": {
"Serialization": "Serializes"
}
}
}
},
"DefaultProperties": {
Expand Down Expand Up @@ -5245,6 +5274,9 @@
},
"UniqueId": {
"UniqueId": "00000000000000000000000000000000"
},
"WindowSize": {
"Enum": 1
}
}
},
Expand All @@ -5255,17 +5287,14 @@
"Properties": {
"Asset": {
"Name": "Asset",
"Scriptability": "None",
"Scriptability": "ReadWrite",
"DataType": {
"Value": "Content"
},
"Tags": [
"Hidden",
"NotScriptable"
],
"Tags": [],
"Kind": {
"Canonical": {
"Serialization": "DoesNotSerialize"
"Serialization": "Serializes"
}
}
},
Expand All @@ -5275,10 +5304,14 @@
"DataType": {
"Value": "String"
},
"Tags": [],
"Tags": [
"Deprecated",
"Hidden",
"NotReplicated"
],
"Kind": {
"Canonical": {
"Serialization": "Serializes"
"Serialization": "DoesNotSerialize"
}
}
},
Expand Down Expand Up @@ -5423,8 +5456,8 @@
"Archivable": {
"Bool": true
},
"AssetId": {
"String": ""
"Asset": {
"Content": ""
},
"Attributes": {
"Attributes": {}
Expand Down Expand Up @@ -53776,6 +53809,19 @@
}
}
},
"CharacterSoundsUseNewApi": {
"Name": "CharacterSoundsUseNewApi",
"Scriptability": "ReadWrite",
"DataType": {
"Enum": "RolloutState"
},
"Tags": [],
"Kind": {
"Canonical": {
"Serialization": "Serializes"
}
}
},
"DefaultListenerLocation": {
"Name": "DefaultListenerLocation",
"Scriptability": "ReadWrite",
Expand Down Expand Up @@ -53870,6 +53916,9 @@
"Capabilities": {
"SecurityCapabilities": 0
},
"CharacterSoundsUseNewApi": {
"Enum": 0
},
"DefaultListenerLocation": {
"Enum": 0
},
Expand Down Expand Up @@ -56984,6 +57033,19 @@
}
}
},
"AutoResumeSyncOnPlaceOpen": {
"Name": "AutoResumeSyncOnPlaceOpen",
"Scriptability": "None",
"DataType": {
"Value": "Bool"
},
"Tags": [],
"Kind": {
"Canonical": {
"Serialization": "Serializes"
}
}
},
"AutocompleteAcceptanceBehavior": {
"Name": "AutocompleteAcceptanceBehavior",
"Scriptability": "None",
Expand Down Expand Up @@ -64657,7 +64719,10 @@
"DataType": {
"Value": "Bool"
},
"Tags": [],
"Tags": [
"Hidden",
"NotReplicated"
],
"Kind": {
"Canonical": {
"Serialization": "Serializes"
Expand Down Expand Up @@ -79925,6 +79990,8 @@
"ProductPurchaseChannel": {
"name": "ProductPurchaseChannel",
"items": {
"AdReward": 3,
"CommerceProduct": 4,
"ExperienceDetailsPage": 2,
"InExperience": 1
}
Expand Down
Binary file modified database.msgpack
Binary file not shown.

0 comments on commit bc97fe4

Please sign in to comment.