achievements.GetDesc
From GMod Wiki
Function | |
Syntax |
achievements.GetDesc( Number AchievementID ) Where is this used? |
Description: | |
Returns the description of the achievement. | |
Returns: | String Description |
Part of Library: | Achiv |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Achievements.GetDesc]Achievements.GetDesc [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Prints how to get the achievement |
---|---|
Used on | |
Code | print("Description: " .. achievements.GetDesc(5)) |
Output | How to get the achievement. |