forked from addonscript/addonscript-spec
20 lines
363 B
Markdown
20 lines
363 B
Markdown
# Install Object
|
|
|
|
```json
|
|
{
|
|
"action": "move",
|
|
"args": ["./mods"]
|
|
}
|
|
```
|
|
|
|
## Required properties
|
|
|
|
### action
|
|
|
|
This is the [install action](../concepts/install.md), which will be used at this installation step.
|
|
|
|
## Optional properties
|
|
|
|
### args
|
|
|
|
This is an array of arguments for the [install action](../concepts/install.md). Each of them takes other arguments.
|