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

Method forceTextArea

source/render/MovableTextOverlay.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ChildOverlay::forceTextArea(Ogre::Real textWidth, Ogre::Real textHeight)
70{
71 mForcedWidth = textWidth;
72 mForcedHeight = textHeight;
73}
74
75void ChildOverlay::computeTextArea()
76{

Callers 1

CreatureOverlayStatusMethod · 0.80

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected