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.

Last updated