SendNotification (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>JulienDethurens
Syntax highlighting.
>Tenal
No edit summary
Line 37: Line 37:
  guiService:SendNotification(title, message, picture, timeout, callback) --> Unknown exception</code>
  guiService:SendNotification(title, message, picture, timeout, callback) --> Unknown exception</code>
}}
}}
*NOTE: Currently used by ROBLOX to send friend requests.
*NOTE: Currently used by ROBLOX to send friend requests and to change the graphics quality.

Revision as of 03:13, 19 January 2012

Protected:This item is protected. Attempting to use it in a Script or LocalScript will cause an error.
SendNotification( String title, String message, Content picture, Number timeout, Function callback )
Returns nil
Description: Sends a notification through the GuiService which then creates a NotificationBox inside of game.CoreGui.RobloxGui.ControlFrame.NotificationBox to match your arguments.
Member of: GuiService


Example
{{{1}}}
  • NOTE: Currently used by ROBLOX to send friend requests and to change the graphics quality.