LLEvents:on("email", function(Time: string, Address: string, Subject: string, Body: string, NumberRemaining: number) -- ...end)This event is triggered when an email sent to this script arrives.
The number remaining tells how many more emails are known to be still pending.
Parameters
-
Time(string) -
Address(string) -
Subject(string) -
Body(string) -
NumberRemaining(number)
Examples
Section titled “Examples”Add example usage here showing how to handle the email event in SLua/Luau.
Add additional notes, caveats, or tips specific to using this event in SLua/Luau.
See Also
Section titled “See Also”- Related events and functions can be linked here
- LSL equivalent: email