@nativewrappers/redm-codegen 0.0.2 → 0.0.4
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 +101 -101
- package/dist/classes/AnimScene.d.ts.map +1 -1
- package/dist/classes/AnimScene.js +147 -147
- package/dist/classes/BaseModel.d.ts +12 -12
- package/dist/classes/BaseModel.d.ts.map +1 -1
- package/dist/classes/BaseModel.js +18 -18
- package/dist/classes/BaseTask.d.ts +22 -22
- package/dist/classes/BaseTask.d.ts.map +1 -1
- package/dist/classes/BaseTask.js +29 -29
- package/dist/classes/Cam.d.ts +86 -86
- package/dist/classes/Cam.d.ts.map +1 -1
- package/dist/classes/Cam.js +116 -116
- package/dist/classes/Entity.d.ts +426 -425
- package/dist/classes/Entity.d.ts.map +1 -1
- package/dist/classes/Entity.js +594 -589
- package/dist/classes/Interior.d.ts +1 -1
- package/dist/classes/Interior.d.ts.map +1 -1
- package/dist/classes/Ped.d.ts +13 -12
- package/dist/classes/Ped.d.ts.map +1 -1
- package/dist/classes/Ped.js +5 -0
- package/dist/classes/PedTask.d.ts +729 -729
- package/dist/classes/PedTask.d.ts.map +1 -1
- package/dist/classes/PedTask.js +951 -951
- package/dist/classes/PersChar.d.ts +11 -11
- package/dist/classes/PersChar.d.ts.map +1 -1
- package/dist/classes/PersChar.js +17 -17
- package/dist/classes/Pickup.d.ts +3 -3
- package/dist/classes/Pickup.d.ts.map +1 -1
- package/dist/classes/Pickup.js +7 -7
- package/dist/classes/Player.d.ts +164 -164
- package/dist/classes/Player.d.ts.map +1 -1
- package/dist/classes/Player.js +218 -218
- package/dist/classes/Prop.d.ts +87 -86
- package/dist/classes/Prop.d.ts.map +1 -1
- package/dist/classes/Prop.js +131 -126
- package/dist/classes/PropSet.d.ts +18 -18
- package/dist/classes/PropSet.d.ts.map +1 -1
- package/dist/classes/PropSet.js +25 -25
- package/dist/classes/Vehicle.d.ts +1 -0
- package/dist/classes/Vehicle.d.ts.map +1 -1
- package/dist/classes/Vehicle.js +5 -0
- package/dist/classes/VehicleTask.d.ts +18 -18
- package/dist/classes/VehicleTask.d.ts.map +1 -1
- package/dist/classes/VehicleTask.js +26 -26
- package/dist/classes/Volume.d.ts +1 -1
- package/dist/classes/Volume.d.ts.map +1 -1
- package/dist/classes/Weapon.d.ts +277 -277
- package/dist/classes/Weapon.d.ts.map +1 -1
- package/dist/classes/Weapon.js +398 -398
- package/dist/namespaces/Aitransport.d.ts +77 -77
- package/dist/namespaces/Aitransport.d.ts.map +1 -1
- package/dist/namespaces/Aitransport.js +94 -94
- package/dist/namespaces/Animscene.d.ts +51 -51
- package/dist/namespaces/Animscene.d.ts.map +1 -1
- package/dist/namespaces/Animscene.js +69 -69
- package/dist/namespaces/Audio.d.ts +2 -2
- package/dist/namespaces/Audio.d.ts.map +1 -1
- 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/Brain.d.ts +15 -15
- package/dist/namespaces/Brain.d.ts.map +1 -1
- package/dist/namespaces/Brain.js +20 -20
- package/dist/namespaces/CamStatics.d.ts +317 -317
- package/dist/namespaces/CamStatics.d.ts.map +1 -1
- package/dist/namespaces/CamStatics.js +449 -449
- package/dist/namespaces/Collection.d.ts +13 -13
- package/dist/namespaces/Collection.d.ts.map +1 -1
- package/dist/namespaces/Collection.js +8 -8
- 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/Compendium.d.ts +60 -60
- package/dist/namespaces/Compendium.d.ts.map +1 -1
- package/dist/namespaces/Compendium.js +80 -80
- package/dist/namespaces/Crashlog.d.ts +10 -10
- package/dist/namespaces/Crashlog.d.ts.map +1 -1
- package/dist/namespaces/Crashlog.js +14 -14
- package/dist/namespaces/Databinding.d.ts +173 -173
- package/dist/namespaces/Databinding.d.ts.map +1 -1
- package/dist/namespaces/Databinding.js +263 -263
- 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 +178 -178
- package/dist/namespaces/EntityStatics.d.ts.map +1 -1
- package/dist/namespaces/EntityStatics.js +242 -242
- package/dist/namespaces/Event.d.ts +62 -62
- package/dist/namespaces/Event.d.ts.map +1 -1
- package/dist/namespaces/Event.js +82 -82
- package/dist/namespaces/Fire.d.ts +7 -7
- package/dist/namespaces/Fire.d.ts.map +1 -1
- package/dist/namespaces/Fire.js +9 -9
- package/dist/namespaces/Graphics.d.ts +797 -797
- package/dist/namespaces/Graphics.d.ts.map +1 -1
- package/dist/namespaces/Graphics.js +1095 -1095
- package/dist/namespaces/Hud.d.ts +477 -477
- package/dist/namespaces/Hud.d.ts.map +1 -1
- package/dist/namespaces/Hud.js +721 -721
- package/dist/namespaces/InteriorStatics.d.ts +2 -2
- package/dist/namespaces/InteriorStatics.d.ts.map +1 -1
- package/dist/namespaces/Inventory.d.ts +216 -216
- package/dist/namespaces/Inventory.d.ts.map +1 -1
- package/dist/namespaces/Inventory.js +301 -301
- package/dist/namespaces/Itemdatabase.d.ts +8 -8
- package/dist/namespaces/Itemdatabase.d.ts.map +1 -1
- package/dist/namespaces/Itemdatabase.js +7 -7
- package/dist/namespaces/Law.d.ts +2 -2
- package/dist/namespaces/Law.d.ts.map +1 -1
- package/dist/namespaces/Map.d.ts +65 -65
- package/dist/namespaces/Map.d.ts.map +1 -1
- package/dist/namespaces/Map.js +91 -91
- package/dist/namespaces/Minigame.d.ts +17 -17
- package/dist/namespaces/Minigame.d.ts.map +1 -1
- package/dist/namespaces/Minigame.js +25 -25
- package/dist/namespaces/Misc.d.ts +5 -5
- package/dist/namespaces/Misc.d.ts.map +1 -1
- package/dist/namespaces/Missiondata.d.ts +3 -3
- package/dist/namespaces/Missiondata.d.ts.map +1 -1
- package/dist/namespaces/Netshopping.d.ts +1 -1
- package/dist/namespaces/Netshopping.d.ts.map +1 -1
- package/dist/namespaces/Network.d.ts +1302 -1310
- package/dist/namespaces/Network.d.ts.map +1 -1
- package/dist/namespaces/Network.js +1910 -1918
- package/dist/namespaces/Object.d.ts +170 -170
- package/dist/namespaces/Object.d.ts.map +1 -1
- package/dist/namespaces/Object.js +232 -232
- package/dist/namespaces/Pad.d.ts +103 -103
- package/dist/namespaces/Pad.d.ts.map +1 -1
- package/dist/namespaces/Pad.js +134 -134
- package/dist/namespaces/PedStatics.d.ts +3 -3
- package/dist/namespaces/PedStatics.d.ts.map +1 -1
- package/dist/namespaces/Perschar.d.ts +71 -71
- package/dist/namespaces/Perschar.d.ts.map +1 -1
- package/dist/namespaces/Perschar.js +106 -106
- package/dist/namespaces/Persistence.d.ts +30 -30
- package/dist/namespaces/Persistence.d.ts.map +1 -1
- package/dist/namespaces/Persistence.js +42 -42
- package/dist/namespaces/PlayerStatics.d.ts +52 -52
- package/dist/namespaces/PlayerStatics.d.ts.map +1 -1
- package/dist/namespaces/PlayerStatics.js +71 -71
- package/dist/namespaces/Population.d.ts +3 -3
- package/dist/namespaces/Population.d.ts.map +1 -1
- package/dist/namespaces/Posse.d.ts +28 -28
- package/dist/namespaces/Posse.d.ts.map +1 -1
- package/dist/namespaces/Posse.js +44 -44
- 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/Scripts.d.ts +3 -3
- package/dist/namespaces/Scripts.d.ts.map +1 -1
- package/dist/namespaces/Socialclub.d.ts +1 -1
- package/dist/namespaces/Socialclub.d.ts.map +1 -1
- package/dist/namespaces/Stats.d.ts +85 -85
- package/dist/namespaces/Stats.d.ts.map +1 -1
- package/dist/namespaces/Stats.js +113 -113
- package/dist/namespaces/Streaming.d.ts +35 -35
- package/dist/namespaces/Streaming.d.ts.map +1 -1
- package/dist/namespaces/Streaming.js +53 -53
- package/dist/namespaces/Task.d.ts +367 -367
- package/dist/namespaces/Task.d.ts.map +1 -1
- package/dist/namespaces/Task.js +508 -508
- package/dist/namespaces/Telemetry.d.ts +198 -198
- package/dist/namespaces/Telemetry.d.ts.map +1 -1
- package/dist/namespaces/Telemetry.js +274 -274
- package/dist/namespaces/Uiapps.d.ts +24 -24
- package/dist/namespaces/Uiapps.d.ts.map +1 -1
- package/dist/namespaces/Uiapps.js +33 -33
- 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/VehicleStatics.d.ts +2 -2
- package/dist/namespaces/VehicleStatics.d.ts.map +1 -1
- package/dist/namespaces/Water.d.ts +27 -27
- package/dist/namespaces/Water.d.ts.map +1 -1
- package/dist/namespaces/Water.js +41 -41
- package/dist/namespaces/WeaponStatics.d.ts +250 -250
- package/dist/namespaces/WeaponStatics.d.ts.map +1 -1
- package/dist/namespaces/WeaponStatics.js +372 -372
- package/dist/namespaces/Zone.d.ts +8 -8
- package/dist/namespaces/Zone.d.ts.map +1 -1
- package/dist/namespaces/Zone.js +9 -9
- package/package.json +1 -1
- package/src/classes/AnimScene.ts +170 -170
- package/src/classes/BaseModel.ts +21 -21
- package/src/classes/BaseTask.ts +31 -31
- package/src/classes/Cam.ts +124 -124
- package/src/classes/Entity.ts +619 -614
- package/src/classes/Interior.ts +1 -1
- package/src/classes/Ped.ts +17 -12
- package/src/classes/PedTask.ts +1011 -1011
- package/src/classes/PersChar.ts +19 -19
- package/src/classes/Pickup.ts +8 -8
- package/src/classes/Player.ts +227 -227
- package/src/classes/Prop.ts +146 -141
- package/src/classes/PropSet.ts +29 -29
- package/src/classes/Vehicle.ts +5 -0
- package/src/classes/VehicleTask.ts +30 -30
- package/src/classes/Volume.ts +1 -1
- package/src/classes/Weapon.ts +414 -414
- package/src/namespaces/Aitransport.ts +102 -102
- package/src/namespaces/Animscene.ts +78 -78
- package/src/namespaces/Audio.ts +2 -2
- package/src/namespaces/Bounty.ts +102 -102
- package/src/namespaces/Brain.ts +22 -22
- package/src/namespaces/CamStatics.ts +501 -501
- package/src/namespaces/Collection.ts +16 -16
- package/src/namespaces/Companion.ts +34 -34
- package/src/namespaces/Compendium.ts +93 -93
- package/src/namespaces/Crashlog.ts +16 -16
- package/src/namespaces/Databinding.ts +280 -280
- package/src/namespaces/Dlc.ts +9 -9
- package/src/namespaces/EntityStatics.ts +249 -249
- package/src/namespaces/Event.ts +92 -92
- package/src/namespaces/Fire.ts +10 -10
- package/src/namespaces/Graphics.ts +1155 -1155
- package/src/namespaces/Hud.ts +763 -763
- package/src/namespaces/InteriorStatics.ts +2 -2
- package/src/namespaces/Inventory.ts +321 -321
- package/src/namespaces/Itemdatabase.ts +11 -11
- package/src/namespaces/Law.ts +2 -2
- package/src/namespaces/Map.ts +104 -104
- package/src/namespaces/Minigame.ts +29 -29
- package/src/namespaces/Misc.ts +5 -5
- package/src/namespaces/Missiondata.ts +3 -3
- package/src/namespaces/Netshopping.ts +1 -1
- package/src/namespaces/Network.ts +1921 -1929
- package/src/namespaces/Object.ts +237 -237
- package/src/namespaces/Pad.ts +151 -151
- package/src/namespaces/PedStatics.ts +3 -3
- package/src/namespaces/Perschar.ts +116 -116
- package/src/namespaces/Persistence.ts +48 -48
- package/src/namespaces/PlayerStatics.ts +75 -75
- package/src/namespaces/Population.ts +3 -3
- package/src/namespaces/Posse.ts +47 -47
- package/src/namespaces/Propset.ts +92 -92
- package/src/namespaces/Scripts.ts +3 -3
- package/src/namespaces/Socialclub.ts +1 -1
- package/src/namespaces/Stats.ts +129 -129
- package/src/namespaces/Streaming.ts +62 -62
- package/src/namespaces/Task.ts +538 -538
- package/src/namespaces/Telemetry.ts +295 -295
- package/src/namespaces/Uiapps.ts +39 -39
- package/src/namespaces/Uistickyfeed.ts +23 -23
- package/src/namespaces/VehicleStatics.ts +2 -2
- package/src/namespaces/Water.ts +47 -47
- package/src/namespaces/WeaponStatics.ts +394 -394
- package/src/namespaces/Zone.ts +11 -11
|
@@ -24,7 +24,7 @@ export declare class InteriorStatics {
|
|
|
24
24
|
* @param entity
|
|
25
25
|
* @returns
|
|
26
26
|
*/
|
|
27
|
-
static getKeyForEntityInRoom(entity: Entity):
|
|
27
|
+
static getKeyForEntityInRoom(entity: Entity): number;
|
|
28
28
|
static clearRoomForGameViewport(): void;
|
|
29
29
|
/**
|
|
30
30
|
* Hashed version of GET_INTERIOR_AT_COORDS_WITH_TYPE
|
|
@@ -45,7 +45,7 @@ export declare class InteriorStatics {
|
|
|
45
45
|
* @param entity
|
|
46
46
|
* @returns
|
|
47
47
|
*/
|
|
48
|
-
static getRoomKeyFromEntity(entity: Entity):
|
|
48
|
+
static getRoomKeyFromEntity(entity: Entity): number;
|
|
49
49
|
/**
|
|
50
50
|
* Returns true if the collision at the specified coords is marked as being outside (false if there's an interior)
|
|
51
51
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InteriorStatics.d.ts","sourceRoot":"","sources":["../../src/namespaces/InteriorStatics.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAM3C,qBAAa,eAAe;IAC1B;;;OAGG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,GAAG,IAAI;IAInD;;OAEG;IACH,MAAM,CAAC,0BAA0B,IAAI,QAAQ,GAAG,IAAI;IAIpD;;;;;OAKG;IACH,MAAM,CAAC,qBAAqB,CAAC,MAAM,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI;IAI7D;;;;;OAKG;IACH,MAAM,CAAC,qBAAqB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM
|
|
1
|
+
{"version":3,"file":"InteriorStatics.d.ts","sourceRoot":"","sources":["../../src/namespaces/InteriorStatics.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAM3C,qBAAa,eAAe;IAC1B;;;OAGG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,GAAG,IAAI;IAInD;;OAEG;IACH,MAAM,CAAC,0BAA0B,IAAI,QAAQ,GAAG,IAAI;IAIpD;;;;;OAKG;IACH,MAAM,CAAC,qBAAqB,CAAC,MAAM,EAAE,MAAM,GAAG,QAAQ,GAAG,IAAI;IAI7D;;;;;OAKG;IACH,MAAM,CAAC,qBAAqB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM;IAIpD,MAAM,CAAC,wBAAwB,IAAI,IAAI;IAIvC;;;;;;OAMG;IACH,MAAM,CAAC,+BAA+B,CAAC,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,QAAQ,GAAG,IAAI;IAIhG;;;OAGG;IACH,MAAM,CAAC,oBAAoB,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,GAAG,IAAI;IAInD;;;;;OAKG;IACH,MAAM,CAAC,oBAAoB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM;IAInD;;;;;OAKG;IACH,MAAM,CAAC,wBAAwB,CAAC,GAAG,EAAE,OAAO,GAAG,OAAO;IAItD;;;OAGG;IACH,MAAM,CAAC,sBAAsB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,IAAI;IAIvE;;;;OAIG;IACH,MAAM,CAAC,2BAA2B,CAAC,GAAG,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,QAAQ,GAAG,IAAI;IAI9F;;OAEG;IACH,MAAM,CAAC,eAAe,IAAI,OAAO;IAIjC;;OAEG;IACH,MAAM,CAAC,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAI/C;;;;OAIG;IACH,MAAM,CAAC,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAIjG;;;OAGG;IACH,MAAM,CAAC,mBAAmB,CAAC,GAAG,EAAE,OAAO,GAAG,QAAQ,GAAG,IAAI;IAIzD;;;OAGG;IACH,MAAM,CAAC,wBAAwB,CAAC,GAAG,EAAE,OAAO,GAAG,MAAM;IAIrD;;;OAGG;IACH,MAAM,CAAC,wBAAwB,CAAC,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;CAIxF"}
|
|
@@ -4,25 +4,6 @@ import type { eRemoveItemReason } from '../enums/eRemoveItemReason';
|
|
|
4
4
|
import type { Ped } from '../classes/Ped';
|
|
5
5
|
import type { Player } from '../classes/Player';
|
|
6
6
|
export declare class Inventory {
|
|
7
|
-
/**
|
|
8
|
-
* @param inventoryId
|
|
9
|
-
* @param p3
|
|
10
|
-
* @param p4
|
|
11
|
-
* @returns guid; p2
|
|
12
|
-
*/
|
|
13
|
-
static getFullInventoryItemData(inventoryId: number, p3: number, p4: number): [any, number, number];
|
|
14
|
-
/**
|
|
15
|
-
* @param inventoryId
|
|
16
|
-
*/
|
|
17
|
-
static enableWeapons(inventoryId: number): void;
|
|
18
|
-
/**
|
|
19
|
-
* Params: p3 returns an int between 0 and 20 (?)
|
|
20
|
-
* Only used in R* SP Scripts
|
|
21
|
-
*
|
|
22
|
-
* @param inventoryId
|
|
23
|
-
* @returns guid; p2; p3
|
|
24
|
-
*/
|
|
25
|
-
static N_0xD08685BA892DBFAB(inventoryId: number): [boolean, number, number, number];
|
|
26
7
|
/**
|
|
27
8
|
* Returns stats entry id of CatalogItemInspection container
|
|
28
9
|
*
|
|
@@ -32,7 +13,7 @@ export declare class Inventory {
|
|
|
32
13
|
* @param playerid
|
|
33
14
|
* @returns
|
|
34
15
|
*/
|
|
35
|
-
static getCatalogItemInspectionStatsEntry(entryId: number, name: string | null, unk1: number, playerid: Player):
|
|
16
|
+
static getCatalogItemInspectionStatsEntry(entryId: number, name: string | null, unk1: number, playerid: Player): number;
|
|
36
17
|
/**
|
|
37
18
|
* Returns CopyID
|
|
38
19
|
*
|
|
@@ -95,104 +76,24 @@ export declare class Inventory {
|
|
|
95
76
|
*/
|
|
96
77
|
static isInventoryItemEquipped(inventoryId: number, item: string | number, p2: boolean): any;
|
|
97
78
|
/**
|
|
98
|
-
* collectionId is < outCollectionSize
|
|
99
|
-
*
|
|
100
|
-
* @param collectionId
|
|
101
|
-
* @param itemIndex
|
|
102
|
-
* @returns itemData
|
|
103
|
-
*/
|
|
104
|
-
static getItemFromCollectionIndex(collectionId: number, itemIndex: number): [any, number];
|
|
105
|
-
/**
|
|
106
|
-
* @returns p0
|
|
107
|
-
*/
|
|
108
|
-
static setItemPromptInfoRequest(): number;
|
|
109
|
-
/**
|
|
110
|
-
* @param inventoryId
|
|
111
|
-
* @param item
|
|
112
|
-
* @param quantity
|
|
113
|
-
* @param removeReason Refer to [enum: eRemoveItemReason]
|
|
114
|
-
* @returns
|
|
115
|
-
*/
|
|
116
|
-
static removeInventoryItemWithItemid(inventoryId: number, item: string | number, quantity: number, removeReason: eRemoveItemReason): any;
|
|
117
|
-
/**
|
|
118
|
-
* Params: p1 = 0
|
|
119
|
-
*
|
|
120
79
|
* @param inventoryId
|
|
121
|
-
* @param
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* @returns guid1; guid2
|
|
126
|
-
*/
|
|
127
|
-
static compareGuids(): [any, number, number];
|
|
128
|
-
/**
|
|
129
|
-
* @param inventoryId
|
|
130
|
-
* @param bEquipped
|
|
131
|
-
* @returns guid
|
|
132
|
-
*/
|
|
133
|
-
static equipItemWithGuid(inventoryId: number, bEquipped: boolean): [any, number];
|
|
134
|
-
/**
|
|
135
|
-
* @param item
|
|
136
|
-
* @returns
|
|
137
|
-
*/
|
|
138
|
-
static getInventoryItemIsAnimalPelt(item: string | number): any;
|
|
139
|
-
/**
|
|
140
|
-
* @param inventoryId
|
|
141
|
-
* @param eRoleMaxLevel
|
|
142
|
-
* @returns
|
|
143
|
-
*/
|
|
144
|
-
static getItemRoleMaxLevelCount(inventoryId: number, eRoleMaxLevel: string | number): number;
|
|
145
|
-
/**
|
|
146
|
-
* Used in function SET_SHOP_BEING_ROBBED and many other shop related scripts and functions.
|
|
147
|
-
* INVENTORY_A*
|
|
148
|
-
*/
|
|
149
|
-
static N_0x9B4E793B1CB6550A(): void;
|
|
150
|
-
/**
|
|
151
|
-
* @returns guid
|
|
152
|
-
*/
|
|
153
|
-
static isGuidValid(): [any, number];
|
|
154
|
-
/**
|
|
155
|
-
* Max num of collections is 5, so release your unused ones.
|
|
156
|
-
*
|
|
157
|
-
* @param collectionId
|
|
158
|
-
* @returns
|
|
159
|
-
*/
|
|
160
|
-
static releaseItemCollection(collectionId: number): any;
|
|
161
|
-
/**
|
|
162
|
-
* @param item
|
|
163
|
-
* @returns info
|
|
164
|
-
*/
|
|
165
|
-
static getInventoryItemInspectionInfo(item: string | number): [any, number];
|
|
166
|
-
/**
|
|
167
|
-
* p1, p2: 0
|
|
168
|
-
*
|
|
169
|
-
* @param databindingEntryId
|
|
170
|
-
* @param p1
|
|
171
|
-
* @param p2
|
|
80
|
+
* @param p3
|
|
81
|
+
* @param p4
|
|
82
|
+
* @returns guid; p2
|
|
172
83
|
*/
|
|
173
|
-
static
|
|
84
|
+
static getFullInventoryItemData(inventoryId: number, p3: number, p4: number): [any, number, number];
|
|
174
85
|
/**
|
|
175
86
|
* @param inventoryId
|
|
176
|
-
* @param slotId
|
|
177
|
-
* @returns guid
|
|
178
|
-
*/
|
|
179
|
-
static getChildrenInSlotCount(inventoryId: number, slotId: string | number): [number, number];
|
|
180
|
-
/**
|
|
181
|
-
* Returns item Hash to be used with _IS_SCRIPTED_AUDIO_CUSTOM and _PLAY_SOUND_FROM_ITEM (p0)
|
|
182
|
-
*
|
|
183
|
-
* @param item
|
|
184
|
-
* @param soundType Refer to [enum: eInventoryItemSound]
|
|
185
|
-
* @returns
|
|
186
87
|
*/
|
|
187
|
-
static
|
|
88
|
+
static enableWeapons(inventoryId: number): void;
|
|
188
89
|
/**
|
|
90
|
+
* Params: p3 returns an int between 0 and 20 (?)
|
|
189
91
|
* Only used in R* SP Scripts
|
|
190
92
|
*
|
|
191
93
|
* @param inventoryId
|
|
192
|
-
* @
|
|
193
|
-
* @returns year; month; day; hour; minute; second
|
|
94
|
+
* @returns guid; p2; p3
|
|
194
95
|
*/
|
|
195
|
-
static
|
|
96
|
+
static N_0xD08685BA892DBFAB(inventoryId: number): [boolean, number, number, number];
|
|
196
97
|
/**
|
|
197
98
|
* Returns effects entry id of CatalogItemInspection container.
|
|
198
99
|
*
|
|
@@ -202,7 +103,7 @@ export declare class Inventory {
|
|
|
202
103
|
* @param unk2
|
|
203
104
|
* @returns
|
|
204
105
|
*/
|
|
205
|
-
static getCatalogItemInspectionEffectsEntry(entryId: number, name: string | null, unk1: boolean, unk2: boolean):
|
|
106
|
+
static getCatalogItemInspectionEffectsEntry(entryId: number, name: string | null, unk1: boolean, unk2: boolean): number;
|
|
206
107
|
/**
|
|
207
108
|
* @returns itemGUID
|
|
208
109
|
*/
|
|
@@ -218,7 +119,7 @@ export declare class Inventory {
|
|
|
218
119
|
* @param item
|
|
219
120
|
* @returns
|
|
220
121
|
*/
|
|
221
|
-
static getInventoryItemDescriptionHash(item: string | number):
|
|
122
|
+
static getInventoryItemDescriptionHash(item: string | number): number;
|
|
222
123
|
/**
|
|
223
124
|
* flag: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/ItemDatabaseItemFlags
|
|
224
125
|
* 2097152 (is item read?), 8388608 (is item sent/received/mailable?), 16777216 (is item consumable?)
|
|
@@ -309,49 +210,139 @@ export declare class Inventory {
|
|
|
309
210
|
*/
|
|
310
211
|
static setCarriableCarryActionPromptOverride(): number;
|
|
311
212
|
/**
|
|
312
|
-
* @param
|
|
313
|
-
* @param
|
|
213
|
+
* @param provision
|
|
214
|
+
* @param slotId
|
|
215
|
+
* @returns
|
|
314
216
|
*/
|
|
315
|
-
static
|
|
217
|
+
static getItemSlotMaxCount(provision: string | number, slotId: string | number): number;
|
|
316
218
|
/**
|
|
219
|
+
* Params: p0 is only 0 or 1
|
|
220
|
+
* Only used in R* SP Scripts
|
|
221
|
+
*
|
|
222
|
+
* @param p0
|
|
317
223
|
* @param inventoryId
|
|
318
224
|
* @returns guid
|
|
319
225
|
*/
|
|
320
|
-
static
|
|
226
|
+
static N_0x0349404A22736740(p0: boolean, inventoryId: number): number;
|
|
321
227
|
/**
|
|
322
|
-
*
|
|
323
|
-
*
|
|
324
|
-
* @param
|
|
325
|
-
* @param soundType Refer to [enum: eInventoryItemSound]
|
|
228
|
+
* @param inventoryId
|
|
229
|
+
* @param eInventoryItem
|
|
230
|
+
* @param p2
|
|
326
231
|
* @returns
|
|
327
232
|
*/
|
|
328
|
-
static
|
|
233
|
+
static getInventoryItemCountWithItemid(inventoryId: number, eInventoryItem: string | number, p2: boolean): number;
|
|
329
234
|
/**
|
|
330
|
-
*
|
|
235
|
+
* Returns collectionId
|
|
331
236
|
*
|
|
237
|
+
* @returns collectionSize
|
|
238
|
+
*/
|
|
239
|
+
static createItemCollection2(): [number, number];
|
|
240
|
+
/**
|
|
332
241
|
* @param inventoryId
|
|
242
|
+
* @param inventoryIdCloned
|
|
333
243
|
* @param p3
|
|
334
|
-
* @returns
|
|
244
|
+
* @returns p2
|
|
335
245
|
*/
|
|
336
|
-
static
|
|
246
|
+
static copyItemToInventory(inventoryId: number, inventoryIdCloned: number, p3: any): number;
|
|
337
247
|
/**
|
|
338
|
-
*
|
|
339
|
-
*
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
248
|
+
* @param inventoryId
|
|
249
|
+
* @returns filter; numInCollection
|
|
250
|
+
*/
|
|
251
|
+
static createItemCollectionWithFilter(inventoryId: number): [number, number, number];
|
|
252
|
+
/**
|
|
253
|
+
* @param inventoryId
|
|
254
|
+
* @param p2
|
|
255
|
+
* @returns guid
|
|
256
|
+
*/
|
|
257
|
+
static getInventoryItemCountWithGuid(inventoryId: number, p2: boolean): [number, number];
|
|
258
|
+
/**
|
|
259
|
+
* filterName (collections): "ALL", "ALL SATCHEL", "ALL HORSES", "ALL COACHES", "ALL MOUNTS", "ALL CLOTHING", "ALL WEAPONS", "ALL SATCHEL EXCLUDING CLOTHING", "ALL EXCLUDING CLOTHING"
|
|
260
|
+
* slotId: -1591664384
|
|
261
|
+
* p3: outCollectionSize (?)
|
|
262
|
+
* Returns collectionId
|
|
343
263
|
*
|
|
344
264
|
* @param inventoryId
|
|
345
|
-
* @param
|
|
265
|
+
* @param filterName
|
|
266
|
+
* @param slotId
|
|
267
|
+
* @returns size
|
|
268
|
+
*/
|
|
269
|
+
static createItemCollection(inventoryId: number, filterName: string | null, slotId: string | number): [number, number];
|
|
270
|
+
/**
|
|
271
|
+
* p1: 32
|
|
272
|
+
* Returns collectionId
|
|
273
|
+
*
|
|
274
|
+
* @param inventoryId
|
|
275
|
+
* @param p1
|
|
276
|
+
* @returns size
|
|
277
|
+
*/
|
|
278
|
+
static createSortedCollection(inventoryId: number, p1: number): [number, number];
|
|
279
|
+
/**
|
|
280
|
+
* @param inventoryId
|
|
281
|
+
* @param item
|
|
346
282
|
* @returns guid
|
|
347
283
|
*/
|
|
348
|
-
static
|
|
284
|
+
static doesItemOwnEquipment(inventoryId: number, item: string | number): [any, number];
|
|
349
285
|
/**
|
|
350
|
-
*
|
|
286
|
+
* Returns a unique inventory ID for this ped.
|
|
287
|
+
* For the local player ped, it is an eInventories value.
|
|
288
|
+
* For other peds, it is the inventory address casted to unsigned int. enum eInventories
|
|
289
|
+
* {
|
|
290
|
+
* INVENTORY_INVALID,
|
|
291
|
+
* INVENTORY_SP_PLAYER,
|
|
292
|
+
* INVENTORY_MP_PLAYER,
|
|
293
|
+
* INVENTORY_MP_MISSION,
|
|
294
|
+
* INVENTORY_SECOND_SCREEN,
|
|
295
|
+
* INVENTORY_SP_BACKUP,
|
|
296
|
+
* INVENTORY_SP_SNAPSHOT,
|
|
297
|
+
* INVENTORY_0xDE2AE452,
|
|
298
|
+
* INVENTORY_0x399D9B3A,
|
|
299
|
+
* INVENTORY_0x4BD43FA7,
|
|
300
|
+
* INVENTORY_0x9529D251,
|
|
301
|
+
* INVENTORY_0xA75776AC,
|
|
302
|
+
* INVENTORY_MAX_ID = 11,
|
|
303
|
+
* INVENTORY_IDS_COUNT
|
|
304
|
+
* };
|
|
351
305
|
*
|
|
352
|
-
* @param
|
|
306
|
+
* @param ped
|
|
307
|
+
* @returns
|
|
353
308
|
*/
|
|
354
|
-
static
|
|
309
|
+
static getInventoryIdFromPed(ped: Ped): number;
|
|
310
|
+
/**
|
|
311
|
+
* Only works on CClothingItem
|
|
312
|
+
*
|
|
313
|
+
* @param inventoryId
|
|
314
|
+
* @param inUse
|
|
315
|
+
* @returns guid
|
|
316
|
+
*/
|
|
317
|
+
static setInventoryItemInUse(inventoryId: number, inUse: boolean): number;
|
|
318
|
+
/**
|
|
319
|
+
* @param inventoryId
|
|
320
|
+
* @param slotId
|
|
321
|
+
* @returns guid; outGuid
|
|
322
|
+
*/
|
|
323
|
+
static getInventoryItemEquippedInSlotByRef(inventoryId: number, slotId: string | number): [any, number, number];
|
|
324
|
+
/**
|
|
325
|
+
* Apply the weapon stats to the CatalogItemInspection stats entry id. get entryId with _INVENTORY_GET_CATALOG_ITEM_INSPECTION_STATS_ENTRY
|
|
326
|
+
*
|
|
327
|
+
* @param entryId
|
|
328
|
+
* @param weapon
|
|
329
|
+
* @param ped
|
|
330
|
+
*/
|
|
331
|
+
static applyWeaponStatsToEntry(entryId: number, weapon: string | number, ped: Ped): void;
|
|
332
|
+
/**
|
|
333
|
+
* @param inventoryId
|
|
334
|
+
* @param item
|
|
335
|
+
*/
|
|
336
|
+
static enableItem(inventoryId: number, item: string | number): void;
|
|
337
|
+
/**
|
|
338
|
+
* Returns databindingEntryId to be used with 0x951847CEF3D829FF (p0)
|
|
339
|
+
*
|
|
340
|
+
* @param data
|
|
341
|
+
* @param stats
|
|
342
|
+
* @param ped
|
|
343
|
+
* @returns guid
|
|
344
|
+
*/
|
|
345
|
+
static N_0x46DB71883EE9D5AF(data: any, stats: string | null, ped: Ped): [number, number];
|
|
355
346
|
/**
|
|
356
347
|
* @param p0
|
|
357
348
|
* @param p2
|
|
@@ -388,7 +379,7 @@ export declare class Inventory {
|
|
|
388
379
|
* @param p1
|
|
389
380
|
* @returns
|
|
390
381
|
*/
|
|
391
|
-
static getDefaultItemSlotInfo(item: string | number, p1: string | number):
|
|
382
|
+
static getDefaultItemSlotInfo(item: string | number, p1: string | number): number;
|
|
392
383
|
/**
|
|
393
384
|
* Example: (1, WEAPON_REVOLVER_CATTLEMAN, 0) - disables cattleman revolver on weapon wheel
|
|
394
385
|
*
|
|
@@ -460,138 +451,147 @@ export declare class Inventory {
|
|
|
460
451
|
*/
|
|
461
452
|
static getGuidFromItemid(inventoryId: number, p2: string | number, slotId: string | number): [any, number, number];
|
|
462
453
|
/**
|
|
463
|
-
* @param
|
|
464
|
-
* @param
|
|
465
|
-
* @returns
|
|
454
|
+
* @param ped
|
|
455
|
+
* @param p1
|
|
466
456
|
*/
|
|
467
|
-
static
|
|
457
|
+
static N_0x9E58207B194488AC(ped: Ped, p1: number): void;
|
|
468
458
|
/**
|
|
469
|
-
* Params: p0 is only 0 or 1
|
|
470
|
-
* Only used in R* SP Scripts
|
|
471
|
-
*
|
|
472
|
-
* @param p0
|
|
473
459
|
* @param inventoryId
|
|
474
460
|
* @returns guid
|
|
475
461
|
*/
|
|
476
|
-
static
|
|
462
|
+
static getInventoryItemHidden(inventoryId: number): [any, number];
|
|
477
463
|
/**
|
|
478
|
-
*
|
|
479
|
-
*
|
|
480
|
-
* @param
|
|
464
|
+
* soundType: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/CItemInfoSoundsInterface__sSoundsInfo__eSoundType
|
|
465
|
+
*
|
|
466
|
+
* @param item
|
|
467
|
+
* @param soundType Refer to [enum: eInventoryItemSound]
|
|
481
468
|
* @returns
|
|
482
469
|
*/
|
|
483
|
-
static
|
|
470
|
+
static getIsInventoryItemSoundValid(item: string | number, soundType: eInventoryItemSound): any;
|
|
484
471
|
/**
|
|
485
|
-
*
|
|
472
|
+
* Getter: _INVENTORY_GET_FULL_INVENTORY_ITEM_DATA
|
|
486
473
|
*
|
|
487
|
-
* @returns collectionSize
|
|
488
|
-
*/
|
|
489
|
-
static createItemCollection2(): [number, number];
|
|
490
|
-
/**
|
|
491
474
|
* @param inventoryId
|
|
492
|
-
* @param inventoryIdCloned
|
|
493
475
|
* @param p3
|
|
494
|
-
* @returns
|
|
476
|
+
* @returns guid1; guid2
|
|
495
477
|
*/
|
|
496
|
-
static
|
|
478
|
+
static updateInventoryItem(inventoryId: number, p3: number): [any, number, number];
|
|
497
479
|
/**
|
|
480
|
+
* OWE_INVALID = -1,
|
|
481
|
+
* OWE_GOOD_IN_HOT
|
|
482
|
+
* OWE_GOOD_IN_NONE
|
|
483
|
+
* OWE_GOOD_IN_COLD
|
|
484
|
+
* OWE_GOOD_IN_ALL
|
|
485
|
+
*
|
|
498
486
|
* @param inventoryId
|
|
499
|
-
* @
|
|
487
|
+
* @param weatherEffectiveness
|
|
488
|
+
* @returns guid
|
|
500
489
|
*/
|
|
501
|
-
static
|
|
490
|
+
static setInventoryItemWeatherEffectiveness(inventoryId: number, weatherEffectiveness: number): number;
|
|
502
491
|
/**
|
|
503
|
-
*
|
|
504
|
-
*
|
|
505
|
-
* @
|
|
492
|
+
* Only used in R* SP Scripts
|
|
493
|
+
*
|
|
494
|
+
* @param p0
|
|
506
495
|
*/
|
|
507
|
-
static
|
|
496
|
+
static useBackupInventory(p0: boolean): void;
|
|
508
497
|
/**
|
|
509
|
-
*
|
|
510
|
-
* slotId: -1591664384
|
|
511
|
-
* p3: outCollectionSize (?)
|
|
512
|
-
* Returns collectionId
|
|
498
|
+
* collectionId is < outCollectionSize
|
|
513
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
|
+
/**
|
|
514
510
|
* @param inventoryId
|
|
515
|
-
* @param
|
|
516
|
-
* @param
|
|
517
|
-
* @
|
|
511
|
+
* @param item
|
|
512
|
+
* @param quantity
|
|
513
|
+
* @param removeReason Refer to [enum: eRemoveItemReason]
|
|
514
|
+
* @returns
|
|
518
515
|
*/
|
|
519
|
-
static
|
|
516
|
+
static removeInventoryItemWithItemid(inventoryId: number, item: string | number, quantity: number, removeReason: eRemoveItemReason): any;
|
|
520
517
|
/**
|
|
521
|
-
*
|
|
522
|
-
* Returns collectionId
|
|
518
|
+
* Params: p1 = 0
|
|
523
519
|
*
|
|
524
520
|
* @param inventoryId
|
|
525
521
|
* @param p1
|
|
526
|
-
* @returns size
|
|
527
522
|
*/
|
|
528
|
-
static
|
|
523
|
+
static disableWeapons(inventoryId: number, p1: any): void;
|
|
524
|
+
/**
|
|
525
|
+
* @returns guid1; guid2
|
|
526
|
+
*/
|
|
527
|
+
static compareGuids(): [any, number, number];
|
|
529
528
|
/**
|
|
530
529
|
* @param inventoryId
|
|
531
|
-
* @param
|
|
530
|
+
* @param bEquipped
|
|
532
531
|
* @returns guid
|
|
533
532
|
*/
|
|
534
|
-
static
|
|
533
|
+
static equipItemWithGuid(inventoryId: number, bEquipped: boolean): [any, number];
|
|
535
534
|
/**
|
|
536
|
-
*
|
|
537
|
-
* For the local player ped, it is an eInventories value.
|
|
538
|
-
* For other peds, it is the inventory address casted to unsigned int. enum eInventories
|
|
539
|
-
* {
|
|
540
|
-
* INVENTORY_INVALID,
|
|
541
|
-
* INVENTORY_SP_PLAYER,
|
|
542
|
-
* INVENTORY_MP_PLAYER,
|
|
543
|
-
* INVENTORY_MP_MISSION,
|
|
544
|
-
* INVENTORY_SECOND_SCREEN,
|
|
545
|
-
* INVENTORY_SP_BACKUP,
|
|
546
|
-
* INVENTORY_SP_SNAPSHOT,
|
|
547
|
-
* INVENTORY_0xDE2AE452,
|
|
548
|
-
* INVENTORY_0x399D9B3A,
|
|
549
|
-
* INVENTORY_0x4BD43FA7,
|
|
550
|
-
* INVENTORY_0x9529D251,
|
|
551
|
-
* INVENTORY_0xA75776AC,
|
|
552
|
-
* INVENTORY_MAX_ID = 11,
|
|
553
|
-
* INVENTORY_IDS_COUNT
|
|
554
|
-
* };
|
|
555
|
-
*
|
|
556
|
-
* @param ped
|
|
535
|
+
* @param item
|
|
557
536
|
* @returns
|
|
558
537
|
*/
|
|
559
|
-
static
|
|
538
|
+
static getInventoryItemIsAnimalPelt(item: string | number): any;
|
|
560
539
|
/**
|
|
561
|
-
* Only works on CClothingItem
|
|
562
|
-
*
|
|
563
540
|
* @param inventoryId
|
|
564
|
-
* @param
|
|
541
|
+
* @param eRoleMaxLevel
|
|
542
|
+
* @returns
|
|
543
|
+
*/
|
|
544
|
+
static getItemRoleMaxLevelCount(inventoryId: number, eRoleMaxLevel: string | number): number;
|
|
545
|
+
/**
|
|
546
|
+
* Used in function SET_SHOP_BEING_ROBBED and many other shop related scripts and functions.
|
|
547
|
+
* INVENTORY_A*
|
|
548
|
+
*/
|
|
549
|
+
static N_0x9B4E793B1CB6550A(): void;
|
|
550
|
+
/**
|
|
565
551
|
* @returns guid
|
|
566
552
|
*/
|
|
567
|
-
static
|
|
553
|
+
static isGuidValid(): [any, number];
|
|
568
554
|
/**
|
|
569
|
-
*
|
|
570
|
-
*
|
|
571
|
-
* @
|
|
555
|
+
* Max num of collections is 5, so release your unused ones.
|
|
556
|
+
*
|
|
557
|
+
* @param collectionId
|
|
558
|
+
* @returns
|
|
572
559
|
*/
|
|
573
|
-
static
|
|
560
|
+
static releaseItemCollection(collectionId: number): any;
|
|
574
561
|
/**
|
|
575
|
-
*
|
|
562
|
+
* @param item
|
|
563
|
+
* @returns info
|
|
564
|
+
*/
|
|
565
|
+
static getInventoryItemInspectionInfo(item: string | number): [any, number];
|
|
566
|
+
/**
|
|
567
|
+
* p1, p2: 0
|
|
576
568
|
*
|
|
577
|
-
* @param
|
|
578
|
-
* @param
|
|
579
|
-
* @param
|
|
569
|
+
* @param databindingEntryId
|
|
570
|
+
* @param p1
|
|
571
|
+
* @param p2
|
|
580
572
|
*/
|
|
581
|
-
static
|
|
573
|
+
static N_0x75CFAC49301E134F(databindingEntryId: string | number, p1: boolean, p2: boolean): void;
|
|
582
574
|
/**
|
|
583
575
|
* @param inventoryId
|
|
576
|
+
* @param slotId
|
|
577
|
+
* @returns guid
|
|
578
|
+
*/
|
|
579
|
+
static getChildrenInSlotCount(inventoryId: number, slotId: string | number): [number, number];
|
|
580
|
+
/**
|
|
581
|
+
* Returns item Hash to be used with _IS_SCRIPTED_AUDIO_CUSTOM and _PLAY_SOUND_FROM_ITEM (p0)
|
|
582
|
+
*
|
|
584
583
|
* @param item
|
|
584
|
+
* @param soundType Refer to [enum: eInventoryItemSound]
|
|
585
|
+
* @returns
|
|
585
586
|
*/
|
|
586
|
-
static
|
|
587
|
+
static getInventoryItemSound(item: string | number, soundType: eInventoryItemSound): number;
|
|
587
588
|
/**
|
|
588
|
-
*
|
|
589
|
+
* Only used in R* SP Scripts
|
|
589
590
|
*
|
|
590
|
-
* @param
|
|
591
|
-
* @param
|
|
592
|
-
* @
|
|
593
|
-
* @returns guid
|
|
591
|
+
* @param inventoryId
|
|
592
|
+
* @param p1
|
|
593
|
+
* @returns year; month; day; hour; minute; second
|
|
594
594
|
*/
|
|
595
|
-
static
|
|
595
|
+
static N_0x112BCA290D2EB53C(inventoryId: number, p1: string | number): [boolean, number, number, number, number, number, number];
|
|
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
|
|
1
|
+
{"version":3,"file":"Inventory.d.ts","sourceRoot":"","sources":["../../src/namespaces/Inventory.ts"],"names":[],"mappings":"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"}
|