About 2.5 Cameras

In Blender 2.5, are they going to include some kind of Python method that allows us to change the scale of Orthographic Cameras?

Does no one know?

try this in the python console

bpy.data.cameras[‘Camera’].ortho_scale = 2

the [‘Camera’] is the name of the camera
the value 2 can be changed to whatever you want (like a variable)

Im talking about the Game Engine. Is there anyway to do that in there?