> For the complete documentation index, see [llms.txt](https://builderx.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://builderx.rlib.io/developers/functions.md).

# 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          | 🟦    |
