mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
ClientActiveObject::debugInfoText()
This commit is contained in:
parent
f60a5ec08f
commit
8c01ad8a9d
2 changed files with 7 additions and 2 deletions
|
@ -65,6 +65,7 @@ public:
|
|||
virtual void processMessage(const std::string &data){}
|
||||
|
||||
virtual std::string infoText() {return "";}
|
||||
virtual std::string debugInfoText() {return "";}
|
||||
|
||||
/*
|
||||
This takes the return value of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue