notification.AddProgress
From GMod Wiki
| Function | |
| Syntax |
notification.AddProgress( Var UID, String Text ) Where is this used? |
| Description: | |
| Adds a notification with an animated progress bar. | |
| Returns: | nil |
| Part of Library: | Notification |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Notification.AddProgress]Notification.AddProgress [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- UID can be any type of value.
- Using the same UID for multiple notifications without removing the first notification will cause the first notification to break and stay on the screen.
- These notifications are removed with notification.Kill.