blender/source/gameengine/PyDoc
Campbell Barton 31aa43da97 Adding GameObject setLinearVelocity(), without this interacting with objects requires them to have logic bricks to apply force which doesn't work well when the character is in a seperate blend file to the levels. (its also messy to have a script & multiple motion actuators on each object you can pickup and throw).
This is also needed for removing any force that existed before suspending dynamics - In the case of franky hanging, resuming dynamics when he fell would apply the velocity he had when grabbing making dropping to the ground work unpredictably. 

Also note in pydocs that enable/disable rigidbody physics doesn't work with bullet yet.
2008-07-03 01:34:50 +00:00
..
BL_ActionActuator.py
epy_docgen.sh replacing epydoc generation script with one copied from bpy docs 2008-05-20 05:55:12 +00:00
GameKeys.py
GameLogic.py fix BGE bug #8668: Behavior of os.getcwd() is not consistent between operating systems 2008-05-11 18:45:30 +00:00
KX_Camera.py
KX_CameraActuator.py
KX_CDActuator.py
KX_ConstraintActuator.py
KX_GameActuator.py
KX_GameObject.py Adding GameObject setLinearVelocity(), without this interacting with objects requires them to have logic bricks to apply force which doesn't work well when the character is in a seperate blend file to the levels. (its also messy to have a script & multiple motion actuators on each object you can pickup and throw). 2008-07-03 01:34:50 +00:00
KX_IpoActuator.py
KX_Light.py
KX_MeshProxy.py
KX_MouseFocusSensor.py
KX_NearSensor.py
KX_NetworkMessageActuator.py
KX_NetworkMessageSensor.py
KX_ObjectActuator.py
KX_ParentActuator.py
KX_PolygonMaterial.py
KX_RadarSensor.py
KX_RaySensor.py
KX_SCA_AddObjectActuator.py
KX_SCA_EndObjectActuator.py
KX_SCA_ReplaceMeshActuator.py
KX_Scene.py
KX_SceneActuator.py
KX_SoundActuator.py
KX_TouchSensor.py
KX_TrackToActuator.py
KX_VertexProxy.py
KX_VisibilityActuator.py
Rasterizer.py
SCA_AlwaysSensor.py
SCA_ANDController.py
SCA_IActuator.py
SCA_IController.py
SCA_ILogicBrick.py
SCA_ISensor.py
SCA_KeyboardSensor.py
SCA_MouseSensor.py
SCA_ORController.py
SCA_PropertyActuator.py
SCA_PropertySensor.py
SCA_PythonController.py BGE python api addition, GameObject get/setState and Controller.getState() 2008-06-29 21:52:23 +00:00
SCA_RandomActuator.py
SCA_RandomSensor.py
WhatsNew.py