Uuid
Associated namespace: sm.uuid
A userdata object representing a uuid.
Operations:Operation | Description |
---|---|
Uuid == Uuid | Checks if two uuids are equal. |
tostring( Uuid ) | Returns the uuid as a string. |
Functions
isNil
uuid:isNil()
Server-Only
Returns whether the uuid is nil {00000000-0000-0000-0000-000000000000}
.
uuid
[ Uuid ]: The uuid.
- [ bool ]: Whether the UUID is a nil UUID or not.