Uuid

A userdata object representing a uuid.

Operations:

Operation Returns Description
Uuid == Uuid boolean Checks if two uuids are equal.
tostring(Uuid) string Returns the uuid as a string.

Functions

isNil

uuid:isNil(  )

Checks if the uuid is nil {00000000-0000-0000-0000-000000000000}

Returns:

Type Description
boolean True if the uuid is nil.