Checks to see if the achievement has been completed.
Namespace: PlanetbaseAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic abstract bool check()
Public MustOverride Function check As Boolean
public:
virtual bool check() abstract
Return Value
Type:
BooleanTrue if the conditions are met, false otherwise.
See Also