random_uuid
Este exports cria uma UUID v4 no formato xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx
local uuid = exports.hydrus:random_uuid()
--'6f96d796-ab18-4817-8637-ef1e9098e30'
print(uuid)
Last updated
Este exports cria uma UUID v4 no formato xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx
local uuid = exports.hydrus:random_uuid()
--'6f96d796-ab18-4817-8637-ef1e9098e30'
print(uuid)
Last updated