mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Improve to_string() and add it to Resource
This commit is contained in:
parent
9a5d6d1049
commit
e6783dbdd1
13 changed files with 53 additions and 61 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue