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...")
 
 
(2 intermediate revisions by the same user not shown)
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.
 +
 +
 +
Here is a tree-organized list of the Physics Engine API :
 +
<categorytree mode=pages>Physics_Engine</categorytree>
 +
 +
<br />
 +
<br />
 +
<br />

Latest revision as of 13:48, 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.


Here is a tree-organized list of the Physics Engine API : <categorytree mode=pages>Physics_Engine</categorytree>