Emaildelete (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Slash Command ==
 
{{SlashCommandArticle|command=emaildelete|options=number|note=Delete specified message}}
{{Bindcommand|emaildelete|number}}
: Delete specified message


{| class=wikitable style="border-style: solid black; border-width: 2px;border-color: black"
{| class=wikitable style="border-style: solid black; border-width: 2px;border-color: black"
|-
|-
|<span style="color:red">Internal Command.</span> This command is used exclusively by the game system. {{slashcommand|emaildelete}} requires the indexed Message ID number for each email, and that information is not accessible to players.
|<span style="color:red">Internal Command.</span> This command requires the Message ID number for each email, and that information is not accessible to players.
|}
|}
'''Note:''' The unique message_ID of each email appears to be a randomly generated number, and according to the game files, it utilizes an unsigned 64 bit process (U64) to do this. This means that an email message could have an ID number anywhere from 0 to 2^64-1 (2 to the 64th power minus 1). That's 0 to 18,446,744,073,709,551,615. The ID number could be anything within that huge range, and the likelihood that it's a manageable number between 0-100 is possible but very, very low. This effectively makes the message ID number of any email message impossible to figure out. Any slash command that requires a message ID number is therefore also impossible for players to use, including {{slashcommand|emailread}} and {{slashcommand|emaildelete}} which both require message ID numbers.

Latest revision as of 21:18, 28 December 2022

emaildelete number

Delete specified message
Internal Command. This command requires the Message ID number for each email, and that information is not accessible to players.