import { Vector3 } from '../types/Vector3'; import { int } from '../types/NativeAliases'; export declare class Collection { /** * @param collectableCategory * @param collectableSubcategory * @returns */ static collectableCategoryGetToastTextureName(collectableCategory: string | number, collectableSubcategory: string | number): number; /** * @param p0 * @param p1 * @returns */ static N_0x93F2E7B5DB85657B(p0: any, p1: any): any; /** * Returns p2 (index?) for 0xB9020EC89C07DF04 * * @param collectableCategory * @param p1 * @returns */ static N_0x755901C7598B97BC(collectableCategory: string | number, p1: int): int; /** * @param collectableItem * @returns */ static collectableGetSubcategory(collectableItem: string | number): number; /** * @param collectableCategory * @param p1 * @returns */ static N_0x3FD91F1A148A0468(collectableCategory: string | number, p1: int): any; /** * @param collectableCategory * @param p1 * @returns */ static N_0xC4AC39719C1BB559(collectableCategory: string | number, p1: any): any; /** * @param collectableCategory * @param p1 * @returns */ static N_0xD297F68928A58130(collectableCategory: string | number, p1: int): any; /** * @param collectableCategory * @param p1 * @returns */ static N_0x775FA1FC87666847(collectableCategory: string | number, p1: int): any; /** * @param collectableItem * @returns */ static collectableGetNumTurnedIn(collectableItem: string | number): int; /** * @param collectableItem * @param amount */ static collectableIncrementNumTurnedIn(collectableItem: string | number, amount: int): void; /** * @param collectableCategory * @param p1 * @returns */ static N_0x33825A7388A6B9F6(collectableCategory: string | number, p1: int): int; /** * @param collectableCategory * @param collectableSubcategory * @returns */ static collectableCategoryGetToastTextureDictionary(collectableCategory: string | number, collectableSubcategory: string | number): number; /** * @param collectableItem * @returns */ static collectableGetNumFound(collectableItem: string | number): int; /** * @param p0 * @param p1 * @param p2 */ static collectableCategorySetHasReceivedList(p0: any, p1: any, p2: any): void; /** * @param collectableCategory * @param collectableSubcategory * @returns */ static collectableCategoryGetNumCollectables(collectableCategory: string | number, collectableSubcategory: string | number): int; /** * @param collectableItem * @returns */ static collectableGetIpl(collectableItem: string | number): number; /** * Params: collectableCategory = WEEKLY_COLLECTABLES * * @param collectableCategory * @param p1 * @returns */ static N_0x61BEFBA3CE7A3BC8(collectableCategory: string | number, p1: int): boolean; /** * @param collectableCategory * @param p1 * @returns */ static N_0xD1806FB3EDED6D11(collectableCategory: string | number, p1: int): any; /** * @param collectableCategory * @param collectableSubcategory * @returns */ static collectableCategoryGetNumFound(collectableCategory: string | number, collectableSubcategory: string | number): int; /** * Used in Script Function NET_COLLECTABLES_HANDLE_ITEM_ADDED * Returns collectableCategory Hash * * @param collectableItem * @returns */ static collectableGetCategory(collectableItem: string | number): number; /** * Accepts more hashes than 0xCC644BC1DD655269 * Such as: CAROLINA_PARAKEETS, DINO_BONES, EGRET_FEATHERS, ... * * @param collectableCategory * @param p1 * @param index * @returns */ static N_0xB9020EC89C07DF04(collectableCategory: string | number, p1: int, index: int): any; /** * @param index * @param collectableCategory * @param collectableSubcategory * @returns */ static collectableGetCollectableItemHash(index: int, collectableCategory: string | number, collectableSubcategory: string | number): number; /** * @param collectableCategory * @param p1 * @returns */ static N_0xC3CA424E1F12ED0C(collectableCategory: string | number, p1: int): any; /** * @param collectableCategory * @param collectableSubcategory * @returns */ static collectableCategoryGetNumTurnedIn(collectableCategory: string | number, collectableSubcategory: string | number): int; /** * Params: collectableCategory = WEEKLY_COLLECTABLES * * @param collectableCategory * @returns */ static N_0x9ADEE485726025D4(collectableCategory: string | number): number; /** * collectableCategory: ANTIQUE_BOTTLES, BIRD_EGGS, ARROWHEADS, FAMILY_HEIRLOOMS, WILD_FLOWERS, COINS, LOST_JEWELRY_RINGS, LOST_JEWELRY_BRACELETS, LOST_JEWELRY_EARRINGS, LOST_JEWELRY_NECKLACES, TAROT_CARDS_CUPS, TAROT_CARDS_PENTACLES, TAROT_CARDS_SWORDS, TAROT_CARDS_WANDS, FOSSILS_COMMON, FOSSILS_UNCOMMON, FOSSILS_RARE * * @param collectableCategory * @param p1 * @returns */ static collectableGetCategoryItemSetBuyAward(collectableCategory: string | number, p1: string | number): number; /** * Returns discoveredItemHash * _COLLECTABLE_C* - _COLLECTABLE_G* * * @param collectableItem * @returns */ static collectableSetItemHashDiscovered(collectableItem: string | number): any; /** * @param collectableItem * @param amount */ static collectableIncrementNumFound(collectableItem: string | number, amount: int): void; /** * Params: collectableCategory = WEEKLY_COLLECTABLES * * @param collectableCategory * @param p1 * @returns */ static N_0x6BAB7ACED1017204(collectableCategory: string | number, p1: int): boolean; /** * @param collectableItem * @returns */ static collectableGetPlacementLocation(collectableItem: string | number): Vector3; /** * @param collectableCategory * @param p1 * @returns */ static N_0xFC832B06127D8E99(collectableCategory: string | number, p1: int): boolean; } //# sourceMappingURL=Collection.d.ts.map