This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/table.tostring.md

21 lines
355 B
Markdown
Raw Normal View History

2021-03-11 20:29:22 +00:00
Converts the contents of a table to a formatted string.
```lua
table.tostring(tbl, recurse)
```
### Parameters ###
- `tbl` is the table to be formatted.
- *recurse* is an optional integer indicating the depth of recursion
### Return Value ###
A string representing the formatted contents of the table.
### Availability ###
Premake 5.0 or later.