Garry's Mod Wiki

Garry's Mod Wiki

  achievements.GetCount( number achievementID )

Description

Retrieves progress of given achievement

Arguments

1 number achievementID
The ID of achievement to retrieve progress of. Note: IDs start from 0, not 1.

Example

Will print achievement progress for all of your achievements into console

for i = 0, achievements.Count() - 1 do print( achievements.GetCount( i ) ) end
Output: Prints achievement progress for all of your achievements into console. Note: Non-progress based achievements will have 0, even if they are completed

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated four times a day. Edits and history are not available.

Last Parsed: Loading...