mirror of
https://github.com/godotengine/godot
synced 2024-11-02 11:59:10 +00:00
Update object.h
This commit is contained in:
parent
3c67e22c3d
commit
9cca88eb92
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ public:
|
|||
StringName XL_MESSAGE(const StringName& p_message) const; //translate message (internationalization)
|
||||
StringName tr(const StringName& p_message) const; //translate message (alternative)
|
||||
|
||||
bool _is_queued_for_deletion; // set to true by SceneTree::queue_delete(), and returned by
|
||||
bool _is_queued_for_deletion; // set to true by SceneTree::queue_delete()
|
||||
bool is_queued_for_deletion() const;
|
||||
|
||||
_FORCE_INLINE_ void set_message_translation(bool p_enable) { _can_translate=p_enable; }
|
||||
|
|
Loading…
Reference in a new issue