You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Improve to_string() and add it to Resource
This commit is contained in:
@@ -205,7 +205,7 @@ public:
|
||||
bool has_java_method(const StringName &p_method) const;
|
||||
|
||||
#ifdef ANDROID_ENABLED
|
||||
virtual String to_string() override;
|
||||
virtual String _to_string() override;
|
||||
#endif
|
||||
|
||||
JavaClass();
|
||||
@@ -232,7 +232,7 @@ public:
|
||||
bool has_java_method(const StringName &p_method) const;
|
||||
|
||||
#ifdef ANDROID_ENABLED
|
||||
virtual String to_string() override;
|
||||
virtual String _to_string() override;
|
||||
|
||||
jobject get_instance() { return instance; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user