GameHasAchievementBeenPassed Method

RAGE Plugin Hook Documentation

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

Determines whether the specified achievement has been passed.

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

public static bool HasAchievementBeenPassed(
	Achievement achievement
)

Parameters

achievement
Type: RageAchievement
The achievement identifier.

Return Value

Type: Boolean
true if the achievement has been passed; otherwise, false
See Also

Reference