Help Notification

image

Usage

C#

ShowHelpNotification(string helpText) // this needs to be called per frame
ShowHelpNotification(string helpText, int time) // this doesn't need to be called per frame!

Lua

:ShowHelpNotification(helpText, time)