Advertisement
captmicro

Untitled

Jun 24th, 2010
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. --plugin structure:
  2. --plugin = {}
  3. --plugin.name = "Plugin Name"
  4. --plugin.key  = KEY.F1
  5. --function plugin.load(self) end
  6. --function plugin.unload(self) end [NOT IMPLEMENTED]
  7. --function plugin.enable(self) end [NOT IMPLEMENTED]
  8. --function plugin.disable(self) end [NOT IMPLEMENTED]
  9. --function plugin.loop(self) end [NOT IMPLEMENTED]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement