Facebook
From KosovoFC123, 2 Months ago, written in Plain Text.
This paste is a reply to Re: Untitled from KosovoFC123 - view diff
Embed
Download Paste or View Raw
Hits: 290
  1. function init(self)
  2.    -- Add initialization code here
  3.    -- Remove this function if not needed
  4. end
  5.  
  6. function final(self)
  7.    -- Add finalization code here
  8.    -- Remove this function if not needed
  9. end
  10.  
  11. function update(self, dt)
  12.    -- Add update code here
  13.    -- Remove this function if not needed
  14. end
  15.  
  16. function on_message(self, message_id, message, sender)
  17.    -- Add message-handling code here
  18.    -- Remove this function if not needed
  19. end
  20.  
  21. function on_input(self, action_id, action)
  22.    -- Add input-handling code here
  23.    -- Remove this function if not needed
  24. end
  25.  
  26. function on_reload(self)
  27.    -- Add input-handling code here
  28.    -- Remove this function if not needed
  29. end