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

Method updateStatsWindow

source/entities/Creature.cpp:1904–1911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1902}
1903
1904void Creature::updateStatsWindow(const std::string& txt)
1905{
1906 if (mStatsWindow == nullptr)
1907 return;
1908
1909 CEGUI::Window* textWindow = mStatsWindow->getChild("TextDisplay");
1910 textWindow->setText(txt);
1911}
1912
1913std::string Creature::getStatsText()
1914{

Callers 1

processMessageMethod · 0.80

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected