> For the complete documentation index, see [llms.txt](https://scripting.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.breeze.rip/api/functions/script.metadata.md).

# script.metadata

> **metadata**(`callback`): `void`

Register a callback to provide script metadata, this metadata can be displayed in the arraylist.

### Parameters

#### callback

`Function`

The function to run for retrieving metadata.

### Returns

`void`

### Remarks

This can only be used while the script is initializing.
