Tumble files around a bit
This commit is contained in:
5
WeakAuras/Snippets/ToHex.lua
Normal file
5
WeakAuras/Snippets/ToHex.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
local function tohex(input)
|
||||
local output = string.format("%x", input * 256)
|
||||
return output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user