> For the complete documentation index, see [llms.txt](https://mandor-labs.gitbook.io/mandor-labs-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mandor-labs.gitbook.io/mandor-labs-docs/achievement/api/achievement.md).

# Achievement

**Description**

This class handling Achievement

**Static Methods**

<table><thead><tr><th>Property</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:pink;">GetAchievement</mark></td><td>Get achievement</td><td></td></tr><tr><td><mark style="color:pink;">GetAchievements</mark></td><td>Get all achievements</td><td></td></tr></tbody></table>

**Public Field**

<table><thead><tr><th>Property</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:pink;">id</mark></td><td>Achievement id</td><td></td></tr><tr><td><mark style="color:pink;">name</mark></td><td>Achievement name of </td><td></td></tr><tr><td><mark style="color:pink;">description</mark></td><td>Achievement description </td><td></td></tr><tr><td><mark style="color:pink;">icon</mark></td><td>Achievement icon</td><td></td></tr><tr><td><mark style="color:pink;">tags</mark></td><td>Custom tags</td><td></td></tr><tr><td><mark style="color:pink;">optionLockedIcon</mark></td><td>Contain icon for achievement if locked</td><td></td></tr><tr><td><mark style="color:pink;">optionConsoleId</mark></td><td>Option Id for console achievement</td><td></td></tr><tr><td><mark style="color:pink;">optionAutoSave</mark></td><td>Auto save options</td><td></td></tr><tr><td><mark style="color:pink;">tracker</mark></td><td>Core tracker handler</td><td></td></tr><tr><td><mark style="color:pink;">components</mark></td><td>Custom components</td><td></td></tr></tbody></table>

**Public Property**

<table><thead><tr><th>Property</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:pink;">currentProgress</mark></td><td>current progress of achievement</td><td></td></tr><tr><td><mark style="color:pink;">totalProgress</mark></td><td>max progress of achievement</td><td></td></tr><tr><td><mark style="color:pink;">isUnlocked</mark></td><td>Check if achievement is unlocked</td><td></td></tr><tr><td><mark style="color:pink;">isTracking</mark></td><td>Check if achievement is tracking</td><td></td></tr><tr><td><mark style="color:pink;">timeUnlocked</mark></td><td>time when achievement is unlocked</td><td></td></tr><tr><td><mark style="color:pink;">state</mark></td><td>store save state of achievement</td><td></td></tr></tbody></table>

**Public Methods**

<table><thead><tr><th>Property</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:pink;">SetCurrentProgress</mark></td><td>Set current progress of achievement</td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mandor-labs.gitbook.io/mandor-labs-docs/achievement/api/achievement.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
