Get animation frame rate with python?

I’m looking for a way to get the animation frame rate through python, and I don’t see a solution in the API, so I was wondering if anyone knew of some undocumented solution? If not is there a way I can save the animation frame rate to a property before the game is built and then access that property during the game?

Thanks
Kevin Corrigan

hmmm,

action frame this frame vs action frame last frame?

Ya I guess I could probably figure it out doing something like that, I guess I was just hoping you could access that information in the bge somehow.

I’m not sure about the frame rate, but there IS a way to get/set the logic tic rate which may or may not tie into the frame rate?