@nativewrappers/redm-codegen 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/classes/AnimScene.d.ts +96 -96
- package/dist/classes/AnimScene.d.ts.map +1 -1
- package/dist/classes/AnimScene.js +137 -137
- package/dist/classes/BaseModel.d.ts +19 -19
- package/dist/classes/BaseModel.d.ts.map +1 -1
- package/dist/classes/BaseModel.js +33 -33
- package/dist/classes/BaseTask.d.ts +33 -33
- package/dist/classes/BaseTask.d.ts.map +1 -1
- package/dist/classes/BaseTask.js +40 -40
- package/dist/classes/Cam.d.ts +85 -85
- package/dist/classes/Cam.d.ts.map +1 -1
- package/dist/classes/Cam.js +108 -108
- package/dist/classes/Entity.d.ts +288 -283
- package/dist/classes/Entity.d.ts.map +1 -1
- package/dist/classes/Entity.js +410 -401
- package/dist/classes/Interior.d.ts +27 -27
- package/dist/classes/Interior.d.ts.map +1 -1
- package/dist/classes/Interior.js +42 -42
- package/dist/classes/ItemSet.d.ts +2 -2
- package/dist/classes/ItemSet.d.ts.map +1 -1
- package/dist/classes/ItemSet.js +3 -3
- package/dist/classes/Ped.d.ts +286 -286
- package/dist/classes/Ped.d.ts.map +1 -1
- package/dist/classes/Ped.js +425 -425
- package/dist/classes/PedModel.d.ts +1 -1
- package/dist/classes/PedModel.d.ts.map +1 -1
- package/dist/classes/PedModel.js +2 -2
- package/dist/classes/PedTask.d.ts +729 -729
- package/dist/classes/PedTask.d.ts.map +1 -1
- package/dist/classes/PedTask.js +935 -935
- package/dist/classes/PersChar.d.ts +13 -13
- package/dist/classes/PersChar.d.ts.map +1 -1
- package/dist/classes/PersChar.js +19 -19
- package/dist/classes/Pickup.d.ts +6 -6
- package/dist/classes/Pickup.d.ts.map +1 -1
- package/dist/classes/Pickup.js +13 -13
- package/dist/classes/Player.d.ts +343 -339
- package/dist/classes/Player.d.ts.map +1 -1
- package/dist/classes/Player.js +495 -489
- package/dist/classes/Prop.d.ts +64 -64
- package/dist/classes/Prop.d.ts.map +1 -1
- package/dist/classes/Prop.js +94 -94
- package/dist/classes/PropSet.d.ts +18 -18
- package/dist/classes/PropSet.d.ts.map +1 -1
- package/dist/classes/PropSet.js +27 -27
- package/dist/classes/Vehicle.d.ts +122 -122
- package/dist/classes/Vehicle.d.ts.map +1 -1
- package/dist/classes/Vehicle.js +147 -147
- package/dist/classes/VehicleModel.d.ts +1 -1
- package/dist/classes/VehicleModel.d.ts.map +1 -1
- package/dist/classes/VehicleModel.js +2 -2
- package/dist/classes/VehicleTask.d.ts +24 -24
- package/dist/classes/VehicleTask.d.ts.map +1 -1
- package/dist/classes/VehicleTask.js +30 -30
- package/dist/classes/Volume.d.ts +44 -44
- package/dist/classes/Volume.d.ts.map +1 -1
- package/dist/classes/Volume.js +58 -58
- package/dist/classes/Weapon.d.ts +351 -351
- package/dist/classes/Weapon.d.ts.map +1 -1
- package/dist/classes/Weapon.js +486 -486
- package/dist/namespaces/Aicoverpoint.d.ts +23 -23
- package/dist/namespaces/Aicoverpoint.d.ts.map +1 -1
- package/dist/namespaces/Aicoverpoint.js +35 -35
- package/dist/namespaces/Aitransport.d.ts +78 -78
- package/dist/namespaces/Aitransport.d.ts.map +1 -1
- package/dist/namespaces/Aitransport.js +95 -95
- package/dist/namespaces/Animscene.d.ts +48 -48
- package/dist/namespaces/Animscene.d.ts.map +1 -1
- package/dist/namespaces/Animscene.js +65 -65
- package/dist/namespaces/Audio.d.ts +476 -476
- package/dist/namespaces/Audio.d.ts.map +1 -1
- package/dist/namespaces/Audio.js +692 -692
- package/dist/namespaces/Bounty.d.ts +57 -57
- package/dist/namespaces/Bounty.d.ts.map +1 -1
- package/dist/namespaces/Bounty.js +90 -90
- package/dist/namespaces/CamStatics.d.ts +432 -432
- package/dist/namespaces/CamStatics.d.ts.map +1 -1
- package/dist/namespaces/CamStatics.js +606 -606
- package/dist/namespaces/Collection.d.ts +78 -78
- package/dist/namespaces/Collection.d.ts.map +1 -1
- package/dist/namespaces/Collection.js +111 -111
- package/dist/namespaces/Companion.d.ts +22 -22
- package/dist/namespaces/Companion.d.ts.map +1 -1
- package/dist/namespaces/Companion.js +30 -30
- package/dist/namespaces/Compapp.js +1 -1
- package/dist/namespaces/Compendium.d.ts +58 -58
- package/dist/namespaces/Compendium.d.ts.map +1 -1
- package/dist/namespaces/Compendium.js +83 -83
- package/dist/namespaces/Crashlog.d.ts +10 -10
- package/dist/namespaces/Crashlog.d.ts.map +1 -1
- package/dist/namespaces/Crashlog.js +21 -21
- package/dist/namespaces/Crew.js +4 -4
- package/dist/namespaces/Databinding.d.ts +154 -154
- package/dist/namespaces/Databinding.d.ts.map +1 -1
- package/dist/namespaces/Databinding.js +222 -222
- package/dist/namespaces/Datafile.js +4 -4
- package/dist/namespaces/Decorator.d.ts +19 -19
- package/dist/namespaces/Decorator.d.ts.map +1 -1
- package/dist/namespaces/Decorator.js +34 -34
- package/dist/namespaces/Dlc.d.ts +5 -5
- package/dist/namespaces/Dlc.d.ts.map +1 -1
- package/dist/namespaces/Dlc.js +9 -9
- package/dist/namespaces/EntityStatics.d.ts +80 -80
- package/dist/namespaces/EntityStatics.d.ts.map +1 -1
- package/dist/namespaces/EntityStatics.js +113 -113
- package/dist/namespaces/Event.js +4 -4
- package/dist/namespaces/Fire.d.ts +89 -89
- package/dist/namespaces/Fire.d.ts.map +1 -1
- package/dist/namespaces/Fire.js +115 -115
- package/dist/namespaces/Flock.js +2 -2
- package/dist/namespaces/Gang.js +2 -2
- package/dist/namespaces/GoogleAnalytics.js +2 -2
- package/dist/namespaces/Graphics.d.ts +781 -781
- package/dist/namespaces/Graphics.d.ts.map +1 -1
- package/dist/namespaces/Graphics.js +1207 -1207
- package/dist/namespaces/Hud.d.ts +483 -483
- package/dist/namespaces/Hud.d.ts.map +1 -1
- package/dist/namespaces/Hud.js +678 -678
- package/dist/namespaces/Ik.js +1 -1
- package/dist/namespaces/Interaction.js +3 -3
- package/dist/namespaces/InteriorStatics.d.ts +40 -40
- package/dist/namespaces/InteriorStatics.d.ts.map +1 -1
- package/dist/namespaces/InteriorStatics.js +57 -57
- package/dist/namespaces/Inventory.d.ts +211 -211
- package/dist/namespaces/Inventory.d.ts.map +1 -1
- package/dist/namespaces/Inventory.js +291 -291
- package/dist/namespaces/Itemdatabase.js +3 -3
- package/dist/namespaces/Itemset.js +2 -2
- package/dist/namespaces/Law.d.ts +1 -1
- package/dist/namespaces/Law.d.ts.map +1 -1
- package/dist/namespaces/Law.js +19 -19
- package/dist/namespaces/Localization.js +1 -1
- package/dist/namespaces/Map.js +3 -3
- package/dist/namespaces/Minigame.d.ts +65 -65
- package/dist/namespaces/Minigame.d.ts.map +1 -1
- package/dist/namespaces/Minigame.js +105 -105
- package/dist/namespaces/Misc.d.ts +3 -3
- package/dist/namespaces/Misc.d.ts.map +1 -1
- package/dist/namespaces/Misc.js +35 -35
- package/dist/namespaces/Missiondata.d.ts +15 -15
- package/dist/namespaces/Missiondata.d.ts.map +1 -1
- package/dist/namespaces/Missiondata.js +24 -24
- package/dist/namespaces/Money.js +3 -3
- package/dist/namespaces/Netshopping.d.ts +58 -58
- package/dist/namespaces/Netshopping.d.ts.map +1 -1
- package/dist/namespaces/Netshopping.js +89 -89
- package/dist/namespaces/Network.d.ts +1067 -1067
- package/dist/namespaces/Network.d.ts.map +1 -1
- package/dist/namespaces/Network.js +1586 -1586
- package/dist/namespaces/Object.d.ts +231 -231
- package/dist/namespaces/Object.d.ts.map +1 -1
- package/dist/namespaces/Object.js +337 -337
- package/dist/namespaces/Pad.d.ts +42 -42
- package/dist/namespaces/Pad.d.ts.map +1 -1
- package/dist/namespaces/Pad.js +68 -68
- package/dist/namespaces/Pathfind.js +10 -10
- package/dist/namespaces/PedStatics.d.ts +2 -2
- package/dist/namespaces/PedStatics.d.ts.map +1 -1
- package/dist/namespaces/PedStatics.js +10 -10
- package/dist/namespaces/Perschar.d.ts +54 -54
- package/dist/namespaces/Perschar.d.ts.map +1 -1
- package/dist/namespaces/Perschar.js +84 -84
- package/dist/namespaces/Physics.d.ts +121 -121
- package/dist/namespaces/Physics.d.ts.map +1 -1
- package/dist/namespaces/Physics.js +155 -155
- package/dist/namespaces/PlayerStatics.d.ts +97 -97
- package/dist/namespaces/PlayerStatics.d.ts.map +1 -1
- package/dist/namespaces/PlayerStatics.js +142 -142
- package/dist/namespaces/Population.d.ts +11 -11
- package/dist/namespaces/Population.d.ts.map +1 -1
- package/dist/namespaces/Population.js +15 -15
- package/dist/namespaces/Posse.d.ts +33 -33
- package/dist/namespaces/Posse.d.ts.map +1 -1
- package/dist/namespaces/Posse.js +51 -51
- package/dist/namespaces/Propset.d.ts +59 -59
- package/dist/namespaces/Propset.d.ts.map +1 -1
- package/dist/namespaces/Propset.js +81 -81
- package/dist/namespaces/Replay.d.ts +1 -1
- package/dist/namespaces/Replay.d.ts.map +1 -1
- package/dist/namespaces/Replay.js +2 -2
- package/dist/namespaces/Scripts.d.ts +1 -1
- package/dist/namespaces/Scripts.d.ts.map +1 -1
- package/dist/namespaces/Scripts.js +12 -12
- package/dist/namespaces/Shapetest.d.ts +11 -11
- package/dist/namespaces/Shapetest.d.ts.map +1 -1
- package/dist/namespaces/Shapetest.js +13 -13
- package/dist/namespaces/Socialclub.js +8 -8
- package/dist/namespaces/Socialclubfeed.js +1 -1
- package/dist/namespaces/Spactionproxy.js +4 -4
- package/dist/namespaces/Stats.d.ts +191 -191
- package/dist/namespaces/Stats.d.ts.map +1 -1
- package/dist/namespaces/Stats.js +281 -281
- package/dist/namespaces/Streaming.d.ts +84 -84
- package/dist/namespaces/Streaming.d.ts.map +1 -1
- package/dist/namespaces/Streaming.js +137 -137
- package/dist/namespaces/Task.d.ts +347 -347
- package/dist/namespaces/Task.d.ts.map +1 -1
- package/dist/namespaces/Task.js +488 -488
- package/dist/namespaces/Telemetry.d.ts +151 -151
- package/dist/namespaces/Telemetry.d.ts.map +1 -1
- package/dist/namespaces/Telemetry.js +206 -206
- package/dist/namespaces/Txd.js +1 -1
- package/dist/namespaces/Uiapps.d.ts +25 -25
- package/dist/namespaces/Uiapps.d.ts.map +1 -1
- package/dist/namespaces/Uiapps.js +36 -36
- package/dist/namespaces/Uievents.js +1 -1
- package/dist/namespaces/Uifeed.d.ts +15 -15
- package/dist/namespaces/Uifeed.d.ts.map +1 -1
- package/dist/namespaces/Uifeed.js +25 -25
- package/dist/namespaces/Uistickyfeed.d.ts +16 -16
- package/dist/namespaces/Uistickyfeed.d.ts.map +1 -1
- package/dist/namespaces/Uistickyfeed.js +21 -21
- package/dist/namespaces/Unlock.js +5 -5
- package/dist/namespaces/VehicleStatics.js +12 -12
- package/dist/namespaces/Voice.d.ts +38 -38
- package/dist/namespaces/Voice.d.ts.map +1 -1
- package/dist/namespaces/Voice.js +61 -61
- package/dist/namespaces/VolumeStatics.d.ts +99 -99
- package/dist/namespaces/VolumeStatics.d.ts.map +1 -1
- package/dist/namespaces/VolumeStatics.js +137 -137
- package/dist/namespaces/WeaponStatics.d.ts +276 -276
- package/dist/namespaces/WeaponStatics.d.ts.map +1 -1
- package/dist/namespaces/WeaponStatics.js +371 -371
- package/dist/types/NativeAliases.d.ts +3 -1
- package/dist/types/NativeAliases.d.ts.map +1 -1
- package/dist/types/NativeAliases.js +3 -1
- package/package.json +1 -1
- package/src/classes/AnimScene.ts +159 -159
- package/src/classes/BaseModel.ts +37 -37
- package/src/classes/BaseTask.ts +41 -41
- package/src/classes/Cam.ts +111 -111
- package/src/classes/Entity.ts +422 -411
- package/src/classes/Interior.ts +43 -43
- package/src/classes/ItemSet.ts +3 -3
- package/src/classes/Ped.ts +432 -432
- package/src/classes/PedModel.ts +2 -2
- package/src/classes/PedTask.ts +957 -957
- package/src/classes/PersChar.ts +22 -22
- package/src/classes/Pickup.ts +14 -14
- package/src/classes/Player.ts +994 -987
- package/src/classes/Prop.ts +106 -106
- package/src/classes/PropSet.ts +29 -29
- package/src/classes/Vehicle.ts +147 -147
- package/src/classes/VehicleModel.ts +2 -2
- package/src/classes/VehicleTask.ts +31 -31
- package/src/classes/Volume.ts +62 -62
- package/src/classes/Weapon.ts +511 -511
- package/src/namespaces/Aicoverpoint.ts +40 -40
- package/src/namespaces/Aitransport.ts +104 -104
- package/src/namespaces/Animscene.ts +71 -71
- package/src/namespaces/Audio.ts +725 -725
- package/src/namespaces/Bounty.ts +102 -102
- package/src/namespaces/CamStatics.ts +700 -700
- package/src/namespaces/Collection.ts +113 -113
- package/src/namespaces/Companion.ts +34 -34
- package/src/namespaces/Compapp.ts +1 -1
- package/src/namespaces/Compendium.ts +94 -94
- package/src/namespaces/Crashlog.ts +23 -23
- package/src/namespaces/Crew.ts +4 -4
- package/src/namespaces/Databinding.ts +237 -237
- package/src/namespaces/Datafile.ts +4 -4
- package/src/namespaces/Decorator.ts +37 -37
- package/src/namespaces/Dlc.ts +9 -9
- package/src/namespaces/EntityStatics.ts +117 -117
- package/src/namespaces/Event.ts +4 -4
- package/src/namespaces/Fire.ts +127 -127
- package/src/namespaces/Flock.ts +2 -2
- package/src/namespaces/Gang.ts +2 -2
- package/src/namespaces/GoogleAnalytics.ts +2 -2
- package/src/namespaces/Graphics.ts +1218 -1218
- package/src/namespaces/Hud.ts +696 -696
- package/src/namespaces/Ik.ts +1 -1
- package/src/namespaces/Interaction.ts +3 -3
- package/src/namespaces/InteriorStatics.ts +65 -65
- package/src/namespaces/Inventory.ts +294 -294
- package/src/namespaces/Itemdatabase.ts +3 -3
- package/src/namespaces/Itemset.ts +2 -2
- package/src/namespaces/Law.ts +20 -20
- package/src/namespaces/Localization.ts +1 -1
- package/src/namespaces/Map.ts +3 -3
- package/src/namespaces/Minigame.ts +109 -109
- package/src/namespaces/Misc.ts +38 -38
- package/src/namespaces/Missiondata.ts +28 -28
- package/src/namespaces/Money.ts +3 -3
- package/src/namespaces/Netshopping.ts +99 -99
- package/src/namespaces/Network.ts +1616 -1616
- package/src/namespaces/Object.ts +344 -344
- package/src/namespaces/Pad.ts +76 -76
- package/src/namespaces/Pathfind.ts +10 -10
- package/src/namespaces/PedStatics.ts +12 -12
- package/src/namespaces/Perschar.ts +86 -86
- package/src/namespaces/Physics.ts +171 -171
- package/src/namespaces/PlayerStatics.ts +162 -162
- package/src/namespaces/Population.ts +17 -17
- package/src/namespaces/Posse.ts +54 -54
- package/src/namespaces/Propset.ts +92 -92
- package/src/namespaces/Replay.ts +3 -3
- package/src/namespaces/Scripts.ts +13 -13
- package/src/namespaces/Shapetest.ts +14 -14
- package/src/namespaces/Socialclub.ts +8 -8
- package/src/namespaces/Socialclubfeed.ts +1 -1
- package/src/namespaces/Spactionproxy.ts +4 -4
- package/src/namespaces/Stats.ts +287 -287
- package/src/namespaces/Streaming.ts +159 -159
- package/src/namespaces/Task.ts +517 -517
- package/src/namespaces/Telemetry.ts +224 -224
- package/src/namespaces/Txd.ts +1 -1
- package/src/namespaces/Uiapps.ts +43 -43
- package/src/namespaces/Uievents.ts +1 -1
- package/src/namespaces/Uifeed.ts +28 -28
- package/src/namespaces/Uistickyfeed.ts +23 -23
- package/src/namespaces/Unlock.ts +5 -5
- package/src/namespaces/VehicleStatics.ts +12 -12
- package/src/namespaces/Voice.ts +70 -70
- package/src/namespaces/VolumeStatics.ts +143 -143
- package/src/namespaces/WeaponStatics.ts +383 -383
- package/src/types/NativeAliases.ts +6 -1
|
@@ -95,120 +95,112 @@ export declare class Inventory {
|
|
|
95
95
|
*/
|
|
96
96
|
static N_0xD08685BA892DBFAB(inventoryId: number): [boolean, number, number, number];
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
99
|
-
*
|
|
100
|
-
* @
|
|
101
|
-
* @param name
|
|
102
|
-
* @param unk1
|
|
103
|
-
* @param unk2
|
|
104
|
-
* @returns
|
|
98
|
+
* @param p0
|
|
99
|
+
* @param p2
|
|
100
|
+
* @returns p1
|
|
105
101
|
*/
|
|
106
|
-
static
|
|
102
|
+
static getInventoryItemFitSlot(p0: string | number, p2: number): [any, number];
|
|
107
103
|
/**
|
|
108
|
-
* @returns
|
|
104
|
+
* @returns
|
|
109
105
|
*/
|
|
110
|
-
static
|
|
106
|
+
static isPlayerInventoryMirroringTransactions(): any;
|
|
111
107
|
/**
|
|
112
108
|
* @param inventoryId
|
|
113
|
-
* @param
|
|
114
|
-
* @
|
|
115
|
-
* @returns guid; p4
|
|
109
|
+
* @param enabled
|
|
110
|
+
* @returns p1
|
|
116
111
|
*/
|
|
117
|
-
static
|
|
112
|
+
static setInventoryItemInspectionEnabled(inventoryId: number, enabled: boolean): [any, number];
|
|
118
113
|
/**
|
|
119
|
-
* @param
|
|
114
|
+
* @param p0
|
|
115
|
+
* @param p1
|
|
116
|
+
* @param p2
|
|
120
117
|
* @returns
|
|
121
118
|
*/
|
|
122
|
-
static
|
|
119
|
+
static N_0x751A7E0EAEDAD0D3(p0: any, p1: any, p2: any): any;
|
|
123
120
|
/**
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
* @param item
|
|
128
|
-
* @param flag
|
|
129
|
-
* @returns
|
|
121
|
+
* @param inventoryId
|
|
122
|
+
* @returns guid
|
|
130
123
|
*/
|
|
131
|
-
static
|
|
124
|
+
static getInventoryItemInUse(inventoryId: number): [boolean, number];
|
|
132
125
|
/**
|
|
133
|
-
*
|
|
126
|
+
* p1: WARDROBE, KIT_CAMP, CHARACTER, KIT_MOONSHINER_PROPERTY
|
|
127
|
+
* Returns slot hash
|
|
134
128
|
*
|
|
129
|
+
* @param item
|
|
130
|
+
* @param p1
|
|
135
131
|
* @returns
|
|
136
132
|
*/
|
|
137
|
-
static
|
|
133
|
+
static getDefaultItemSlotInfo(item: string | number, p1: string | number): number;
|
|
138
134
|
/**
|
|
139
|
-
*
|
|
135
|
+
* Example: (1, WEAPON_REVOLVER_CATTLEMAN, 0) - disables cattleman revolver on weapon wheel
|
|
140
136
|
*
|
|
141
137
|
* @param inventoryId
|
|
142
138
|
* @param item
|
|
143
|
-
* @param
|
|
144
|
-
* @param p5
|
|
145
|
-
* @param addReason Refer to [enum: eAddItemReason]
|
|
146
|
-
* @returns guid1; guid2
|
|
139
|
+
* @param gtxReason
|
|
147
140
|
*/
|
|
148
|
-
static
|
|
141
|
+
static disableItem(inventoryId: number, item: string | number, gtxReason: string | number): void;
|
|
149
142
|
/**
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
* @param p0
|
|
153
|
-
* @param ped
|
|
154
|
-
* @returns outGuid
|
|
143
|
+
* @param p1
|
|
144
|
+
* @returns guid
|
|
155
145
|
*/
|
|
156
|
-
static
|
|
146
|
+
static copyItemToMissionInventory(p1: boolean): number;
|
|
157
147
|
/**
|
|
158
|
-
* Only used in R* SP Scripts
|
|
159
|
-
*
|
|
160
148
|
* @param inventoryId
|
|
149
|
+
* @param quantity
|
|
150
|
+
* @param removeReason Refer to [enum: eRemoveItemReason]
|
|
151
|
+
* @returns guid
|
|
161
152
|
*/
|
|
162
|
-
static
|
|
153
|
+
static removeInventoryItemWithGuid(inventoryId: number, quantity: number, removeReason: eRemoveItemReason): [any, number];
|
|
163
154
|
/**
|
|
155
|
+
* Only used in R* SP Scripts
|
|
156
|
+
*
|
|
164
157
|
* @param inventoryId
|
|
165
|
-
* @returns guid1; guid2
|
|
166
|
-
*/
|
|
167
|
-
static swapInventoryItem(inventoryId: number): [any, number, number];
|
|
168
|
-
/**
|
|
169
|
-
* @param item
|
|
170
|
-
* @param slotId
|
|
171
|
-
* @returns
|
|
172
158
|
*/
|
|
173
|
-
static
|
|
159
|
+
static N_0xE1F45A67A9F0DCBC(inventoryId: number): void;
|
|
174
160
|
/**
|
|
175
|
-
*
|
|
176
|
-
*
|
|
161
|
+
* Used with CClothingItem
|
|
162
|
+
*
|
|
163
|
+
* @param inventoryId
|
|
164
|
+
* @param hidden
|
|
165
|
+
* @returns guid
|
|
177
166
|
*/
|
|
178
|
-
static
|
|
167
|
+
static setInventoryItemHidden(inventoryId: number, hidden: boolean): number;
|
|
179
168
|
/**
|
|
180
|
-
* guid1: old parent GUID
|
|
181
|
-
* guid2: new parent GUID
|
|
182
|
-
* guid3: new item GUID (out param)
|
|
183
|
-
*
|
|
184
169
|
* @param inventoryId
|
|
185
|
-
* @param
|
|
186
|
-
* @
|
|
187
|
-
* @returns guid1; guid2; outGuid
|
|
170
|
+
* @param p3
|
|
171
|
+
* @returns inData; outData
|
|
188
172
|
*/
|
|
189
|
-
static
|
|
173
|
+
static getInventoryItem(inventoryId: number, p3: boolean): [any, number, number];
|
|
190
174
|
/**
|
|
175
|
+
* eInventoryItem: CLOTHING_FANCY_SUIT, CLOTHING_GUNSLINGER_OUTFIT, etc.
|
|
191
176
|
* Only used in R* SP Scripts
|
|
192
177
|
*
|
|
193
178
|
* @param inventoryId
|
|
179
|
+
* @param eInventoryItem
|
|
194
180
|
* @param p2
|
|
195
|
-
* @returns guid; p3
|
|
196
181
|
*/
|
|
197
|
-
static
|
|
182
|
+
static useSatchelItem(inventoryId: number, eInventoryItem: string | number, p2: boolean): void;
|
|
198
183
|
/**
|
|
199
|
-
*
|
|
200
|
-
*
|
|
201
|
-
*
|
|
184
|
+
* @param inventoryId
|
|
185
|
+
* @param childIndex
|
|
186
|
+
* @returns parentGuid; outInventoryItem
|
|
187
|
+
*/
|
|
188
|
+
static getInventoryItemChild(inventoryId: number, childIndex: any): [any, number, number];
|
|
189
|
+
/**
|
|
190
|
+
* Used with CSatchelItem, R* Script usage: fisihing_core
|
|
202
191
|
*
|
|
203
192
|
* @param inventoryId
|
|
204
|
-
* @param
|
|
205
|
-
* @returns
|
|
193
|
+
* @param hidden
|
|
194
|
+
* @returns guid
|
|
206
195
|
*/
|
|
207
|
-
static
|
|
196
|
+
static setInventoryItemHidden2(inventoryId: number, hidden: boolean): number;
|
|
208
197
|
/**
|
|
209
|
-
* @
|
|
198
|
+
* @param inventoryId
|
|
199
|
+
* @param p2
|
|
200
|
+
* @param slotId
|
|
201
|
+
* @returns guid; outGuid
|
|
210
202
|
*/
|
|
211
|
-
static
|
|
203
|
+
static getGuidFromItemid(inventoryId: number, p2: string | number, slotId: string | number): [any, number, number];
|
|
212
204
|
/**
|
|
213
205
|
* @param provision
|
|
214
206
|
* @param slotId
|
|
@@ -344,254 +336,262 @@ export declare class Inventory {
|
|
|
344
336
|
*/
|
|
345
337
|
static N_0x46DB71883EE9D5AF(data: any, stats: string | null, ped: Ped): [number, number];
|
|
346
338
|
/**
|
|
347
|
-
*
|
|
348
|
-
*
|
|
349
|
-
* @
|
|
339
|
+
* collectionId is < outCollectionSize
|
|
340
|
+
*
|
|
341
|
+
* @param collectionId
|
|
342
|
+
* @param itemIndex
|
|
343
|
+
* @returns itemData
|
|
350
344
|
*/
|
|
351
|
-
static
|
|
345
|
+
static getItemFromCollectionIndex(collectionId: number, itemIndex: number): [any, number];
|
|
352
346
|
/**
|
|
353
|
-
* @returns
|
|
347
|
+
* @returns p0
|
|
354
348
|
*/
|
|
355
|
-
static
|
|
349
|
+
static setItemPromptInfoRequest(): number;
|
|
356
350
|
/**
|
|
357
351
|
* @param inventoryId
|
|
358
|
-
* @param
|
|
359
|
-
* @
|
|
352
|
+
* @param item
|
|
353
|
+
* @param quantity
|
|
354
|
+
* @param removeReason Refer to [enum: eRemoveItemReason]
|
|
355
|
+
* @returns
|
|
360
356
|
*/
|
|
361
|
-
static
|
|
357
|
+
static removeInventoryItemWithItemid(inventoryId: number, item: string | number, quantity: number, removeReason: eRemoveItemReason): any;
|
|
362
358
|
/**
|
|
363
|
-
*
|
|
359
|
+
* Params: p1 = 0
|
|
360
|
+
*
|
|
361
|
+
* @param inventoryId
|
|
364
362
|
* @param p1
|
|
365
|
-
* @param p2
|
|
366
|
-
* @returns
|
|
367
363
|
*/
|
|
368
|
-
static
|
|
364
|
+
static disableWeapons(inventoryId: number, p1: any): void;
|
|
365
|
+
/**
|
|
366
|
+
* @returns guid1; guid2
|
|
367
|
+
*/
|
|
368
|
+
static compareGuids(): [any, number, number];
|
|
369
369
|
/**
|
|
370
370
|
* @param inventoryId
|
|
371
|
+
* @param bEquipped
|
|
371
372
|
* @returns guid
|
|
372
373
|
*/
|
|
373
|
-
static
|
|
374
|
+
static equipItemWithGuid(inventoryId: number, bEquipped: boolean): [any, number];
|
|
374
375
|
/**
|
|
375
|
-
* p1: WARDROBE, KIT_CAMP, CHARACTER, KIT_MOONSHINER_PROPERTY
|
|
376
|
-
* Returns slot hash
|
|
377
|
-
*
|
|
378
376
|
* @param item
|
|
379
|
-
* @param p1
|
|
380
377
|
* @returns
|
|
381
378
|
*/
|
|
382
|
-
static
|
|
379
|
+
static getInventoryItemIsAnimalPelt(item: string | number): any;
|
|
383
380
|
/**
|
|
384
|
-
* Example: (1, WEAPON_REVOLVER_CATTLEMAN, 0) - disables cattleman revolver on weapon wheel
|
|
385
|
-
*
|
|
386
381
|
* @param inventoryId
|
|
387
|
-
* @param
|
|
388
|
-
* @
|
|
382
|
+
* @param eRoleMaxLevel
|
|
383
|
+
* @returns
|
|
389
384
|
*/
|
|
390
|
-
static
|
|
385
|
+
static getItemRoleMaxLevelCount(inventoryId: number, eRoleMaxLevel: string | number): number;
|
|
391
386
|
/**
|
|
392
|
-
*
|
|
393
|
-
*
|
|
387
|
+
* Used in function SET_SHOP_BEING_ROBBED and many other shop related scripts and functions.
|
|
388
|
+
* INVENTORY_A*
|
|
394
389
|
*/
|
|
395
|
-
static
|
|
390
|
+
static N_0x9B4E793B1CB6550A(): void;
|
|
396
391
|
/**
|
|
397
|
-
* @param inventoryId
|
|
398
|
-
* @param quantity
|
|
399
|
-
* @param removeReason Refer to [enum: eRemoveItemReason]
|
|
400
392
|
* @returns guid
|
|
401
393
|
*/
|
|
402
|
-
static
|
|
394
|
+
static isGuidValid(): [any, number];
|
|
403
395
|
/**
|
|
404
|
-
*
|
|
396
|
+
* Max num of collections is 5, so release your unused ones.
|
|
405
397
|
*
|
|
406
|
-
* @param
|
|
398
|
+
* @param collectionId
|
|
399
|
+
* @returns
|
|
407
400
|
*/
|
|
408
|
-
static
|
|
401
|
+
static releaseItemCollection(collectionId: number): any;
|
|
409
402
|
/**
|
|
410
|
-
*
|
|
403
|
+
* @param item
|
|
404
|
+
* @returns info
|
|
405
|
+
*/
|
|
406
|
+
static getInventoryItemInspectionInfo(item: string | number): [any, number];
|
|
407
|
+
/**
|
|
408
|
+
* p1, p2: 0
|
|
411
409
|
*
|
|
410
|
+
* @param databindingEntryId
|
|
411
|
+
* @param p1
|
|
412
|
+
* @param p2
|
|
413
|
+
*/
|
|
414
|
+
static N_0x75CFAC49301E134F(databindingEntryId: string | number, p1: boolean, p2: boolean): void;
|
|
415
|
+
/**
|
|
412
416
|
* @param inventoryId
|
|
413
|
-
* @param
|
|
417
|
+
* @param slotId
|
|
414
418
|
* @returns guid
|
|
415
419
|
*/
|
|
416
|
-
static
|
|
420
|
+
static getChildrenInSlotCount(inventoryId: number, slotId: string | number): [number, number];
|
|
417
421
|
/**
|
|
418
|
-
*
|
|
419
|
-
*
|
|
420
|
-
* @
|
|
422
|
+
* Returns item Hash to be used with _IS_SCRIPTED_AUDIO_CUSTOM and _PLAY_SOUND_FROM_ITEM (p0)
|
|
423
|
+
*
|
|
424
|
+
* @param item
|
|
425
|
+
* @param soundType Refer to [enum: eInventoryItemSound]
|
|
426
|
+
* @returns
|
|
421
427
|
*/
|
|
422
|
-
static
|
|
428
|
+
static getInventoryItemSound(item: string | number, soundType: eInventoryItemSound): number;
|
|
423
429
|
/**
|
|
424
|
-
* eInventoryItem: CLOTHING_FANCY_SUIT, CLOTHING_GUNSLINGER_OUTFIT, etc.
|
|
425
430
|
* Only used in R* SP Scripts
|
|
426
431
|
*
|
|
427
432
|
* @param inventoryId
|
|
428
|
-
* @param
|
|
429
|
-
* @
|
|
433
|
+
* @param p1
|
|
434
|
+
* @returns year; month; day; hour; minute; second
|
|
430
435
|
*/
|
|
431
|
-
static
|
|
436
|
+
static N_0x112BCA290D2EB53C(inventoryId: number, p1: string | number): [boolean, number, number, number, number, number, number];
|
|
432
437
|
/**
|
|
433
|
-
*
|
|
434
|
-
*
|
|
435
|
-
* @
|
|
438
|
+
* Returns effects entry id of CatalogItemInspection container.
|
|
439
|
+
*
|
|
440
|
+
* @param entryId
|
|
441
|
+
* @param name
|
|
442
|
+
* @param unk1
|
|
443
|
+
* @param unk2
|
|
444
|
+
* @returns
|
|
436
445
|
*/
|
|
437
|
-
static
|
|
446
|
+
static getCatalogItemInspectionEffectsEntry(entryId: number, name: string | null, unk1: boolean, unk2: boolean): number;
|
|
438
447
|
/**
|
|
439
|
-
*
|
|
440
|
-
*
|
|
441
|
-
* @param inventoryId
|
|
442
|
-
* @param hidden
|
|
443
|
-
* @returns guid
|
|
448
|
+
* @returns itemGUID
|
|
444
449
|
*/
|
|
445
|
-
static
|
|
450
|
+
static getItemExpiryTime(): [number, number];
|
|
446
451
|
/**
|
|
447
452
|
* @param inventoryId
|
|
448
|
-
* @param p2
|
|
449
453
|
* @param slotId
|
|
450
|
-
* @
|
|
451
|
-
|
|
452
|
-
static getGuidFromItemid(inventoryId: number, p2: string | number, slotId: string | number): [any, number, number];
|
|
453
|
-
/**
|
|
454
|
-
* @param ped
|
|
455
|
-
* @param p1
|
|
454
|
+
* @param p3
|
|
455
|
+
* @returns guid; p4
|
|
456
456
|
*/
|
|
457
|
-
static
|
|
457
|
+
static getInventoryItemEquippedInSlot(inventoryId: number, slotId: string | number, p3: number): [number, number, number];
|
|
458
458
|
/**
|
|
459
|
-
* @param
|
|
460
|
-
* @returns
|
|
459
|
+
* @param item
|
|
460
|
+
* @returns
|
|
461
461
|
*/
|
|
462
|
-
static
|
|
462
|
+
static getInventoryItemDescriptionHash(item: string | number): number;
|
|
463
463
|
/**
|
|
464
|
-
*
|
|
464
|
+
* flag: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/ItemDatabaseItemFlags
|
|
465
|
+
* 2097152 (is item read?), 8388608 (is item sent/received/mailable?), 16777216 (is item consumable?)
|
|
465
466
|
*
|
|
466
467
|
* @param item
|
|
467
|
-
* @param
|
|
468
|
+
* @param flag
|
|
468
469
|
* @returns
|
|
469
470
|
*/
|
|
470
|
-
static
|
|
471
|
+
static isInventoryItemFlagEnabled(item: string | number, flag: number): any;
|
|
471
472
|
/**
|
|
472
|
-
*
|
|
473
|
+
* old name _INVENTORY_USE_SP_BACKUP
|
|
473
474
|
*
|
|
474
|
-
* @
|
|
475
|
-
* @param p3
|
|
476
|
-
* @returns guid1; guid2
|
|
475
|
+
* @returns
|
|
477
476
|
*/
|
|
478
|
-
static
|
|
477
|
+
static isUsingBackupInventory(): any;
|
|
479
478
|
/**
|
|
480
|
-
*
|
|
481
|
-
* OWE_GOOD_IN_HOT
|
|
482
|
-
* OWE_GOOD_IN_NONE
|
|
483
|
-
* OWE_GOOD_IN_COLD
|
|
484
|
-
* OWE_GOOD_IN_ALL
|
|
479
|
+
* inventoryItemSlotHash: https://pastebin.com/P6fyr3vr
|
|
485
480
|
*
|
|
486
481
|
* @param inventoryId
|
|
487
|
-
* @param
|
|
488
|
-
* @
|
|
482
|
+
* @param item
|
|
483
|
+
* @param inventoryItemSlot
|
|
484
|
+
* @param p5
|
|
485
|
+
* @param addReason Refer to [enum: eAddItemReason]
|
|
486
|
+
* @returns guid1; guid2
|
|
489
487
|
*/
|
|
490
|
-
static
|
|
488
|
+
static addItemWithGuid(inventoryId: number, item: string | number, inventoryItemSlot: string | number, p5: number, addReason: eAddItemReason): [any, number, number];
|
|
491
489
|
/**
|
|
492
|
-
*
|
|
490
|
+
* p0: value returned by 0x46DB71883EE9D5AF
|
|
493
491
|
*
|
|
494
492
|
* @param p0
|
|
493
|
+
* @param ped
|
|
494
|
+
* @returns outGuid
|
|
495
495
|
*/
|
|
496
|
-
static
|
|
496
|
+
static N_0x951847CEF3D829FF(p0: any, ped: Ped): number;
|
|
497
497
|
/**
|
|
498
|
-
*
|
|
498
|
+
* Only used in R* SP Scripts
|
|
499
499
|
*
|
|
500
|
-
* @param collectionId
|
|
501
|
-
* @param itemIndex
|
|
502
|
-
* @returns itemData
|
|
503
|
-
*/
|
|
504
|
-
static getItemFromCollectionIndex(collectionId: number, itemIndex: number): [any, number];
|
|
505
|
-
/**
|
|
506
|
-
* @returns p0
|
|
507
|
-
*/
|
|
508
|
-
static setItemPromptInfoRequest(): number;
|
|
509
|
-
/**
|
|
510
500
|
* @param inventoryId
|
|
511
|
-
* @param item
|
|
512
|
-
* @param quantity
|
|
513
|
-
* @param removeReason Refer to [enum: eRemoveItemReason]
|
|
514
|
-
* @returns
|
|
515
501
|
*/
|
|
516
|
-
static
|
|
502
|
+
static N_0x6968CE7AC32F6788(inventoryId: number): void;
|
|
517
503
|
/**
|
|
518
|
-
* Params: p1 = 0
|
|
519
|
-
*
|
|
520
504
|
* @param inventoryId
|
|
521
|
-
* @param p1
|
|
522
|
-
*/
|
|
523
|
-
static disableWeapons(inventoryId: number, p1: any): void;
|
|
524
|
-
/**
|
|
525
505
|
* @returns guid1; guid2
|
|
526
506
|
*/
|
|
527
|
-
static
|
|
528
|
-
/**
|
|
529
|
-
* @param inventoryId
|
|
530
|
-
* @param bEquipped
|
|
531
|
-
* @returns guid
|
|
532
|
-
*/
|
|
533
|
-
static equipItemWithGuid(inventoryId: number, bEquipped: boolean): [any, number];
|
|
507
|
+
static swapInventoryItem(inventoryId: number): [any, number, number];
|
|
534
508
|
/**
|
|
535
509
|
* @param item
|
|
510
|
+
* @param slotId
|
|
536
511
|
* @returns
|
|
537
512
|
*/
|
|
538
|
-
static
|
|
513
|
+
static fitsSlotId(item: string | number, slotId: string | number): any;
|
|
539
514
|
/**
|
|
540
|
-
* @param
|
|
541
|
-
* @param
|
|
542
|
-
* @returns
|
|
515
|
+
* @param enable
|
|
516
|
+
* @param mirrorTransactions
|
|
543
517
|
*/
|
|
544
|
-
static
|
|
518
|
+
static useMissionInventory(enable: boolean, mirrorTransactions: boolean): void;
|
|
545
519
|
/**
|
|
546
|
-
*
|
|
547
|
-
*
|
|
520
|
+
* guid1: old parent GUID
|
|
521
|
+
* guid2: new parent GUID
|
|
522
|
+
* guid3: new item GUID (out param)
|
|
523
|
+
*
|
|
524
|
+
* @param inventoryId
|
|
525
|
+
* @param slotId
|
|
526
|
+
* @param quantity
|
|
527
|
+
* @returns guid1; guid2; outGuid
|
|
548
528
|
*/
|
|
549
|
-
static
|
|
529
|
+
static moveInventoryItem(inventoryId: number, slotId: string | number, quantity: number): [any, number, number, number];
|
|
550
530
|
/**
|
|
551
|
-
*
|
|
531
|
+
* Only used in R* SP Scripts
|
|
532
|
+
*
|
|
533
|
+
* @param inventoryId
|
|
534
|
+
* @param p2
|
|
535
|
+
* @returns guid; p3
|
|
552
536
|
*/
|
|
553
|
-
static
|
|
537
|
+
static N_0x6862E4D93F64CF01(inventoryId: number, p2: string | number): [boolean, number, number];
|
|
554
538
|
/**
|
|
555
|
-
*
|
|
539
|
+
* removeReason: REMOVE_REASON_DEFAULT (eRemoveItemReason)
|
|
540
|
+
* Example: INVENTORY::_0x5D6182F3BCE1333B(1, joaat("REMOVE_REASON_DEFAULT")); -> clears weapon wheel
|
|
541
|
+
* Only used in R* SP Scripts
|
|
556
542
|
*
|
|
557
|
-
* @param
|
|
543
|
+
* @param inventoryId
|
|
544
|
+
* @param removeReason Refer to [enum: eRemoveItemReason]
|
|
558
545
|
* @returns
|
|
559
546
|
*/
|
|
560
|
-
static
|
|
547
|
+
static removeInventoryItems(inventoryId: number, removeReason: eRemoveItemReason): boolean;
|
|
561
548
|
/**
|
|
562
|
-
* @
|
|
563
|
-
* @returns info
|
|
549
|
+
* @returns data
|
|
564
550
|
*/
|
|
565
|
-
static
|
|
551
|
+
static setCarriableCarryActionPromptOverride(): number;
|
|
566
552
|
/**
|
|
567
|
-
*
|
|
568
|
-
*
|
|
569
|
-
* @param databindingEntryId
|
|
553
|
+
* @param ped
|
|
570
554
|
* @param p1
|
|
571
|
-
* @param p2
|
|
572
555
|
*/
|
|
573
|
-
static
|
|
556
|
+
static N_0x9E58207B194488AC(ped: Ped, p1: number): void;
|
|
574
557
|
/**
|
|
575
558
|
* @param inventoryId
|
|
576
|
-
* @param slotId
|
|
577
559
|
* @returns guid
|
|
578
560
|
*/
|
|
579
|
-
static
|
|
561
|
+
static getInventoryItemHidden(inventoryId: number): [any, number];
|
|
580
562
|
/**
|
|
581
|
-
*
|
|
563
|
+
* soundType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/CItemInfoSoundsInterface__sSoundsInfo__eSoundType
|
|
582
564
|
*
|
|
583
565
|
* @param item
|
|
584
566
|
* @param soundType Refer to [enum: eInventoryItemSound]
|
|
585
567
|
* @returns
|
|
586
568
|
*/
|
|
587
|
-
static
|
|
569
|
+
static getIsInventoryItemSoundValid(item: string | number, soundType: eInventoryItemSound): any;
|
|
588
570
|
/**
|
|
589
|
-
*
|
|
571
|
+
* Getter: _INVENTORY_GET_FULL_INVENTORY_ITEM_DATA
|
|
590
572
|
*
|
|
591
573
|
* @param inventoryId
|
|
592
|
-
* @param
|
|
593
|
-
* @returns
|
|
574
|
+
* @param p3
|
|
575
|
+
* @returns guid1; guid2
|
|
594
576
|
*/
|
|
595
|
-
static
|
|
577
|
+
static updateInventoryItem(inventoryId: number, p3: number): [any, number, number];
|
|
578
|
+
/**
|
|
579
|
+
* OWE_INVALID = -1,
|
|
580
|
+
* OWE_GOOD_IN_HOT
|
|
581
|
+
* OWE_GOOD_IN_NONE
|
|
582
|
+
* OWE_GOOD_IN_COLD
|
|
583
|
+
* OWE_GOOD_IN_ALL
|
|
584
|
+
*
|
|
585
|
+
* @param inventoryId
|
|
586
|
+
* @param weatherEffectiveness
|
|
587
|
+
* @returns guid
|
|
588
|
+
*/
|
|
589
|
+
static setInventoryItemWeatherEffectiveness(inventoryId: number, weatherEffectiveness: number): number;
|
|
590
|
+
/**
|
|
591
|
+
* Only used in R* SP Scripts
|
|
592
|
+
*
|
|
593
|
+
* @param p0
|
|
594
|
+
*/
|
|
595
|
+
static useBackupInventory(p0: boolean): void;
|
|
596
596
|
}
|
|
597
597
|
//# sourceMappingURL=Inventory.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Inventory.d.ts","sourceRoot":"","sources":["../../src/namespaces/Inventory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AACxE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAQhD,qBAAa,SAAS;IACpB;;;;;;;;OAQG;IACH,MAAM,CAAC,kCAAkC,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM;IAIvH;;;;;OAKG;IACH,MAAM,CAAC,4BAA4B,CAAC,WAAW,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAK1E;;;OAGG;IACH,MAAM,CAAC,oBAAoB,CAAC,WAAW,EAAE,MAAM,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC;IAKnE;;;;;;;OAOG;IACH,MAAM,CAAC,iCAAiC,CAAC,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,iBAAiB,EAAE,OAAO,EAAE,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,EAAE,EAAE,OAAO,GAAG,IAAI;IAI5J,MAAM,CAAC,8BAA8B,IAAI,IAAI;IAI7C;;;;;OAKG;IACH,MAAM,CAAC,sBAAsB,CAAC,WAAW,EAAE,MAAM,GAAG,GAAG;IAIvD;;;;;;OAMG;IACH,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,CAAC;IAK7E;;;;OAIG;IACH,MAAM,CAAC,sBAAsB,CAAC,MAAM,EAAE,OAAO,GAAG,IAAI;IAIpD;;;OAGG;IACH,MAAM,CAAC,gBAAgB,CAAC,WAAW,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC;IAK9D;;OAEG;IACH,MAAM,CAAC,aAAa,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC;IAKzC;;;;;;;OAOG;IACH,MAAM,CAAC,uBAAuB,CAAC,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,EAAE,OAAO,GAAG,GAAG;IAI5F;;;;;OAKG;IACH,MAAM,CAAC,wBAAwB,CAAC,WAAW,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC;IAKnG;;OAEG;IACH,MAAM,CAAC,aAAa,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAI/C;;;;;;OAMG;IACH,MAAM,CAAC,oBAAoB,CAAC,WAAW,EAAE,MAAM,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;IAKnF
|
|
1
|
+
{"version":3,"file":"Inventory.d.ts","sourceRoot":"","sources":["../../src/namespaces/Inventory.ts"],"names":[],"mappings":"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"}
|