Access physics settings in python?

Is there a way to access a material’s physics settings (such as friction, fh force, etc.) in Python within the game engine? I’ve searched, but have not found code to do this.

I tried getting the object’s material and using material.physics.friction, but that always comes out 0.5 no matter what the friction is set to.

Thanks for any help

Bump :rolleyes:

Sorry, I don’t know of a way… A Google search didn’t really turn anything up. Since you can access at least some variables in Python, then perhaps it’s possible, but just broken right now (or maybe you have to refresh the material beforehand, or something like that).