# Functions

{% hint style="warning" %}
These items are provided as additional helpful notes about this addon. Support will not be provided for issues related to modifications made to the addon.
{% endhint %}

| Functions                                                   | Desc                                   | Scope |
| ----------------------------------------------------------- | -------------------------------------- | ----- |
| ▸ [**pl:GetBuild( )**](/developers/functions/getbuild.md)   | returns true of player in build mode   | 🟦    |
| ▸ [**pl:SetBuild( b )**](/developers/functions/setbuild.md) | sets build state on player             | 🟦    |
| ▸ [**pl:GetDmg( )**](/developers/functions/getdmg.md)       | returns damage done by player in build | 🟦    |
| ▸ [**pl:SetDmg( i )**](/developers/functions/setdmg.md)     | sets total damage done by player       | 🟦    |
| ▸ [**pl:AddDmg( i )**](/developers/functions/adddmg.md)     | adds damage to current damage          | 🟦    |


---

# Agent Instructions: 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:

```
GET https://builderx.rlib.io/developers/functions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
