blender/source/gameengine/PyDoc/PhysicsConstraints.py
Dalai Felinto 580345394e BGE API_DOC: VideoTexture and PhysicsConstraints templates (need the functions to be filled with their description).
PhysicsConstraints is documented in the Game Kit Book:
http://download.blender.org/documentation/gamekit1/

VideoTexture is documented in the wiki:
http://wiki.blender.org/index.php/Dev:Source/GameEngine/2.49/VideoTexture

I don't think I will have time to fill the documentation. But I hope this commit helps someone interested in helping it.

Therefore volunteers to document those modules are highly welcome !!! (let's give to BGE the documentation it deserves)!

* + added GameLogic.Lave/LoadGlobalDict + some typo fixes
2010-01-10 19:35:42 +00:00

126 lines
1.3 KiB
Python

# $Id$
"""
Documentation for the PhysicsConstraints module.
Example:
import PhysicsConstraints
import GameLogic
"""
# TODO
# error
def createConstraint():
"""
Does something
@rtype:
"""
def getAppliedImpulse():
"""
Does something
@rtype:
"""
def getVehicleConstraint():
"""
Does something
@rtype:
"""
def removeConstraint():
"""
Does something
@rtype:
"""
def setCcdMode():
"""
Does something
@rtype:
"""
def setContactBreakingTreshold():
"""
Does something
@rtype:
"""
def setDeactivationAngularTreshold():
"""
Does something
@rtype:
"""
def setDeactivationLinearTreshold():
"""
Does something
@rtype:
"""
def setDeactivationTime():
"""
Does something
@rtype:
"""
def setDebugMode():
"""
Does something
@rtype:
"""
def setGravity():
"""
Does something
@rtype:
"""
def setLinearAirDamping():
"""
Does something
@rtype:
"""
def setNumIterations():
"""
Does something
@rtype:
"""
def setNumTimeSubSteps():
"""
Does something
@rtype:
"""
def setSolverDamping():
"""
Does something
@rtype:
"""
def setSolverTau():
"""
Does something
@rtype:
"""
def setSolverType():
"""
Does something
@rtype:
"""
def setSorConstant():
"""
Does something
@rtype:
"""
def setUseEpa():
"""
Does something
@rtype:
"""