> 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/achievementtracker.md).

# AchievementTracker

**Description**

This class handling how achievement tracking progress

**Public Field**

<table><thead><tr><th>Property</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:pink;">name</mark></td><td>Name of the tracker</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;">achievement</mark></td><td>Reference to achievement</td><td></td></tr><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;">isComplete</mark></td><td>Check if tracker is complete</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 tracker</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/achievementtracker.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.
