0
0
mirror of https://github.com/sp-tarkov/assembly-tool.git synced 2025-02-13 05:50:45 -05:00

Updated mappings

This commit is contained in:
Chomp 2024-12-26 18:39:53 +00:00
parent db98a23731
commit 0bab4e43ba

View File

@ -1191,11 +1191,11 @@
}, },
{ {
"NewTypeName": "BossKnightBrainClass", "NewTypeName": "BossKnightBrainClass",
"OriginalTypeName": "GClass292", "OriginalTypeName": "GClass317",
"UseForceRename": false, "UseForceRename": false,
"SearchParams": { "SearchParams": {
"IsPublic": true, "IsPublic": true,
"FieldCount": 11, "FieldCount": 12,
"IncludeMethods": [ "IncludeMethods": [
"ForceRecalcShootPos", "ForceRecalcShootPos",
"EventsPriority" "EventsPriority"
@ -2434,33 +2434,33 @@
"ExcludeNestedTypes": [] "ExcludeNestedTypes": []
} }
}, },
{ // {
"NewTypeName": "BaseNodeAbstractClass", // "NewTypeName": "BaseNodeAbstractClass",
"OriginalTypeName": "GClass153", // "OriginalTypeName": "GClass153",
"UseForceRename": false, // "UseForceRename": false,
"SearchParams": { // "SearchParams": {
"IsPublic": true, // "IsPublic": true,
"IsAbstract": true, // "IsAbstract": true,
"IsDerived": true, // "IsDerived": true,
"HasGenericParameters": false, // "HasGenericParameters": false,
"ConstructorParameterCount": 1, // "ConstructorParameterCount": 2,
"MethodCount": 0, // "MethodCount": 0,
"FieldCount": 1, // "FieldCount": 1,
"PropertyCount": 0, // "PropertyCount": 0,
"NestedTypeCount": 0, // "NestedTypeCount": 0,
"IncludeMethods": [], // "IncludeMethods": [],
"ExcludeMethods": [], // "ExcludeMethods": [],
"IncludeFields": [ // "IncludeFields": [
"botOwner_0", // "botOwner_0",
"" // ""
], // ],
"ExcludeFields": [], // "ExcludeFields": [],
"IncludeProperties": [], // "IncludeProperties": [],
"ExcludeProperties": [], // "ExcludeProperties": [],
"IncludeNestedTypes": [], // "IncludeNestedTypes": [],
"ExcludeNestedTypes": [] // "ExcludeNestedTypes": []
} // }
}, // },
{ {
"NewTypeName": "AICoreStrategyAbstractClass", "NewTypeName": "AICoreStrategyAbstractClass",
"OriginalTypeName": "GClass278`1", "OriginalTypeName": "GClass278`1",
@ -2503,17 +2503,18 @@
}, },
{ {
"NewTypeName": "AICoreActionResultStruct", "NewTypeName": "AICoreActionResultStruct",
"OriginalTypeName": "GStruct8`1", "OriginalTypeName": "GStruct8'2",
"UseForceRename": false, "UseForceRename": false,
"SearchParams": { "SearchParams": {
"IsPublic": true, "IsPublic": true,
"HasGenericParameters": true, "HasGenericParameters": true,
"ConstructorParameterCount": 2, "ConstructorParameterCount": 3,
"IncludeMethods": [], "IncludeMethods": [],
"ExcludeMethods": [], "ExcludeMethods": [],
"IncludeFields": [ "IncludeFields": [
"Reason", "Reason",
"Action" "Action",
"Data"
], ],
"ExcludeFields": [], "ExcludeFields": [],
"IncludeProperties": [], "IncludeProperties": [],
@ -2640,13 +2641,13 @@
}, },
{ {
"NewTypeName": "AchievementControllerClass", "NewTypeName": "AchievementControllerClass",
"OriginalTypeName": "GClass3485", "OriginalTypeName": "GClass3700",
"UseForceRename": false, "UseForceRename": false,
"SearchParams": { "SearchParams": {
"IsPublic": true, "IsPublic": true,
"IsSealed": true, "IsSealed": true,
"HasGenericParameters": false, "HasGenericParameters": false,
"FieldCount": 0, "FieldCount": 1,
"IncludeMethods": [ "IncludeMethods": [
"FinishAchievement", "FinishAchievement",
"SetConditionalStatus" "SetConditionalStatus"
@ -2930,13 +2931,15 @@
}, },
{ {
"NewTypeName": "IBackEndSession", "NewTypeName": "IBackEndSession",
"OriginalTypeName": "GInterface170", "OriginalTypeName": "GInterface194",
"UseForceRename": false, "UseForceRename": false,
"SearchParams": { "SearchParams": {
"IsPublic": true, "IsPublic": true,
"IsInterface": true, "IsInterface": true,
"IncludeMethods": [ "IncludeMethods": [
"ApplyCustomizationWear" "GetAvailableCustomizationsStorage",
"ApplyCustomization",
"ValidateNickname"
], ],
"ExcludeMethods": [], "ExcludeMethods": [],
"IncludeFields": [], "IncludeFields": [],
@ -6978,12 +6981,12 @@
}, },
{ {
"NewTypeName": "LocalQuestControllerClass", "NewTypeName": "LocalQuestControllerClass",
"OriginalTypeName": "GClass3479", "OriginalTypeName": "GClass3694",
"UseForceRename": false, "UseForceRename": false,
"SearchParams": { "SearchParams": {
"IsPublic": true, "IsPublic": true,
"IsDerived": true, "IsDerived": true,
"ConstructorParameterCount": 4, "ConstructorParameterCount": 3,
"NestedTypeCount": 5, "NestedTypeCount": 5,
"IncludeMethods": [ "IncludeMethods": [
"FinishQuest" "FinishQuest"