@nativewrappers/redm
Version:
Native wrappers and utilities for use with RedM.
38 lines (37 loc) • 919 B
TypeScript
export declare enum InventoryIndex {
Invalid = 0,
SinglePlayer = 1,
MultiPlayer = 2,
MultiplayerMission = 3,
SecondScreen = 4,
SinglePlayerBackup = 5,
SinglePlayerSnapshot = 6,
UNK_0xDE2AE452 = 7,
UNK_0x399D9B3A = 8,
UNK_0x4BD43FA7 = 9,
UNK_0x9529D251 = 10,
UNK_0xA75776AC = 11
}
export declare enum InventoryItemSlots {
}
export declare enum InventoryCategory {
}
export declare enum ItemAddReason {
Default = 752097756,
Incentive = -1965281643,
Syncing = -1924444172,
Awards = -1216041698,
Notification = -983395630,
Loadout = -902540058,
Looted = -897553835,
UseFailed = -746211728,
GetInventory = -669481339,
CreateCharacter = -490406031,
MpMission = -334626412,
Pickup = 444010018,
SetAmount = 1157919518,
Purchased = 1248274121,
LoadSaveGame = 1445013766,
Debug = 1543882317,
Melee = 2073812199
}