2021-06-23 22:06:21 +02:00
|
|
|
# AddonScript Object
|
|
|
|
|
|
|
|
``` json
|
|
|
|
{
|
2021-07-18 12:32:57 +02:00
|
|
|
"version": 2
|
2021-06-23 22:06:21 +02:00
|
|
|
}
|
|
|
|
```
|
|
|
|
|
2021-11-14 00:17:32 +01:00
|
|
|
Future fields may be added.
|
|
|
|
|
|
|
|
# Required properties
|
|
|
|
|
|
|
|
## version
|
|
|
|
This is the version of the addonscript format the file is written in.
|
|
|
|
|
|
|
|
The specification you are reading is for version 2. Version 1 is an old version which is deprecated,
|
|
|
|
and doesn't have to be (and shouldn't be) implemented by tools using addonscript.
|
|
|
|
|