Uuid
Associated namespace: sm.uuid
A userdata object representing a uuid.
Functions:
Operations:
| Operation | Description |
|---|---|
| Uuid == Uuid | Checks if two uuids are equal. |
| tostring(Uuid) | Returns the uuid as a string. |
isNil()
Checks if the uuid is nil {00000000-0000-0000-0000-000000000000}
Returns:
| Type | Description |
|---|---|
| bool | True if the uuid is nil. |