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