Difference between revisions of "Category:Physics Engine"

From Inspired-Lua Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
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 />
<categorytree mode=pages>Physics_Engine</categorytree>
+
<br />
 +
<br />

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>