mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
scripting rework
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
||||
void appendCharacter(char c);
|
||||
void removeCharacter(bool right);
|
||||
|
||||
const std::string& getText() const { return m_text; }
|
||||
std::string getText() const { return m_text; }
|
||||
|
||||
Font *getFont() const { return m_font; }
|
||||
int getTextPos(Point pos);
|
||||
|
Reference in New Issue
Block a user