MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getHeight

Method getHeight

source/render/MovableTextOverlay.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117Ogre::Real ChildOverlay::getHeight()
118{
119 if(mForcedHeight != -1)
120 return mForcedHeight;
121
122 return mTextHeight;
123}
124
125void ChildOverlay::update(Ogre::Real timeSincelastFrame)
126{

Callers 3

updateMethod · 0.45
mousePressedMethod · 0.45
mousePressedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected