Quit

(Difference between revisions)
Jump to: navigation, search
Vegas (Talk | contribs)
(Created page with "Bind a key to quit the game Example : function onSceneUpdate() if isKeyPressed("K") then quit() end end")
Newer edit →

Revision as of 10:19, 8 November 2012

Bind a key to quit the game

Example :

   function onSceneUpdate()
       if isKeyPressed("K") then quit() end
   end
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox