achievements.BalloonPopped
From GMod Wiki
| Function | |
| Syntax |
achievements.BalloonPopped( ) Where is this used? |
| Description: | |
| Tells the client that balloon has popped. | |
| Returns: | Number Achievements |
| Part of Library: | Achievements |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Achievements.BalloonPopped]Achievements.BalloonPopped [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Unlocks the "Popper" achievement. |
|---|---|
| Used on | |
| Code | for i = 1,1000 do achievements.BalloonPopped() end |
| Output | N/A |