Initial community commit

This commit is contained in:
Jef
2024-09-24 14:54:57 +02:00
parent 537bcbc862
commit 20d28e80a5
16810 changed files with 4640254 additions and 2 deletions
@@ -0,0 +1,17 @@
Returns a [Universally Unique Identifier](http://en.wikipedia.org/wiki/UUID).
```lua
id = os.uuid(name)
```
### Parameters ###
`name` is an optional string value. If provided, it will be used to create a deterministic, hash-based identifier.
### Return Value ###
A new UUID, a string value with the format <b>74CFC033-FA4D-4B1E-A871-7DC48FA36769</b>.
### Availability ###
Premake 4.0 or later.