1 Addonscript Object
Timo Ley edited this page 2020-05-19 22:42:38 +02:00

asversion Type: int Description: This is the version of addonscript you are using.

id Type: string Description: This is the ID of your addon. When you are using Addonscript in a repository, this should be unique in the repository.

type Type: string Description: This is the type of your addon. It can be modpack or mod for example.

meta Type: Meta Object Description: This are some general informations about your addon, that are not needed for the software, only for other users.

extScript Type: string Description: Here you can place a link to a Addonscript file, which should be used instead of this one. Useful when you are hosting your Addonscript file online.

versions Type: Array of Version Object Description: This are the versions of your addon. Each Version Object represents one version.

repositories Type: Array of Repository Object Description: This are the repositories, which are used in your addonscript file.

installers Type: Array of Installer Object Description: The are the external Python installer, which are used in your addonscript file.