GameGetAchievementProgress Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets the progress of the specified achievement.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static int GetAchievementProgress(
	Achievement achievement
)

Parameters

achievement
Type: RageAchievement
The achievement identifier.

Return Value

Type: Int32
A 32-bit signed integer representing the progress of the achievement.
See Also

Reference