diff --git a/HUD/EndTextCommandThefeedPostMessagetextTu.md b/HUD/EndTextCommandThefeedPostMessagetextTu.md index aca1c93e8..2972dba31 100644 --- a/HUD/EndTextCommandThefeedPostMessagetextTu.md +++ b/HUD/EndTextCommandThefeedPostMessagetextTu.md @@ -6,12 +6,9 @@ aliases: ["0x1E6611149DB3DB6B","_SET_NOTIFICATION_MESSAGE_4"] ```c // 0x1E6611149DB3DB6B 0x0EB382B7 -int END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT_TU(char* picTxd, char* picTxn, BOOL flash, int iconType, char* nameStr, char* subtitleStr, float duration); +int END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT_TU(char* picTxd, char* picTxn, BOOL flash, int iconType, char* nameStr, char* subtitleStr, float durationMultiplier); ``` -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. - - Example, only occurrence in the scripts: ``` @@ -19,8 +16,6 @@ v_8 = UI::END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT_TU("CHAR_SOCIAL_CLUB", "CHAR ``` Example result: - - ![](https://i.imgur.com/YrN4Bcm.png) @@ -28,9 +23,9 @@ Example result: * **picTxd**: * **picTxn**: * **flash**: -* **iconType**: +* **iconType**: The icon type, you can find those here: [`END_TEXT_COMMAND_THEFEED_POST_MESSAGETEXT`](#_0x1CCD9A37359072CF) * **nameStr**: * **subtitleStr**: -* **duration**: +* **durationMultiplier**: 1.0 is normal, 2.0 is twice as long, and 0.5 is half its normal display time. ## Return value