@citizenfx/client 2.0.7190-1 → 2.0.7199-1
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/natives_universal.d.ts +9 -6
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -8385,35 +8385,38 @@ declare function SetNotificationMessage_3(txdName: string, textureName: string,
|
|
|
8385
8385
|
declare function EndTextCommandThefeedPostMessagetextEntry(txdName: string, textureName: string, flash: boolean, iconType: number, sender: string, subject: string): number;
|
|
8386
8386
|
|
|
8387
8387
|
/**
|
|
8388
|
-
* NOTE: 'duration' is a multiplier, so 1.0 is normal, 2.0 is twice as long (very slow), and 0.5 is half as long.
|
|
8389
8388
|
* Example, only occurrence in the scripts:
|
|
8390
8389
|
* ```
|
|
8391
8390
|
* v_8 = UI::END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT_TU("CHAR_SOCIAL_CLUB", "CHAR_SOCIAL_CLUB", 0, 0, &v_9, "", a_5);
|
|
8392
8391
|
* ```
|
|
8393
8392
|
* Example result:
|
|
8394
8393
|
* 
|
|
8394
|
+
* @param iconType The icon type, you can find those here: [`END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT`](#\_0x1CCD9A37359072CF)
|
|
8395
|
+
* @param durationMultiplier 1.0 is normal, 2.0 is twice as long, and 0.5 is half its normal display time.
|
|
8395
8396
|
*/
|
|
8396
|
-
declare function EndTextCommandThefeedPostMessagetextTu(picTxd: string, picTxn: string, flash: boolean, iconType: number, nameStr: string, subtitleStr: string,
|
|
8397
|
+
declare function EndTextCommandThefeedPostMessagetextTu(picTxd: string, picTxn: string, flash: boolean, iconType: number, nameStr: string, subtitleStr: string, durationMultiplier: number): number;
|
|
8397
8398
|
/**
|
|
8398
|
-
* NOTE: 'duration' is a multiplier, so 1.0 is normal, 2.0 is twice as long (very slow), and 0.5 is half as long.
|
|
8399
8399
|
* Example, only occurrence in the scripts:
|
|
8400
8400
|
* ```
|
|
8401
8401
|
* v_8 = UI::END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT_TU("CHAR_SOCIAL_CLUB", "CHAR_SOCIAL_CLUB", 0, 0, &v_9, "", a_5);
|
|
8402
8402
|
* ```
|
|
8403
8403
|
* Example result:
|
|
8404
8404
|
* 
|
|
8405
|
+
* @param iconType The icon type, you can find those here: [`END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT`](#\_0x1CCD9A37359072CF)
|
|
8406
|
+
* @param durationMultiplier 1.0 is normal, 2.0 is twice as long, and 0.5 is half its normal display time.
|
|
8405
8407
|
*/
|
|
8406
|
-
declare function N_0x1e6611149db3db6b(picTxd: string, picTxn: string, flash: boolean, iconType: number, nameStr: string, subtitleStr: string,
|
|
8408
|
+
declare function N_0x1e6611149db3db6b(picTxd: string, picTxn: string, flash: boolean, iconType: number, nameStr: string, subtitleStr: string, durationMultiplier: number): number;
|
|
8407
8409
|
/**
|
|
8408
|
-
* NOTE: 'duration' is a multiplier, so 1.0 is normal, 2.0 is twice as long (very slow), and 0.5 is half as long.
|
|
8409
8410
|
* Example, only occurrence in the scripts:
|
|
8410
8411
|
* ```
|
|
8411
8412
|
* v_8 = UI::END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT_TU("CHAR_SOCIAL_CLUB", "CHAR_SOCIAL_CLUB", 0, 0, &v_9, "", a_5);
|
|
8412
8413
|
* ```
|
|
8413
8414
|
* Example result:
|
|
8414
8415
|
* 
|
|
8416
|
+
* @param iconType The icon type, you can find those here: [`END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT`](#\_0x1CCD9A37359072CF)
|
|
8417
|
+
* @param durationMultiplier 1.0 is normal, 2.0 is twice as long, and 0.5 is half its normal display time.
|
|
8415
8418
|
*/
|
|
8416
|
-
declare function SetNotificationMessage_4(picTxd: string, picTxn: string, flash: boolean, iconType: number, nameStr: string, subtitleStr: string,
|
|
8419
|
+
declare function SetNotificationMessage_4(picTxd: string, picTxn: string, flash: boolean, iconType: number, nameStr: string, subtitleStr: string, durationMultiplier: number): number;
|
|
8417
8420
|
|
|
8418
8421
|
/**
|
|
8419
8422
|
* List of picNames pastebin.com/XdpJVbHz
|