Keys

A table full with all the known keys

Example

for k,v in pairs(HRLib.Keys) do
    print('Key Name', k, 'Key Index', v)
end

Last updated