Skip to content

Instantly share code, notes, and snippets.

@Adrodoc
Last active April 24, 2017 22:05
Show Gist options
  • Save Adrodoc/a532a79bc8ceb459a21f23e4a17e084c to your computer and use it in GitHub Desktop.
Save Adrodoc/a532a79bc8ceb459a21f23e4a17e084c to your computer and use it in GitHub Desktop.
-- gist.a532a79bc8ceb459a21f23e4a17e084c.scribble
if adrodoc55 == nil then
require "gist.5812f439642a1d4a9d89cdb75b38a13a.adrodoc55"
end
function scribble(eventType)
local q = Events.register(eventType)
for e in q.next do
print(str(e))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment