Uuid

Associated namespace: sm.uuid

A userdata object representing a uuid.

Functions:

Operations:

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

TypeDescription
boolTrue if the uuid is nil.