MovableType        

The method Ogre::MovableObject::getMovableType() returns the String of the MovableType, which is useful e.g. with ray queries.

Possible movable types:

"BillboardChain"
"BillboardSet"
"Camera"
"Entity"
"Frustum"
"Light"
"ManualObject"
"MovablePlane"
"ParticleSystem"
"RibbonTrail"
"SimpleRenderable"
"TerrainMipMap"     // related to TerrainSceneManager?


Unknown strings for return of:

InstancedGeometry::BatchInstance
StaticGeometry::Region
TerrainQuadTreeNode::Movable


Possible return of plugins:

"TerrainSceneManager"
"OctreeSceneManager"
"BspSceneManager"
"DefaultSceneManager"


Unknown return of Ogre Terrain Component and possible Ogre Paging Component.