27 lines
318 B
Markdown
27 lines
318 B
Markdown
|
resourcegenerator
|
||
|
|
||
|
```lua
|
||
|
resourcegenerator "value"
|
||
|
```
|
||
|
|
||
|
### Parameters ###
|
||
|
|
||
|
`value` one of:
|
||
|
* `internal` - needs documentation.
|
||
|
* `public` - needs documentation.
|
||
|
|
||
|
### Applies To ###
|
||
|
|
||
|
The `project` scope.
|
||
|
|
||
|
### Availability ###
|
||
|
|
||
|
Premake 5.0.0 alpha 12 or later.
|
||
|
|
||
|
### Examples ###
|
||
|
|
||
|
```lua
|
||
|
resourcegenerator "value"
|
||
|
```
|
||
|
|