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

Method setMaterialName

source/render/MovableTextOverlay.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void ChildOverlay::setMaterialName(const Ogre::String& materialName)
51{
52 if(mMaterialName == materialName)
53 return;
54
55 mMaterialName = materialName;
56 mOverlayContainer->setMaterialName(mMaterialName);
57}
58
59void ChildOverlay::setCaption(const Ogre::String& caption)
60{

Callers 7

CreatureOverlayStatusMethod · 0.80
updateHealthMethod · 0.80
updateStatusMethod · 0.80
createChildOverlayMethod · 0.80
rrRefreshTileMethod · 0.80
colourizeEntityMethod · 0.80
setEntityOpacityMethod · 0.80

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected