31 lines
489 B
Markdown
31 lines
489 B
Markdown
|
checkaction - This page was auto-generated. Feel free to help us improve the documentation by creating a pull request.
|
||
|
|
||
|
```lua
|
||
|
checkaction (value)
|
||
|
```
|
||
|
|
||
|
### Parameters ###
|
||
|
|
||
|
`value` is one of:
|
||
|
|
||
|
* `Default`: needs documentation
|
||
|
* `D`: needs documentation
|
||
|
* `C`: needs documentation
|
||
|
* `Halt`: needs documentation
|
||
|
* `Context`: needs documentation
|
||
|
|
||
|
## Applies To ###
|
||
|
|
||
|
The `config` scope.
|
||
|
|
||
|
### Availability ###
|
||
|
|
||
|
Premake 5.0.0 alpha 16 or later.
|
||
|
|
||
|
### Examples ###
|
||
|
|
||
|
```lua
|
||
|
checkaction (value)
|
||
|
```
|
||
|
|