achievements.Count
From GMod Wiki
| Function | |
| Syntax |
achievements.Count( ) Where is this used? |
| Description: | |
| Lists the amount of achievements. | |
| Returns: | Number Achievements |
| Part of Library: | Achiv |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Achievements.Count]Achievements.Count [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Simply prints how many achievements there are currently in Garry's Mod |
|---|---|
| Used on | |
| Code | print(achievements.Count()) |
| Output | Outputs how many achievements are in Garry's Mod to console. |