Difference between revisions of "Notification - Debug"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>Fg109 m (added note) |
||
Line 21: | Line 21: | ||
Debug.Notification("Hello, world!") | Debug.Notification("Hello, world!") | ||
</source> | </source> | ||
== Notes == | |||
*Notification will be truncated upon encountering "<". | |||
== See Also == | == See Also == |
Revision as of 15:42, 14 May 2012
Member of: Debug Script
Displays a notification in the top-left corner of the screen.
Syntax
Function Notification(string asNotificationText) native global
Parameters
- asNotificationText: The text that should be displayed in the top-left corner.
Return Value
None
Examples
; Display the class 'hello world' notification
Debug.Notification("Hello, world!")
Notes
- Notification will be truncated upon encountering "<".