mirror of
https://github.com/edubart/otclient.git
synced 2025-12-16 05:39:47 +01: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