Difference between revisions of "Category:Physics Engine"

From Inspired-Lua Wiki
Jump to navigation Jump to search
(Created page with "Here are all the functions/methods available in the Physics Engine part of the API.<br /> Since it's based on Chipmunks Physics, [http://files.slembcke.net/chipmunk/release/Chipm...")
 
Line 3: Line 3:
  
 
This library is not included unless the statement "require ('physics')" is found at the top of the Lua script. See [[require]] for more details.
 
This library is not included unless the statement "require ('physics')" is found at the top of the Lua script. See [[require]] for more details.
 +
 +
 +
 +
<categorytree mode=pages>Physics_Engine</categorytree>

Revision as of 13:44, 6 June 2012

Here are all the functions/methods available in the Physics Engine part of the API.
Since it's based on Chipmunks Physics, its official documentation is worth of interest.

This library is not included unless the statement "require ('physics')" is found at the top of the Lua script. See require for more details.


<categorytree mode=pages>Physics_Engine</categorytree>