import { int } from '../types/NativeAliases'; export declare class Uifeed { /** * Returns feedMessage * * @param feedChannel Refer to {@link eUIFeedChannel} * @returns */ static uiFeedGetCurrentMessage(feedChannel: int): int; /** * Example : https://pastebin.com/YZMBkAmW * * @param p2 * @param p3 * @returns p0; p1 */ static uiFeedPostSampleToast(p2: boolean, p3: boolean): [int, number, number]; /** * Hides Toast Notifications */ static uiFeedClearAllChannels(): void; /** * @param p2 * @returns p0; p1 */ static uiFeedPostSampleToastRight(p2: boolean): [int, number, number]; /** * Display text on right of the screen, Example : https://pastebin.com/n1YmNe25 * * @param p2 * @returns p0; p1 */ static uiFeedPostFeedTicker(p2: boolean): [int, number, number]; /** * Clears help text * * @param feedMessage * @param p1 */ static uiFeedClearHelpTextFeed(feedMessage: int, p1: boolean): void; /** * Returns feedMessage * * @param p1 * @returns p0 */ static N_0x4E88A65968A55C78(p1: boolean): [int, number]; /** * @param p2 * @param p3 * @param p4 * @returns p0; p1 */ static uiFeedPostThreeTextShard(p2: boolean, p3: boolean, p4: boolean): [int, number, number]; /** * @param p2 * @returns p0; p1 */ static uiFeedPostGameUpdateShard(p2: boolean): [int, number, number]; /** * @param p2 * @returns p0; p1 */ static uiFeedPostReticleMessage(p2: boolean): [int, number, number]; /** * @param p2 * @returns p0; p1 */ static uiFeedPostVoiceChatFeed(p2: boolean): [int, number, number]; /** * Example : https://pastebin.com/13tuRa63 * * @param p2 * @returns p0; p1 */ static uiFeedPostObjective(p2: boolean): [int, number, number]; /** * @param p2 * @returns p0; p1 */ static uiFeedPostOneTextShard(p2: boolean): [int, number, number]; /** * feedChannel: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eUIFeedChannel * * @param feedChannel Refer to {@link eUIFeedChannel} * @param p1 * @param p2 */ static uiFeedClearChannel(feedChannel: int, p1: boolean, p2: boolean): void; /** * Only used in R* SP Script beat_animal_attack * Returns feedMessage * * @param p1 * @returns p0 */ static N_0x0FD07141AD048AAE(p1: boolean): [int, number]; /** * @param p2 * @returns p0; p1 */ static uiFeedPostMissionName(p2: boolean): [int, number, number]; /** * @param p2 * @param p3 * @returns p0; p1 */ static uiFeedPostRankupToast(p2: int, p3: int): [int, number, number]; /** * Returns messageState, see https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eUIMessageState * * @param feedMessage * @returns */ static uiFeedGetMessageState(feedMessage: int): int; /** * @param p2 * @param p3 * @returns p0; p1 */ static uiFeedPostTwoTextShard(p2: boolean, p3: boolean): [int, number, number]; /** * Example : https://pastebin.com/GvdBp8Dh * * @param p2 * @returns p0; p1 */ static uiFeedPostHelpText(p2: boolean): [int, number, number]; /** * @param p2 * @param p3 * @param p4 * @returns p0; p1 */ static uiFeedPostSampleToastWithAppLink(p2: boolean, p3: boolean, p4: boolean): [int, number, number]; /** * Example : https://pastebin.com/kAtEMQTD * * @param p2 * @param p3 * @returns p0; p1 */ static uiFeedPostSampleNotification(p2: int, p3: int): [int, number, number]; /** * Only used in R* SP Scripts * * @param p2 * @param p3 * @returns p0; p1 */ static N_0x18D6869FBFFEC0F8(p2: boolean, p3: boolean): [int, number, number]; /** * Example : https://pastebin.com/h1YzycuR * * @param p2 * @param p3 * @returns duration; data */ static uiFeedPostLocationShard(p2: boolean, p3: boolean): [int, number, number]; /** * @param feedChannel * @param p1 * @param p2 */ static N_0x6D85126F6CCF02C9(feedChannel: int, p1: int, p2: boolean): void; /** * @param p2 * @param p3 * @param collectableCategory * @returns p0; p1 */ static N_0xAFF5BE9BA496CE40(p2: boolean, p3: boolean, collectableCategory: string | number): [int, number, number]; /** * @param feedChannel * @returns */ static N_0xB7223B91CD6B7E07(feedChannel: int): boolean; } //# sourceMappingURL=Uifeed.d.ts.map