Skip to main content

Uuid

Associated namespace: sm.uuid

A userdata object representing a uuid.

Operations:
OperationDescription
Uuid == UuidChecks 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}.

Arguments:
Returns:
  • [ bool ]: Whether the UUID is a nil UUID or not.