1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-23 12:45:43 +02:00

Show infotext with description for item entities

This commit is contained in:
RealBadAngel
2016-01-08 15:59:36 +01:00
committed by paramat
parent eb6e2c11b1
commit 87291ea44a
7 changed files with 21 additions and 2 deletions

View File

@@ -201,6 +201,11 @@ public:
float time_from_last_punch=1000000);
std::string debugInfoText();
std::string infoText()
{
return m_prop.infotext;
}
};