class_object.rst 93 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/Object.xml.
  6. .. _class_Object:
  7. Object
  8. ======
  9. **Inherited By:** :ref:`AudioServer<class_AudioServer>`, :ref:`CameraServer<class_CameraServer>`, :ref:`ClassDB<class_ClassDB>`, :ref:`DisplayServer<class_DisplayServer>`, :ref:`EditorFileSystemDirectory<class_EditorFileSystemDirectory>`, :ref:`EditorInterface<class_EditorInterface>`, :ref:`EditorPaths<class_EditorPaths>`, :ref:`EditorSelection<class_EditorSelection>`, :ref:`EditorUndoRedoManager<class_EditorUndoRedoManager>`, :ref:`EditorVCSInterface<class_EditorVCSInterface>`, :ref:`Engine<class_Engine>`, :ref:`EngineDebugger<class_EngineDebugger>`, :ref:`GDExtensionManager<class_GDExtensionManager>`, :ref:`Geometry2D<class_Geometry2D>`, :ref:`Geometry3D<class_Geometry3D>`, :ref:`GodotSharp<class_GodotSharp>`, :ref:`Input<class_Input>`, :ref:`InputMap<class_InputMap>`, :ref:`IP<class_IP>`, :ref:`JavaClassWrapper<class_JavaClassWrapper>`, :ref:`JavaScriptBridge<class_JavaScriptBridge>`, :ref:`JNISingleton<class_JNISingleton>`, :ref:`JSONRPC<class_JSONRPC>`, :ref:`MainLoop<class_MainLoop>`, :ref:`Marshalls<class_Marshalls>`, :ref:`MovieWriter<class_MovieWriter>`, :ref:`NavigationMeshGenerator<class_NavigationMeshGenerator>`, :ref:`NavigationServer2D<class_NavigationServer2D>`, :ref:`NavigationServer3D<class_NavigationServer3D>`, :ref:`Node<class_Node>`, :ref:`OpenXRExtensionWrapperExtension<class_OpenXRExtensionWrapperExtension>`, :ref:`OpenXRInteractionProfileMetadata<class_OpenXRInteractionProfileMetadata>`, :ref:`OS<class_OS>`, :ref:`Performance<class_Performance>`, :ref:`PhysicsDirectBodyState2D<class_PhysicsDirectBodyState2D>`, :ref:`PhysicsDirectBodyState3D<class_PhysicsDirectBodyState3D>`, :ref:`PhysicsDirectSpaceState2D<class_PhysicsDirectSpaceState2D>`, :ref:`PhysicsDirectSpaceState3D<class_PhysicsDirectSpaceState3D>`, :ref:`PhysicsServer2D<class_PhysicsServer2D>`, :ref:`PhysicsServer2DManager<class_PhysicsServer2DManager>`, :ref:`PhysicsServer3D<class_PhysicsServer3D>`, :ref:`PhysicsServer3DManager<class_PhysicsServer3DManager>`, :ref:`PhysicsServer3DRenderingServerHandler<class_PhysicsServer3DRenderingServerHandler>`, :ref:`ProjectSettings<class_ProjectSettings>`, :ref:`RefCounted<class_RefCounted>`, :ref:`RenderingDevice<class_RenderingDevice>`, :ref:`RenderingServer<class_RenderingServer>`, :ref:`ResourceLoader<class_ResourceLoader>`, :ref:`ResourceSaver<class_ResourceSaver>`, :ref:`ResourceUID<class_ResourceUID>`, :ref:`ScriptLanguage<class_ScriptLanguage>`, :ref:`TextServerManager<class_TextServerManager>`, :ref:`ThemeDB<class_ThemeDB>`, :ref:`TileData<class_TileData>`, :ref:`Time<class_Time>`, :ref:`TranslationServer<class_TranslationServer>`, :ref:`TreeItem<class_TreeItem>`, :ref:`UndoRedo<class_UndoRedo>`, :ref:`WorkerThreadPool<class_WorkerThreadPool>`, :ref:`XRServer<class_XRServer>`
  10. Base class for all other classes in the engine.
  11. .. rst-class:: classref-introduction-group
  12. Description
  13. -----------
  14. An advanced :ref:`Variant<class_Variant>` type. All classes in the engine inherit from Object. Each class may define new properties, methods or signals, which are available to all inheriting classes. For example, a :ref:`Sprite2D<class_Sprite2D>` instance is able to call :ref:`Node.add_child<class_Node_method_add_child>` because it inherits from :ref:`Node<class_Node>`.
  15. You can create new instances, using ``Object.new()`` in GDScript, or ``new GodotObject`` in C#.
  16. To delete an Object instance, call :ref:`free<class_Object_method_free>`. This is necessary for most classes inheriting Object, because they do not manage memory on their own, and will otherwise cause memory leaks when no longer in use. There are a few classes that perform memory management. For example, :ref:`RefCounted<class_RefCounted>` (and by extension :ref:`Resource<class_Resource>`) deletes itself when no longer referenced, and :ref:`Node<class_Node>` deletes its children when freed.
  17. Objects can have a :ref:`Script<class_Script>` attached to them. Once the :ref:`Script<class_Script>` is instantiated, it effectively acts as an extension to the base class, allowing it to define and inherit new properties, methods and signals.
  18. Inside a :ref:`Script<class_Script>`, :ref:`_get_property_list<class_Object_private_method__get_property_list>` may be overridden to customize properties in several ways. This allows them to be available to the editor, display as lists of options, sub-divide into groups, save on disk, etc. Scripting languages offer easier ways to customize properties, such as with the :ref:`@GDScript.@export<class_@GDScript_annotation_@export>` annotation.
  19. Godot is very dynamic. An object's script, and therefore its properties, methods and signals, can be changed at run-time. Because of this, there can be occasions where, for example, a property required by a method may not exist. To prevent run-time errors, see methods such as :ref:`set<class_Object_method_set>`, :ref:`get<class_Object_method_get>`, :ref:`call<class_Object_method_call>`, :ref:`has_method<class_Object_method_has_method>`, :ref:`has_signal<class_Object_method_has_signal>`, etc. Note that these methods are **much** slower than direct references.
  20. In GDScript, you can also check if a given property, method, or signal name exists in an object with the ``in`` operator:
  21. ::
  22. var node = Node.new()
  23. print("name" in node) # Prints true
  24. print("get_parent" in node) # Prints true
  25. print("tree_entered" in node) # Prints true
  26. print("unknown" in node) # Prints false
  27. Notifications are :ref:`int<class_int>` constants commonly sent and received by objects. For example, on every rendered frame, the :ref:`SceneTree<class_SceneTree>` notifies nodes inside the tree with a :ref:`Node.NOTIFICATION_PROCESS<class_Node_constant_NOTIFICATION_PROCESS>`. The nodes receive it and may call :ref:`Node._process<class_Node_private_method__process>` to update. To make use of notifications, see :ref:`notification<class_Object_method_notification>` and :ref:`_notification<class_Object_private_method__notification>`.
  28. Lastly, every object can also contain metadata (data about data). :ref:`set_meta<class_Object_method_set_meta>` can be useful to store information that the object itself does not depend on. To keep your code clean, making excessive use of metadata is discouraged.
  29. \ **Note:** Unlike references to a :ref:`RefCounted<class_RefCounted>`, references to an object stored in a variable can become invalid without being set to ``null``. To check if an object has been deleted, do *not* compare it against ``null``. Instead, use :ref:`@GlobalScope.is_instance_valid<class_@GlobalScope_method_is_instance_valid>`. It's also recommended to inherit from :ref:`RefCounted<class_RefCounted>` for classes storing data instead of **Object**.
  30. \ **Note:** The ``script`` is not exposed like most properties. To set or get an object's :ref:`Script<class_Script>` in code, use :ref:`set_script<class_Object_method_set_script>` and :ref:`get_script<class_Object_method_get_script>`, respectively.
  31. .. rst-class:: classref-introduction-group
  32. Tutorials
  33. ---------
  34. - :doc:`Object class introduction <../contributing/development/core_and_modules/object_class>`
  35. - :doc:`When and how to avoid using nodes for everything <../tutorials/best_practices/node_alternatives>`
  36. - :doc:`Object notifications <../tutorials/best_practices/godot_notifications>`
  37. .. rst-class:: classref-reftable-group
  38. Methods
  39. -------
  40. .. table::
  41. :widths: auto
  42. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  43. | :ref:`Variant<class_Variant>` | :ref:`_get<class_Object_private_method__get>` **(** :ref:`StringName<class_StringName>` property **)** |virtual| |
  44. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  45. | :ref:`Dictionary[]<class_Dictionary>` | :ref:`_get_property_list<class_Object_private_method__get_property_list>` **(** **)** |virtual| |
  46. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  47. | void | :ref:`_init<class_Object_private_method__init>` **(** **)** |virtual| |
  48. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  49. | void | :ref:`_notification<class_Object_private_method__notification>` **(** :ref:`int<class_int>` what **)** |virtual| |
  50. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  51. | :ref:`bool<class_bool>` | :ref:`_property_can_revert<class_Object_private_method__property_can_revert>` **(** :ref:`StringName<class_StringName>` property **)** |virtual| |
  52. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  53. | :ref:`Variant<class_Variant>` | :ref:`_property_get_revert<class_Object_private_method__property_get_revert>` **(** :ref:`StringName<class_StringName>` property **)** |virtual| |
  54. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  55. | :ref:`bool<class_bool>` | :ref:`_set<class_Object_private_method__set>` **(** :ref:`StringName<class_StringName>` property, :ref:`Variant<class_Variant>` value **)** |virtual| |
  56. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  57. | :ref:`String<class_String>` | :ref:`_to_string<class_Object_private_method__to_string>` **(** **)** |virtual| |
  58. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  59. | void | :ref:`_validate_property<class_Object_private_method__validate_property>` **(** :ref:`Dictionary<class_Dictionary>` property **)** |virtual| |
  60. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  61. | void | :ref:`add_user_signal<class_Object_method_add_user_signal>` **(** :ref:`String<class_String>` signal, :ref:`Array<class_Array>` arguments=[] **)** |
  62. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  63. | :ref:`Variant<class_Variant>` | :ref:`call<class_Object_method_call>` **(** :ref:`StringName<class_StringName>` method, ... **)** |vararg| |
  64. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  65. | :ref:`Variant<class_Variant>` | :ref:`call_deferred<class_Object_method_call_deferred>` **(** :ref:`StringName<class_StringName>` method, ... **)** |vararg| |
  66. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  67. | :ref:`Variant<class_Variant>` | :ref:`callv<class_Object_method_callv>` **(** :ref:`StringName<class_StringName>` method, :ref:`Array<class_Array>` arg_array **)** |
  68. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  69. | :ref:`bool<class_bool>` | :ref:`can_translate_messages<class_Object_method_can_translate_messages>` **(** **)** |const| |
  70. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  71. | void | :ref:`cancel_free<class_Object_method_cancel_free>` **(** **)** |
  72. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  73. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`connect<class_Object_method_connect>` **(** :ref:`StringName<class_StringName>` signal, :ref:`Callable<class_Callable>` callable, :ref:`int<class_int>` flags=0 **)** |
  74. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  75. | void | :ref:`disconnect<class_Object_method_disconnect>` **(** :ref:`StringName<class_StringName>` signal, :ref:`Callable<class_Callable>` callable **)** |
  76. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  77. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`emit_signal<class_Object_method_emit_signal>` **(** :ref:`StringName<class_StringName>` signal, ... **)** |vararg| |
  78. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  79. | void | :ref:`free<class_Object_method_free>` **(** **)** |
  80. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  81. | :ref:`Variant<class_Variant>` | :ref:`get<class_Object_method_get>` **(** :ref:`StringName<class_StringName>` property **)** |const| |
  82. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  83. | :ref:`String<class_String>` | :ref:`get_class<class_Object_method_get_class>` **(** **)** |const| |
  84. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  85. | :ref:`Dictionary[]<class_Dictionary>` | :ref:`get_incoming_connections<class_Object_method_get_incoming_connections>` **(** **)** |const| |
  86. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  87. | :ref:`Variant<class_Variant>` | :ref:`get_indexed<class_Object_method_get_indexed>` **(** :ref:`NodePath<class_NodePath>` property_path **)** |const| |
  88. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  89. | :ref:`int<class_int>` | :ref:`get_instance_id<class_Object_method_get_instance_id>` **(** **)** |const| |
  90. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  91. | :ref:`Variant<class_Variant>` | :ref:`get_meta<class_Object_method_get_meta>` **(** :ref:`StringName<class_StringName>` name, :ref:`Variant<class_Variant>` default=null **)** |const| |
  92. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  93. | :ref:`StringName[]<class_StringName>` | :ref:`get_meta_list<class_Object_method_get_meta_list>` **(** **)** |const| |
  94. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  95. | :ref:`Dictionary[]<class_Dictionary>` | :ref:`get_method_list<class_Object_method_get_method_list>` **(** **)** |const| |
  96. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  97. | :ref:`Dictionary[]<class_Dictionary>` | :ref:`get_property_list<class_Object_method_get_property_list>` **(** **)** |const| |
  98. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  99. | :ref:`Variant<class_Variant>` | :ref:`get_script<class_Object_method_get_script>` **(** **)** |const| |
  100. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  101. | :ref:`Dictionary[]<class_Dictionary>` | :ref:`get_signal_connection_list<class_Object_method_get_signal_connection_list>` **(** :ref:`StringName<class_StringName>` signal **)** |const| |
  102. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  103. | :ref:`Dictionary[]<class_Dictionary>` | :ref:`get_signal_list<class_Object_method_get_signal_list>` **(** **)** |const| |
  104. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  105. | :ref:`bool<class_bool>` | :ref:`has_meta<class_Object_method_has_meta>` **(** :ref:`StringName<class_StringName>` name **)** |const| |
  106. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  107. | :ref:`bool<class_bool>` | :ref:`has_method<class_Object_method_has_method>` **(** :ref:`StringName<class_StringName>` method **)** |const| |
  108. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  109. | :ref:`bool<class_bool>` | :ref:`has_signal<class_Object_method_has_signal>` **(** :ref:`StringName<class_StringName>` signal **)** |const| |
  110. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  111. | :ref:`bool<class_bool>` | :ref:`has_user_signal<class_Object_method_has_user_signal>` **(** :ref:`StringName<class_StringName>` signal **)** |const| |
  112. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  113. | :ref:`bool<class_bool>` | :ref:`is_blocking_signals<class_Object_method_is_blocking_signals>` **(** **)** |const| |
  114. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  115. | :ref:`bool<class_bool>` | :ref:`is_class<class_Object_method_is_class>` **(** :ref:`String<class_String>` class **)** |const| |
  116. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  117. | :ref:`bool<class_bool>` | :ref:`is_connected<class_Object_method_is_connected>` **(** :ref:`StringName<class_StringName>` signal, :ref:`Callable<class_Callable>` callable **)** |const| |
  118. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  119. | :ref:`bool<class_bool>` | :ref:`is_queued_for_deletion<class_Object_method_is_queued_for_deletion>` **(** **)** |const| |
  120. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  121. | void | :ref:`notification<class_Object_method_notification>` **(** :ref:`int<class_int>` what, :ref:`bool<class_bool>` reversed=false **)** |
  122. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  123. | void | :ref:`notify_property_list_changed<class_Object_method_notify_property_list_changed>` **(** **)** |
  124. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  125. | :ref:`bool<class_bool>` | :ref:`property_can_revert<class_Object_method_property_can_revert>` **(** :ref:`StringName<class_StringName>` property **)** |const| |
  126. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  127. | :ref:`Variant<class_Variant>` | :ref:`property_get_revert<class_Object_method_property_get_revert>` **(** :ref:`StringName<class_StringName>` property **)** |const| |
  128. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  129. | void | :ref:`remove_meta<class_Object_method_remove_meta>` **(** :ref:`StringName<class_StringName>` name **)** |
  130. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  131. | void | :ref:`set<class_Object_method_set>` **(** :ref:`StringName<class_StringName>` property, :ref:`Variant<class_Variant>` value **)** |
  132. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  133. | void | :ref:`set_block_signals<class_Object_method_set_block_signals>` **(** :ref:`bool<class_bool>` enable **)** |
  134. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  135. | void | :ref:`set_deferred<class_Object_method_set_deferred>` **(** :ref:`StringName<class_StringName>` property, :ref:`Variant<class_Variant>` value **)** |
  136. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  137. | void | :ref:`set_indexed<class_Object_method_set_indexed>` **(** :ref:`NodePath<class_NodePath>` property_path, :ref:`Variant<class_Variant>` value **)** |
  138. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  139. | void | :ref:`set_message_translation<class_Object_method_set_message_translation>` **(** :ref:`bool<class_bool>` enable **)** |
  140. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  141. | void | :ref:`set_meta<class_Object_method_set_meta>` **(** :ref:`StringName<class_StringName>` name, :ref:`Variant<class_Variant>` value **)** |
  142. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  143. | void | :ref:`set_script<class_Object_method_set_script>` **(** :ref:`Variant<class_Variant>` script **)** |
  144. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  145. | :ref:`String<class_String>` | :ref:`to_string<class_Object_method_to_string>` **(** **)** |
  146. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  147. | :ref:`String<class_String>` | :ref:`tr<class_Object_method_tr>` **(** :ref:`StringName<class_StringName>` message, :ref:`StringName<class_StringName>` context="" **)** |const| |
  148. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  149. | :ref:`String<class_String>` | :ref:`tr_n<class_Object_method_tr_n>` **(** :ref:`StringName<class_StringName>` message, :ref:`StringName<class_StringName>` plural_message, :ref:`int<class_int>` n, :ref:`StringName<class_StringName>` context="" **)** |const| |
  150. +---------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  151. .. rst-class:: classref-section-separator
  152. ----
  153. .. rst-class:: classref-descriptions-group
  154. Signals
  155. -------
  156. .. _class_Object_signal_property_list_changed:
  157. .. rst-class:: classref-signal
  158. **property_list_changed** **(** **)**
  159. Emitted when :ref:`notify_property_list_changed<class_Object_method_notify_property_list_changed>` is called.
  160. .. rst-class:: classref-item-separator
  161. ----
  162. .. _class_Object_signal_script_changed:
  163. .. rst-class:: classref-signal
  164. **script_changed** **(** **)**
  165. Emitted when the object's script is changed.
  166. \ **Note:** When this signal is emitted, the new script is not initialized yet. If you need to access the new script, defer connections to this signal with :ref:`CONNECT_DEFERRED<class_Object_constant_CONNECT_DEFERRED>`.
  167. .. rst-class:: classref-section-separator
  168. ----
  169. .. rst-class:: classref-descriptions-group
  170. Enumerations
  171. ------------
  172. .. _enum_Object_ConnectFlags:
  173. .. rst-class:: classref-enumeration
  174. enum **ConnectFlags**:
  175. .. _class_Object_constant_CONNECT_DEFERRED:
  176. .. rst-class:: classref-enumeration-constant
  177. :ref:`ConnectFlags<enum_Object_ConnectFlags>` **CONNECT_DEFERRED** = ``1``
  178. Deferred connections trigger their :ref:`Callable<class_Callable>`\ s on idle time (at the end of the frame), rather than instantly.
  179. .. _class_Object_constant_CONNECT_PERSIST:
  180. .. rst-class:: classref-enumeration-constant
  181. :ref:`ConnectFlags<enum_Object_ConnectFlags>` **CONNECT_PERSIST** = ``2``
  182. Persisting connections are stored when the object is serialized (such as when using :ref:`PackedScene.pack<class_PackedScene_method_pack>`). In the editor, connections created through the Node dock are always persisting.
  183. .. _class_Object_constant_CONNECT_ONE_SHOT:
  184. .. rst-class:: classref-enumeration-constant
  185. :ref:`ConnectFlags<enum_Object_ConnectFlags>` **CONNECT_ONE_SHOT** = ``4``
  186. One-shot connections disconnect themselves after emission.
  187. .. _class_Object_constant_CONNECT_REFERENCE_COUNTED:
  188. .. rst-class:: classref-enumeration-constant
  189. :ref:`ConnectFlags<enum_Object_ConnectFlags>` **CONNECT_REFERENCE_COUNTED** = ``8``
  190. Reference-counted connections can be assigned to the same :ref:`Callable<class_Callable>` multiple times. Each disconnection decreases the internal counter. The signal fully disconnects only when the counter reaches 0.
  191. .. rst-class:: classref-section-separator
  192. ----
  193. .. rst-class:: classref-descriptions-group
  194. Constants
  195. ---------
  196. .. _class_Object_constant_NOTIFICATION_POSTINITIALIZE:
  197. .. rst-class:: classref-constant
  198. **NOTIFICATION_POSTINITIALIZE** = ``0``
  199. Notification received when the object is initialized, before its script is attached. Used internally.
  200. .. _class_Object_constant_NOTIFICATION_PREDELETE:
  201. .. rst-class:: classref-constant
  202. **NOTIFICATION_PREDELETE** = ``1``
  203. Notification received when the object is about to be deleted. Can act as the deconstructor of some programming languages.
  204. .. rst-class:: classref-section-separator
  205. ----
  206. .. rst-class:: classref-descriptions-group
  207. Method Descriptions
  208. -------------------
  209. .. _class_Object_private_method__get:
  210. .. rst-class:: classref-method
  211. :ref:`Variant<class_Variant>` **_get** **(** :ref:`StringName<class_StringName>` property **)** |virtual|
  212. Override this method to customize the behavior of :ref:`get<class_Object_method_get>`. Should return the given ``property``'s value, or ``null`` if the ``property`` should be handled normally.
  213. Combined with :ref:`_set<class_Object_private_method__set>` and :ref:`_get_property_list<class_Object_private_method__get_property_list>`, this method allows defining custom properties, which is particularly useful for editor plugins. Note that a property must be present in :ref:`get_property_list<class_Object_method_get_property_list>`, otherwise this method will not be called.
  214. .. tabs::
  215. .. code-tab:: gdscript
  216. func _get(property):
  217. if property == "fake_property":
  218. print("Getting my property!")
  219. return 4
  220. func _get_property_list():
  221. return [
  222. { "name": "fake_property", "type": TYPE_INT }
  223. ]
  224. .. code-tab:: csharp
  225. public override Variant _Get(StringName property)
  226. {
  227. if (property == "FakeProperty")
  228. {
  229. GD.Print("Getting my property!");
  230. return 4;
  231. }
  232. return default;
  233. }
  234. public override Godot.Collections.Array<Godot.Collections.Dictionary> _GetPropertyList()
  235. {
  236. return new Godot.Collections.Array<Godot.Collections.Dictionary>()
  237. {
  238. new Godot.Collections.Dictionary()
  239. {
  240. { "name", "FakeProperty" },
  241. { "type", (int)Variant.Type.Int }
  242. }
  243. };
  244. }
  245. .. rst-class:: classref-item-separator
  246. ----
  247. .. _class_Object_private_method__get_property_list:
  248. .. rst-class:: classref-method
  249. :ref:`Dictionary[]<class_Dictionary>` **_get_property_list** **(** **)** |virtual|
  250. Override this method to customize how script properties should be handled by the engine.
  251. Should return a property list, as an :ref:`Array<class_Array>` of dictionaries. The result is added to the array of :ref:`get_property_list<class_Object_method_get_property_list>`, and should be formatted in the same way. Each :ref:`Dictionary<class_Dictionary>` must at least contain the ``name`` and ``type`` entries.
  252. The example below displays ``hammer_type`` in the Inspector dock, only if ``holding_hammer`` is ``true``:
  253. .. tabs::
  254. .. code-tab:: gdscript
  255. @tool
  256. extends Node2D
  257. @export var holding_hammer = false:
  258. set(value):
  259. holding_hammer = value
  260. notify_property_list_changed()
  261. var hammer_type = 0
  262. func _get_property_list():
  263. # By default, `hammer_type` is not visible in the editor.
  264. var property_usage = PROPERTY_USAGE_NO_EDITOR
  265. if holding_hammer:
  266. property_usage = PROPERTY_USAGE_DEFAULT
  267. var properties = []
  268. properties.append({
  269. "name": "hammer_type",
  270. "type": TYPE_INT,
  271. "usage": property_usage, # See above assignment.
  272. "hint": PROPERTY_HINT_ENUM,
  273. "hint_string": "Wooden,Iron,Golden,Enchanted"
  274. })
  275. return properties
  276. .. code-tab:: csharp
  277. [Tool]
  278. public partial class MyNode2D : Node2D
  279. {
  280. private bool _holdingHammer;
  281. [Export]
  282. public bool HoldingHammer
  283. {
  284. get => _holdingHammer;
  285. set
  286. {
  287. _holdingHammer = value;
  288. NotifyPropertyListChanged();
  289. }
  290. }
  291. public int HammerType { get; set; }
  292. public override Godot.Collections.Array<Godot.Collections.Dictionary> _GetPropertyList()
  293. {
  294. // By default, `HammerType` is not visible in the editor.
  295. var propertyUsage = PropertyUsageFlags.NoEditor;
  296. if (HoldingHammer)
  297. {
  298. propertyUsage = PropertyUsageFlags.Default;
  299. }
  300. var properties = new Godot.Collections.Array<Godot.Collections.Dictionary>();
  301. properties.Add(new Godot.Collections.Dictionary()
  302. {
  303. { "name", "HammerType" },
  304. { "type", (int)Variant.Type.Int },
  305. { "usage", (int)propertyUsage }, // See above assignment.
  306. { "hint", (int)PropertyHint.Enum },
  307. { "hint_string", "Wooden,Iron,Golden,Enchanted" }
  308. });
  309. return properties;
  310. }
  311. }
  312. \ **Note:** This method is intended for advanced purposes. For most common use cases, the scripting languages offer easier ways to handle properties. See :ref:`@GDScript.@export<class_@GDScript_annotation_@export>`, :ref:`@GDScript.@export_enum<class_@GDScript_annotation_@export_enum>`, :ref:`@GDScript.@export_group<class_@GDScript_annotation_@export_group>`, etc.
  313. \ **Note:** If the object's script is not :ref:`@GDScript.@tool<class_@GDScript_annotation_@tool>`, this method will not be called in the editor.
  314. .. rst-class:: classref-item-separator
  315. ----
  316. .. _class_Object_private_method__init:
  317. .. rst-class:: classref-method
  318. void **_init** **(** **)** |virtual|
  319. Called when the object's script is instantiated, oftentimes after the object is initialized in memory (through ``Object.new()`` in GDScript, or ``new GodotObject`` in C#). It can be also defined to take in parameters. This method is similar to a constructor in most programming languages.
  320. \ **Note:** If :ref:`_init<class_Object_private_method__init>` is defined with *required* parameters, the Object with script may only be created directly. If any other means (such as :ref:`PackedScene.instantiate<class_PackedScene_method_instantiate>` or :ref:`Node.duplicate<class_Node_method_duplicate>`) are used, the script's initialization will fail.
  321. .. rst-class:: classref-item-separator
  322. ----
  323. .. _class_Object_private_method__notification:
  324. .. rst-class:: classref-method
  325. void **_notification** **(** :ref:`int<class_int>` what **)** |virtual|
  326. Called when the object receives a notification, which can be identified in ``what`` by comparing it with a constant. See also :ref:`notification<class_Object_method_notification>`.
  327. .. tabs::
  328. .. code-tab:: gdscript
  329. func _notification(what):
  330. if what == NOTIFICATION_PREDELETE:
  331. print("Goodbye!")
  332. .. code-tab:: csharp
  333. public override void _Notification(int what)
  334. {
  335. if (what == NotificationPredelete)
  336. {
  337. GD.Print("Goodbye!");
  338. }
  339. }
  340. \ **Note:** The base **Object** defines a few notifications (:ref:`NOTIFICATION_POSTINITIALIZE<class_Object_constant_NOTIFICATION_POSTINITIALIZE>` and :ref:`NOTIFICATION_PREDELETE<class_Object_constant_NOTIFICATION_PREDELETE>`). Inheriting classes such as :ref:`Node<class_Node>` define a lot more notifications, which are also received by this method.
  341. .. rst-class:: classref-item-separator
  342. ----
  343. .. _class_Object_private_method__property_can_revert:
  344. .. rst-class:: classref-method
  345. :ref:`bool<class_bool>` **_property_can_revert** **(** :ref:`StringName<class_StringName>` property **)** |virtual|
  346. Override this method to customize the given ``property``'s revert behavior. Should return ``true`` if the ``property`` can be reverted in the Inspector dock. Use :ref:`_property_get_revert<class_Object_private_method__property_get_revert>` to specify the ``property``'s default value.
  347. \ **Note:** This method must return consistently, regardless of the current value of the ``property``.
  348. .. rst-class:: classref-item-separator
  349. ----
  350. .. _class_Object_private_method__property_get_revert:
  351. .. rst-class:: classref-method
  352. :ref:`Variant<class_Variant>` **_property_get_revert** **(** :ref:`StringName<class_StringName>` property **)** |virtual|
  353. Override this method to customize the given ``property``'s revert behavior. Should return the default value for the ``property``. If the default value differs from the ``property``'s current value, a revert icon is displayed in the Inspector dock.
  354. \ **Note:** :ref:`_property_can_revert<class_Object_private_method__property_can_revert>` must also be overridden for this method to be called.
  355. .. rst-class:: classref-item-separator
  356. ----
  357. .. _class_Object_private_method__set:
  358. .. rst-class:: classref-method
  359. :ref:`bool<class_bool>` **_set** **(** :ref:`StringName<class_StringName>` property, :ref:`Variant<class_Variant>` value **)** |virtual|
  360. Override this method to customize the behavior of :ref:`set<class_Object_method_set>`. Should set the ``property`` to ``value`` and return ``true``, or ``false`` if the ``property`` should be handled normally. The *exact* way to set the ``property`` is up to this method's implementation.
  361. Combined with :ref:`_get<class_Object_private_method__get>` and :ref:`_get_property_list<class_Object_private_method__get_property_list>`, this method allows defining custom properties, which is particularly useful for editor plugins. Note that a property *must* be present in :ref:`get_property_list<class_Object_method_get_property_list>`, otherwise this method will not be called.
  362. .. tabs::
  363. .. code-tab:: gdscript
  364. var internal_data = {}
  365. func _set(property, value):
  366. if property == "fake_property":
  367. # Storing the value in the fake property.
  368. internal_data["fake_property"] = value
  369. return true
  370. return false
  371. func _get_property_list():
  372. return [
  373. { "name": "fake_property", "type": TYPE_INT }
  374. ]
  375. .. code-tab:: csharp
  376. private Godot.Collections.Dictionary _internalData = new Godot.Collections.Dictionary();
  377. public override bool _Set(StringName property, Variant value)
  378. {
  379. if (property == "FakeProperty")
  380. {
  381. // Storing the value in the fake property.
  382. _internalData["FakeProperty"] = value;
  383. return true;
  384. }
  385. return false;
  386. }
  387. public override Godot.Collections.Array<Godot.Collections.Dictionary> _GetPropertyList()
  388. {
  389. return new Godot.Collections.Array<Godot.Collections.Dictionary>()
  390. {
  391. new Godot.Collections.Dictionary()
  392. {
  393. { "name", "FakeProperty" },
  394. { "type", (int)Variant.Type.Int }
  395. }
  396. };
  397. }
  398. .. rst-class:: classref-item-separator
  399. ----
  400. .. _class_Object_private_method__to_string:
  401. .. rst-class:: classref-method
  402. :ref:`String<class_String>` **_to_string** **(** **)** |virtual|
  403. Override this method to customize the return value of :ref:`to_string<class_Object_method_to_string>`, and therefore the object's representation as a :ref:`String<class_String>`.
  404. ::
  405. func _to_string():
  406. return "Welcome to Godot 4!"
  407. func _init():
  408. print(self) # Prints Welcome to Godot 4!"
  409. var a = str(self) # a is "Welcome to Godot 4!"
  410. .. rst-class:: classref-item-separator
  411. ----
  412. .. _class_Object_private_method__validate_property:
  413. .. rst-class:: classref-method
  414. void **_validate_property** **(** :ref:`Dictionary<class_Dictionary>` property **)** |virtual|
  415. Override this method to customize existing properties. Every property info goes through this method. The dictionary contents is the same as in :ref:`_get_property_list<class_Object_private_method__get_property_list>`.
  416. .. tabs::
  417. .. code-tab:: gdscript
  418. @tool
  419. extends Node
  420. @export var is_number_editable: bool:
  421. set(value):
  422. is_number_editable = value
  423. notify_property_list_changed()
  424. @export var number: int
  425. func _validate_property(property: Dictionary):
  426. if property.name == "number" and not is_number_editable:
  427. property.usage |= PROPERTY_USAGE_READ_ONLY
  428. .. code-tab:: csharp
  429. [Tool]
  430. public partial class MyNode : Node
  431. {
  432. private bool _isNumberEditable;
  433. [Export]
  434. public bool IsNumberEditable
  435. {
  436. get => _isNumberEditable;
  437. set
  438. {
  439. _isNumberEditable = value;
  440. NotifyPropertyListChanged();
  441. }
  442. }
  443. [Export]
  444. public int Number { get; set; }
  445. public override void _ValidateProperty(Godot.Collections.Dictionary property)
  446. {
  447. if (property["name"].AsStringName() == PropertyName.Number && IsNumberEditable)
  448. {
  449. var usage = property["usage"].As>PropertyUsageFlags<() | PropertyUsageFlags.ReadOnly;
  450. property["usage"] = (int)usage;
  451. }
  452. }
  453. }
  454. .. rst-class:: classref-item-separator
  455. ----
  456. .. _class_Object_method_add_user_signal:
  457. .. rst-class:: classref-method
  458. void **add_user_signal** **(** :ref:`String<class_String>` signal, :ref:`Array<class_Array>` arguments=[] **)**
  459. Adds a user-defined ``signal``. Optional arguments for the signal can be added as an :ref:`Array<class_Array>` of dictionaries, each defining a ``name`` :ref:`String<class_String>` and a ``type`` :ref:`int<class_int>` (see :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>`). See also :ref:`has_user_signal<class_Object_method_has_user_signal>`.
  460. .. tabs::
  461. .. code-tab:: gdscript
  462. add_user_signal("hurt", [
  463. { "name": "damage", "type": TYPE_INT },
  464. { "name": "source", "type": TYPE_OBJECT }
  465. ])
  466. .. code-tab:: csharp
  467. AddUserSignal("Hurt", new Godot.Collections.Array()
  468. {
  469. new Godot.Collections.Dictionary()
  470. {
  471. { "name", "damage" },
  472. { "type", (int)Variant.Type.Int }
  473. },
  474. new Godot.Collections.Dictionary()
  475. {
  476. { "name", "source" },
  477. { "type", (int)Variant.Type.Object }
  478. }
  479. });
  480. .. rst-class:: classref-item-separator
  481. ----
  482. .. _class_Object_method_call:
  483. .. rst-class:: classref-method
  484. :ref:`Variant<class_Variant>` **call** **(** :ref:`StringName<class_StringName>` method, ... **)** |vararg|
  485. Calls the ``method`` on the object and returns the result. This method supports a variable number of arguments, so parameters can be passed as a comma separated list.
  486. .. tabs::
  487. .. code-tab:: gdscript
  488. var node = Node3D.new()
  489. node.call("rotate", Vector3(1.0, 0.0, 0.0), 1.571)
  490. .. code-tab:: csharp
  491. var node = new Node3D();
  492. node.Call(Node3D.MethodName.Rotate, new Vector3(1f, 0f, 0f), 1.571f);
  493. \ **Note:** In C#, ``method`` must be in snake_case when referring to built-in Godot methods. Prefer using the names exposed in the ``MethodName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  494. .. rst-class:: classref-item-separator
  495. ----
  496. .. _class_Object_method_call_deferred:
  497. .. rst-class:: classref-method
  498. :ref:`Variant<class_Variant>` **call_deferred** **(** :ref:`StringName<class_StringName>` method, ... **)** |vararg|
  499. Calls the ``method`` on the object during idle time. Always returns null, **not** the method's result.
  500. Idle time happens mainly at the end of process and physics frames. In it, deferred calls will be run until there are none left, which means you can defer calls from other deferred calls and they'll still be run in the current idle time cycle. If not done carefully, this can result in infinite recursion without causing a stack overflow, which will hang the game similarly to an infinite loop.
  501. This method supports a variable number of arguments, so parameters can be passed as a comma separated list.
  502. .. tabs::
  503. .. code-tab:: gdscript
  504. var node = Node3D.new()
  505. node.call_deferred("rotate", Vector3(1.0, 0.0, 0.0), 1.571)
  506. .. code-tab:: csharp
  507. var node = new Node3D();
  508. node.CallDeferred(Node3D.MethodName.Rotate, new Vector3(1f, 0f, 0f), 1.571f);
  509. See also :ref:`Callable.call_deferred<class_Callable_method_call_deferred>`.
  510. \ **Note:** In C#, ``method`` must be in snake_case when referring to built-in Godot methods. Prefer using the names exposed in the ``MethodName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  511. \ **Note:** If you're looking to delay the function call by a frame, refer to the :ref:`SceneTree.process_frame<class_SceneTree_signal_process_frame>` and :ref:`SceneTree.physics_frame<class_SceneTree_signal_physics_frame>` signals.
  512. ::
  513. var node = Node3D.new()
  514. # Make a Callable and bind the arguments to the node's rotate() call.
  515. var callable = node.rotate.bind(Vector3(1.0, 0.0, 0.0), 1.571)
  516. # Connect the callable to the process_frame signal, so it gets called in the next process frame.
  517. # CONNECT_ONE_SHOT makes sure it only gets called once instead of every frame.
  518. get_tree().process_frame.connect(callable, CONNECT_ONE_SHOT)
  519. .. rst-class:: classref-item-separator
  520. ----
  521. .. _class_Object_method_callv:
  522. .. rst-class:: classref-method
  523. :ref:`Variant<class_Variant>` **callv** **(** :ref:`StringName<class_StringName>` method, :ref:`Array<class_Array>` arg_array **)**
  524. Calls the ``method`` on the object and returns the result. Unlike :ref:`call<class_Object_method_call>`, this method expects all parameters to be contained inside ``arg_array``.
  525. .. tabs::
  526. .. code-tab:: gdscript
  527. var node = Node3D.new()
  528. node.callv("rotate", [Vector3(1.0, 0.0, 0.0), 1.571])
  529. .. code-tab:: csharp
  530. var node = new Node3D();
  531. node.Callv(Node3D.MethodName.Rotate, new Godot.Collections.Array { new Vector3(1f, 0f, 0f), 1.571f });
  532. \ **Note:** In C#, ``method`` must be in snake_case when referring to built-in Godot methods. Prefer using the names exposed in the ``MethodName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  533. .. rst-class:: classref-item-separator
  534. ----
  535. .. _class_Object_method_can_translate_messages:
  536. .. rst-class:: classref-method
  537. :ref:`bool<class_bool>` **can_translate_messages** **(** **)** |const|
  538. Returns ``true`` if the object is allowed to translate messages with :ref:`tr<class_Object_method_tr>` and :ref:`tr_n<class_Object_method_tr_n>`. See also :ref:`set_message_translation<class_Object_method_set_message_translation>`.
  539. .. rst-class:: classref-item-separator
  540. ----
  541. .. _class_Object_method_cancel_free:
  542. .. rst-class:: classref-method
  543. void **cancel_free** **(** **)**
  544. If this method is called during :ref:`NOTIFICATION_PREDELETE<class_Object_constant_NOTIFICATION_PREDELETE>`, this object will reject being freed and will remain allocated. This is mostly an internal function used for error handling to avoid the user from freeing objects when they are not intended to.
  545. .. rst-class:: classref-item-separator
  546. ----
  547. .. _class_Object_method_connect:
  548. .. rst-class:: classref-method
  549. :ref:`Error<enum_@GlobalScope_Error>` **connect** **(** :ref:`StringName<class_StringName>` signal, :ref:`Callable<class_Callable>` callable, :ref:`int<class_int>` flags=0 **)**
  550. Connects a ``signal`` by name to a ``callable``. Optional ``flags`` can be also added to configure the connection's behavior (see :ref:`ConnectFlags<enum_Object_ConnectFlags>` constants).
  551. A signal can only be connected once to the same :ref:`Callable<class_Callable>`. If the signal is already connected, this method returns :ref:`@GlobalScope.ERR_INVALID_PARAMETER<class_@GlobalScope_constant_ERR_INVALID_PARAMETER>` and pushes an error message, unless the signal is connected with :ref:`CONNECT_REFERENCE_COUNTED<class_Object_constant_CONNECT_REFERENCE_COUNTED>`. To prevent this, use :ref:`is_connected<class_Object_method_is_connected>` first to check for existing connections.
  552. If the ``callable``'s object is freed, the connection will be lost.
  553. \ **Examples with recommended syntax:**\
  554. Connecting signals is one of the most common operations in Godot and the API gives many options to do so, which are described further down. The code block below shows the recommended approach.
  555. .. tabs::
  556. .. code-tab:: gdscript
  557. func _ready():
  558. var button = Button.new()
  559. # `button_down` here is a Signal variant type, and we thus call the Signal.connect() method, not Object.connect().
  560. # See discussion below for a more in-depth overview of the API.
  561. button.button_down.connect(_on_button_down)
  562. # This assumes that a `Player` class exists, which defines a `hit` signal.
  563. var player = Player.new()
  564. # We use Signal.connect() again, and we also use the Callable.bind() method,
  565. # which returns a new Callable with the parameter binds.
  566. player.hit.connect(_on_player_hit.bind("sword", 100))
  567. func _on_button_down():
  568. print("Button down!")
  569. func _on_player_hit(weapon_type, damage):
  570. print("Hit with weapon %s for %d damage." % [weapon_type, damage])
  571. .. code-tab:: csharp
  572. public override void _Ready()
  573. {
  574. var button = new Button();
  575. // C# supports passing signals as events, so we can use this idiomatic construct:
  576. button.ButtonDown += OnButtonDown;
  577. // This assumes that a `Player` class exists, which defines a `Hit` signal.
  578. var player = new Player();
  579. // We can use lambdas when we need to bind additional parameters.
  580. player.Hit += () => OnPlayerHit("sword", 100);
  581. }
  582. private void OnButtonDown()
  583. {
  584. GD.Print("Button down!");
  585. }
  586. private void OnPlayerHit(string weaponType, int damage)
  587. {
  588. GD.Print($"Hit with weapon {weaponType} for {damage} damage.");
  589. }
  590. \ **\ ``Object.connect()`` or ``Signal.connect()``?**\
  591. As seen above, the recommended method to connect signals is not :ref:`connect<class_Object_method_connect>`. The code block below shows the four options for connecting signals, using either this legacy method or the recommended :ref:`Signal.connect<class_Signal_method_connect>`, and using either an implicit :ref:`Callable<class_Callable>` or a manually defined one.
  592. .. tabs::
  593. .. code-tab:: gdscript
  594. func _ready():
  595. var button = Button.new()
  596. # Option 1: Object.connect() with an implicit Callable for the defined function.
  597. button.connect("button_down", _on_button_down)
  598. # Option 2: Object.connect() with a constructed Callable using a target object and method name.
  599. button.connect("button_down", Callable(self, "_on_button_down"))
  600. # Option 3: Signal.connect() with an implicit Callable for the defined function.
  601. button.button_down.connect(_on_button_down)
  602. # Option 4: Signal.connect() with a constructed Callable using a target object and method name.
  603. button.button_down.connect(Callable(self, "_on_button_down"))
  604. func _on_button_down():
  605. print("Button down!")
  606. .. code-tab:: csharp
  607. public override void _Ready()
  608. {
  609. var button = new Button();
  610. // Option 1: In C#, we can use signals as events and connect with this idiomatic syntax:
  611. button.ButtonDown += OnButtonDown;
  612. // Option 2: GodotObject.Connect() with a constructed Callable from a method group.
  613. button.Connect(Button.SignalName.ButtonDown, Callable.From(OnButtonDown));
  614. // Option 3: GodotObject.Connect() with a constructed Callable using a target object and method name.
  615. button.Connect(Button.SignalName.ButtonDown, new Callable(this, MethodName.OnButtonDown));
  616. }
  617. private void OnButtonDown()
  618. {
  619. GD.Print("Button down!");
  620. }
  621. While all options have the same outcome (``button``'s :ref:`BaseButton.button_down<class_BaseButton_signal_button_down>` signal will be connected to ``_on_button_down``), **option 3** offers the best validation: it will print a compile-time error if either the ``button_down`` :ref:`Signal<class_Signal>` or the ``_on_button_down`` :ref:`Callable<class_Callable>` are not defined. On the other hand, **option 2** only relies on string names and will only be able to validate either names at runtime: it will print a runtime error if ``"button_down"`` doesn't correspond to a signal, or if ``"_on_button_down"`` is not a registered method in the object ``self``. The main reason for using options 1, 2, or 4 would be if you actually need to use strings (e.g. to connect signals programmatically based on strings read from a configuration file). Otherwise, option 3 is the recommended (and fastest) method.
  622. \ **Binding and passing parameters:**\
  623. The syntax to bind parameters is through :ref:`Callable.bind<class_Callable_method_bind>`, which returns a copy of the :ref:`Callable<class_Callable>` with its parameters bound.
  624. When calling :ref:`emit_signal<class_Object_method_emit_signal>`, the signal parameters can be also passed. The examples below show the relationship between these signal parameters and bound parameters.
  625. .. tabs::
  626. .. code-tab:: gdscript
  627. func _ready():
  628. # This assumes that a `Player` class exists, which defines a `hit` signal.
  629. var player = Player.new()
  630. # Using Callable.bind().
  631. player.hit.connect(_on_player_hit.bind("sword", 100))
  632. # Parameters added when emitting the signal are passed first.
  633. player.emit_signal("hit", "Dark lord", 5)
  634. # We pass two arguments when emitting (`hit_by`, `level`),
  635. # and bind two more arguments when connecting (`weapon_type`, `damage`).
  636. func _on_player_hit(hit_by, level, weapon_type, damage):
  637. print("Hit by %s (level %d) with weapon %s for %d damage." % [hit_by, level, weapon_type, damage])
  638. .. code-tab:: csharp
  639. public override void _Ready()
  640. {
  641. // This assumes that a `Player` class exists, which defines a `Hit` signal.
  642. var player = new Player();
  643. // Using lambda expressions that create a closure that captures the additional parameters.
  644. // The lambda only receives the parameters defined by the signal's delegate.
  645. player.Hit += (hitBy, level) => OnPlayerHit(hitBy, level, "sword", 100);
  646. // Parameters added when emitting the signal are passed first.
  647. player.EmitSignal(SignalName.Hit, "Dark lord", 5);
  648. }
  649. // We pass two arguments when emitting (`hit_by`, `level`),
  650. // and bind two more arguments when connecting (`weapon_type`, `damage`).
  651. private void OnPlayerHit(string hitBy, int level, string weaponType, int damage)
  652. {
  653. GD.Print($"Hit by {hitBy} (level {level}) with weapon {weaponType} for {damage} damage.");
  654. }
  655. .. rst-class:: classref-item-separator
  656. ----
  657. .. _class_Object_method_disconnect:
  658. .. rst-class:: classref-method
  659. void **disconnect** **(** :ref:`StringName<class_StringName>` signal, :ref:`Callable<class_Callable>` callable **)**
  660. Disconnects a ``signal`` by name from a given ``callable``. If the connection does not exist, generates an error. Use :ref:`is_connected<class_Object_method_is_connected>` to make sure that the connection exists.
  661. .. rst-class:: classref-item-separator
  662. ----
  663. .. _class_Object_method_emit_signal:
  664. .. rst-class:: classref-method
  665. :ref:`Error<enum_@GlobalScope_Error>` **emit_signal** **(** :ref:`StringName<class_StringName>` signal, ... **)** |vararg|
  666. Emits the given ``signal`` by name. The signal must exist, so it should be a built-in signal of this class or one of its inherited classes, or a user-defined signal (see :ref:`add_user_signal<class_Object_method_add_user_signal>`). This method supports a variable number of arguments, so parameters can be passed as a comma separated list.
  667. Returns :ref:`@GlobalScope.ERR_UNAVAILABLE<class_@GlobalScope_constant_ERR_UNAVAILABLE>` if ``signal`` does not exist or the parameters are invalid.
  668. .. tabs::
  669. .. code-tab:: gdscript
  670. emit_signal("hit", "sword", 100)
  671. emit_signal("game_over")
  672. .. code-tab:: csharp
  673. EmitSignal(SignalName.Hit, "sword", 100);
  674. EmitSignal(SignalName.GameOver);
  675. \ **Note:** In C#, ``signal`` must be in snake_case when referring to built-in Godot signals. Prefer using the names exposed in the ``SignalName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  676. .. rst-class:: classref-item-separator
  677. ----
  678. .. _class_Object_method_free:
  679. .. rst-class:: classref-method
  680. void **free** **(** **)**
  681. Deletes the object from memory. Pre-existing references to the object become invalid, and any attempt to access them will result in a run-time error. Checking the references with :ref:`@GlobalScope.is_instance_valid<class_@GlobalScope_method_is_instance_valid>` will return ``false``.
  682. .. rst-class:: classref-item-separator
  683. ----
  684. .. _class_Object_method_get:
  685. .. rst-class:: classref-method
  686. :ref:`Variant<class_Variant>` **get** **(** :ref:`StringName<class_StringName>` property **)** |const|
  687. Returns the :ref:`Variant<class_Variant>` value of the given ``property``. If the ``property`` does not exist, this method returns ``null``.
  688. .. tabs::
  689. .. code-tab:: gdscript
  690. var node = Node2D.new()
  691. node.rotation = 1.5
  692. var a = node.get("rotation") # a is 1.5
  693. .. code-tab:: csharp
  694. var node = new Node2D();
  695. node.Rotation = 1.5f;
  696. var a = node.Get("rotation"); // a is 1.5
  697. \ **Note:** In C#, ``property`` must be in snake_case when referring to built-in Godot properties. Prefer using the names exposed in the ``PropertyName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  698. .. rst-class:: classref-item-separator
  699. ----
  700. .. _class_Object_method_get_class:
  701. .. rst-class:: classref-method
  702. :ref:`String<class_String>` **get_class** **(** **)** |const|
  703. Returns the object's built-in class name, as a :ref:`String<class_String>`. See also :ref:`is_class<class_Object_method_is_class>`.
  704. \ **Note:** This method ignores ``class_name`` declarations. If this object's script has defined a ``class_name``, the base, built-in class name is returned instead.
  705. .. rst-class:: classref-item-separator
  706. ----
  707. .. _class_Object_method_get_incoming_connections:
  708. .. rst-class:: classref-method
  709. :ref:`Dictionary[]<class_Dictionary>` **get_incoming_connections** **(** **)** |const|
  710. Returns an :ref:`Array<class_Array>` of signal connections received by this object. Each connection is represented as a :ref:`Dictionary<class_Dictionary>` that contains three entries:
  711. - ``signal`` is a reference to the :ref:`Signal<class_Signal>`;
  712. - ``callable`` is a reference to the :ref:`Callable<class_Callable>`;
  713. - ``flags`` is a combination of :ref:`ConnectFlags<enum_Object_ConnectFlags>`.
  714. .. rst-class:: classref-item-separator
  715. ----
  716. .. _class_Object_method_get_indexed:
  717. .. rst-class:: classref-method
  718. :ref:`Variant<class_Variant>` **get_indexed** **(** :ref:`NodePath<class_NodePath>` property_path **)** |const|
  719. Gets the object's property indexed by the given ``property_path``. The path should be a :ref:`NodePath<class_NodePath>` relative to the current object and can use the colon character (``:``) to access nested properties.
  720. \ **Examples:** ``"position:x"`` or ``"material:next_pass:blend_mode"``.
  721. .. tabs::
  722. .. code-tab:: gdscript
  723. var node = Node2D.new()
  724. node.position = Vector2(5, -10)
  725. var a = node.get_indexed("position") # a is Vector2(5, -10)
  726. var b = node.get_indexed("position:y") # b is -10
  727. .. code-tab:: csharp
  728. var node = new Node2D();
  729. node.Position = new Vector2(5, -10);
  730. var a = node.GetIndexed("position"); // a is Vector2(5, -10)
  731. var b = node.GetIndexed("position:y"); // b is -10
  732. \ **Note:** In C#, ``property_path`` must be in snake_case when referring to built-in Godot properties. Prefer using the names exposed in the ``PropertyName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  733. \ **Note:** This method does not support actual paths to nodes in the :ref:`SceneTree<class_SceneTree>`, only sub-property paths. In the context of nodes, use :ref:`Node.get_node_and_resource<class_Node_method_get_node_and_resource>` instead.
  734. .. rst-class:: classref-item-separator
  735. ----
  736. .. _class_Object_method_get_instance_id:
  737. .. rst-class:: classref-method
  738. :ref:`int<class_int>` **get_instance_id** **(** **)** |const|
  739. Returns the object's unique instance ID. This ID can be saved in :ref:`EncodedObjectAsID<class_EncodedObjectAsID>`, and can be used to retrieve this object instance with :ref:`@GlobalScope.instance_from_id<class_@GlobalScope_method_instance_from_id>`.
  740. .. rst-class:: classref-item-separator
  741. ----
  742. .. _class_Object_method_get_meta:
  743. .. rst-class:: classref-method
  744. :ref:`Variant<class_Variant>` **get_meta** **(** :ref:`StringName<class_StringName>` name, :ref:`Variant<class_Variant>` default=null **)** |const|
  745. Returns the object's metadata value for the given entry ``name``. If the entry does not exist, returns ``default``. If ``default`` is ``null``, an error is also generated.
  746. \ **Note:** A metadata's name must be a valid identifier as per :ref:`StringName.is_valid_identifier<class_StringName_method_is_valid_identifier>` method.
  747. \ **Note:** Metadata that has a name starting with an underscore (``_``) is considered editor-only. Editor-only metadata is not displayed in the Inspector and should not be edited, although it can still be found by this method.
  748. .. rst-class:: classref-item-separator
  749. ----
  750. .. _class_Object_method_get_meta_list:
  751. .. rst-class:: classref-method
  752. :ref:`StringName[]<class_StringName>` **get_meta_list** **(** **)** |const|
  753. Returns the object's metadata entry names as a :ref:`PackedStringArray<class_PackedStringArray>`.
  754. .. rst-class:: classref-item-separator
  755. ----
  756. .. _class_Object_method_get_method_list:
  757. .. rst-class:: classref-method
  758. :ref:`Dictionary[]<class_Dictionary>` **get_method_list** **(** **)** |const|
  759. Returns this object's methods and their signatures as an :ref:`Array<class_Array>` of dictionaries. Each :ref:`Dictionary<class_Dictionary>` contains the following entries:
  760. - ``name`` is the name of the method, as a :ref:`String<class_String>`;
  761. - ``args`` is an :ref:`Array<class_Array>` of dictionaries representing the arguments;
  762. - ``default_args`` is the default arguments as an :ref:`Array<class_Array>` of variants;
  763. - ``flags`` is a combination of :ref:`MethodFlags<enum_@GlobalScope_MethodFlags>`;
  764. - ``id`` is the method's internal identifier :ref:`int<class_int>`;
  765. - ``return`` is the returned value, as a :ref:`Dictionary<class_Dictionary>`;
  766. \ **Note:** The dictionaries of ``args`` and ``return`` are formatted identically to the results of :ref:`get_property_list<class_Object_method_get_property_list>`, although not all entries are used.
  767. .. rst-class:: classref-item-separator
  768. ----
  769. .. _class_Object_method_get_property_list:
  770. .. rst-class:: classref-method
  771. :ref:`Dictionary[]<class_Dictionary>` **get_property_list** **(** **)** |const|
  772. Returns the object's property list as an :ref:`Array<class_Array>` of dictionaries. Each :ref:`Dictionary<class_Dictionary>` contains the following entries:
  773. - ``name`` is the property's name, as a :ref:`String<class_String>`;
  774. - ``class_name`` is an empty :ref:`StringName<class_StringName>`, unless the property is :ref:`@GlobalScope.TYPE_OBJECT<class_@GlobalScope_constant_TYPE_OBJECT>` and it inherits from a class;
  775. - ``type`` is the property's type, as an :ref:`int<class_int>` (see :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>`);
  776. - ``hint`` is *how* the property is meant to be edited (see :ref:`PropertyHint<enum_@GlobalScope_PropertyHint>`);
  777. - ``hint_string`` depends on the hint (see :ref:`PropertyHint<enum_@GlobalScope_PropertyHint>`);
  778. - ``usage`` is a combination of :ref:`PropertyUsageFlags<enum_@GlobalScope_PropertyUsageFlags>`.
  779. \ **Note:** In GDScript, all class members are treated as properties. In C# and GDExtension, it may be necessary to explicitly mark class members as Godot properties using decorators or attributes.
  780. .. rst-class:: classref-item-separator
  781. ----
  782. .. _class_Object_method_get_script:
  783. .. rst-class:: classref-method
  784. :ref:`Variant<class_Variant>` **get_script** **(** **)** |const|
  785. Returns the object's :ref:`Script<class_Script>` instance, or ``null`` if no script is attached.
  786. .. rst-class:: classref-item-separator
  787. ----
  788. .. _class_Object_method_get_signal_connection_list:
  789. .. rst-class:: classref-method
  790. :ref:`Dictionary[]<class_Dictionary>` **get_signal_connection_list** **(** :ref:`StringName<class_StringName>` signal **)** |const|
  791. Returns an :ref:`Array<class_Array>` of connections for the given ``signal`` name. Each connection is represented as a :ref:`Dictionary<class_Dictionary>` that contains three entries:
  792. - ``signal`` is a reference to the :ref:`Signal<class_Signal>`;
  793. - ``callable`` is a reference to the connected :ref:`Callable<class_Callable>`;
  794. - ``flags`` is a combination of :ref:`ConnectFlags<enum_Object_ConnectFlags>`.
  795. .. rst-class:: classref-item-separator
  796. ----
  797. .. _class_Object_method_get_signal_list:
  798. .. rst-class:: classref-method
  799. :ref:`Dictionary[]<class_Dictionary>` **get_signal_list** **(** **)** |const|
  800. Returns the list of existing signals as an :ref:`Array<class_Array>` of dictionaries.
  801. \ **Note:** Due of the implementation, each :ref:`Dictionary<class_Dictionary>` is formatted very similarly to the returned values of :ref:`get_method_list<class_Object_method_get_method_list>`.
  802. .. rst-class:: classref-item-separator
  803. ----
  804. .. _class_Object_method_has_meta:
  805. .. rst-class:: classref-method
  806. :ref:`bool<class_bool>` **has_meta** **(** :ref:`StringName<class_StringName>` name **)** |const|
  807. Returns ``true`` if a metadata entry is found with the given ``name``. See also :ref:`get_meta<class_Object_method_get_meta>`, :ref:`set_meta<class_Object_method_set_meta>` and :ref:`remove_meta<class_Object_method_remove_meta>`.
  808. \ **Note:** A metadata's name must be a valid identifier as per :ref:`StringName.is_valid_identifier<class_StringName_method_is_valid_identifier>` method.
  809. \ **Note:** Metadata that has a name starting with an underscore (``_``) is considered editor-only. Editor-only metadata is not displayed in the Inspector and should not be edited, although it can still be found by this method.
  810. .. rst-class:: classref-item-separator
  811. ----
  812. .. _class_Object_method_has_method:
  813. .. rst-class:: classref-method
  814. :ref:`bool<class_bool>` **has_method** **(** :ref:`StringName<class_StringName>` method **)** |const|
  815. Returns ``true`` if the given ``method`` name exists in the object.
  816. \ **Note:** In C#, ``method`` must be in snake_case when referring to built-in Godot methods. Prefer using the names exposed in the ``MethodName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  817. .. rst-class:: classref-item-separator
  818. ----
  819. .. _class_Object_method_has_signal:
  820. .. rst-class:: classref-method
  821. :ref:`bool<class_bool>` **has_signal** **(** :ref:`StringName<class_StringName>` signal **)** |const|
  822. Returns ``true`` if the given ``signal`` name exists in the object.
  823. \ **Note:** In C#, ``signal`` must be in snake_case when referring to built-in Godot methods. Prefer using the names exposed in the ``SignalName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  824. .. rst-class:: classref-item-separator
  825. ----
  826. .. _class_Object_method_has_user_signal:
  827. .. rst-class:: classref-method
  828. :ref:`bool<class_bool>` **has_user_signal** **(** :ref:`StringName<class_StringName>` signal **)** |const|
  829. Returns ``true`` if the given user-defined ``signal`` name exists. Only signals added with :ref:`add_user_signal<class_Object_method_add_user_signal>` are included.
  830. .. rst-class:: classref-item-separator
  831. ----
  832. .. _class_Object_method_is_blocking_signals:
  833. .. rst-class:: classref-method
  834. :ref:`bool<class_bool>` **is_blocking_signals** **(** **)** |const|
  835. Returns ``true`` if the object is blocking its signals from being emitted. See :ref:`set_block_signals<class_Object_method_set_block_signals>`.
  836. .. rst-class:: classref-item-separator
  837. ----
  838. .. _class_Object_method_is_class:
  839. .. rst-class:: classref-method
  840. :ref:`bool<class_bool>` **is_class** **(** :ref:`String<class_String>` class **)** |const|
  841. Returns ``true`` if the object inherits from the given ``class``. See also :ref:`get_class<class_Object_method_get_class>`.
  842. .. tabs::
  843. .. code-tab:: gdscript
  844. var sprite2d = Sprite2D.new()
  845. sprite2d.is_class("Sprite2D") # Returns true
  846. sprite2d.is_class("Node") # Returns true
  847. sprite2d.is_class("Node3D") # Returns false
  848. .. code-tab:: csharp
  849. var sprite2D = new Sprite2D();
  850. sprite2D.IsClass("Sprite2D"); // Returns true
  851. sprite2D.IsClass("Node"); // Returns true
  852. sprite2D.IsClass("Node3D"); // Returns false
  853. \ **Note:** This method ignores ``class_name`` declarations in the object's script.
  854. .. rst-class:: classref-item-separator
  855. ----
  856. .. _class_Object_method_is_connected:
  857. .. rst-class:: classref-method
  858. :ref:`bool<class_bool>` **is_connected** **(** :ref:`StringName<class_StringName>` signal, :ref:`Callable<class_Callable>` callable **)** |const|
  859. Returns ``true`` if a connection exists between the given ``signal`` name and ``callable``.
  860. \ **Note:** In C#, ``signal`` must be in snake_case when referring to built-in Godot methods. Prefer using the names exposed in the ``SignalName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  861. .. rst-class:: classref-item-separator
  862. ----
  863. .. _class_Object_method_is_queued_for_deletion:
  864. .. rst-class:: classref-method
  865. :ref:`bool<class_bool>` **is_queued_for_deletion** **(** **)** |const|
  866. Returns ``true`` if the :ref:`Node.queue_free<class_Node_method_queue_free>` method was called for the object.
  867. .. rst-class:: classref-item-separator
  868. ----
  869. .. _class_Object_method_notification:
  870. .. rst-class:: classref-method
  871. void **notification** **(** :ref:`int<class_int>` what, :ref:`bool<class_bool>` reversed=false **)**
  872. Sends the given ``what`` notification to all classes inherited by the object, triggering calls to :ref:`_notification<class_Object_private_method__notification>`, starting from the highest ancestor (the **Object** class) and going down to the object's script.
  873. If ``reversed`` is ``true``, the call order is reversed.
  874. .. tabs::
  875. .. code-tab:: gdscript
  876. var player = Node2D.new()
  877. player.set_script(load("res://player.gd"))
  878. player.notification(NOTIFICATION_ENTER_TREE)
  879. # The call order is Object -> Node -> Node2D -> player.gd.
  880. player.notification(NOTIFICATION_ENTER_TREE, true)
  881. # The call order is player.gd -> Node2D -> Node -> Object.
  882. .. code-tab:: csharp
  883. var player = new Node2D();
  884. player.SetScript(GD.Load("res://player.gd"));
  885. player.Notification(NotificationEnterTree);
  886. // The call order is GodotObject -> Node -> Node2D -> player.gd.
  887. player.Notification(NotificationEnterTree, true);
  888. // The call order is player.gd -> Node2D -> Node -> GodotObject.
  889. .. rst-class:: classref-item-separator
  890. ----
  891. .. _class_Object_method_notify_property_list_changed:
  892. .. rst-class:: classref-method
  893. void **notify_property_list_changed** **(** **)**
  894. Emits the :ref:`property_list_changed<class_Object_signal_property_list_changed>` signal. This is mainly used to refresh the editor, so that the Inspector and editor plugins are properly updated.
  895. .. rst-class:: classref-item-separator
  896. ----
  897. .. _class_Object_method_property_can_revert:
  898. .. rst-class:: classref-method
  899. :ref:`bool<class_bool>` **property_can_revert** **(** :ref:`StringName<class_StringName>` property **)** |const|
  900. Returns ``true`` if the given ``property`` has a custom default value. Use :ref:`property_get_revert<class_Object_method_property_get_revert>` to get the ``property``'s default value.
  901. \ **Note:** This method is used by the Inspector dock to display a revert icon. The object must implement :ref:`_property_can_revert<class_Object_private_method__property_can_revert>` to customize the default value. If :ref:`_property_can_revert<class_Object_private_method__property_can_revert>` is not implemented, this method returns ``false``.
  902. .. rst-class:: classref-item-separator
  903. ----
  904. .. _class_Object_method_property_get_revert:
  905. .. rst-class:: classref-method
  906. :ref:`Variant<class_Variant>` **property_get_revert** **(** :ref:`StringName<class_StringName>` property **)** |const|
  907. Returns the custom default value of the given ``property``. Use :ref:`property_can_revert<class_Object_method_property_can_revert>` to check if the ``property`` has a custom default value.
  908. \ **Note:** This method is used by the Inspector dock to display a revert icon. The object must implement :ref:`_property_get_revert<class_Object_private_method__property_get_revert>` to customize the default value. If :ref:`_property_get_revert<class_Object_private_method__property_get_revert>` is not implemented, this method returns ``null``.
  909. .. rst-class:: classref-item-separator
  910. ----
  911. .. _class_Object_method_remove_meta:
  912. .. rst-class:: classref-method
  913. void **remove_meta** **(** :ref:`StringName<class_StringName>` name **)**
  914. Removes the given entry ``name`` from the object's metadata. See also :ref:`has_meta<class_Object_method_has_meta>`, :ref:`get_meta<class_Object_method_get_meta>` and :ref:`set_meta<class_Object_method_set_meta>`.
  915. \ **Note:** A metadata's name must be a valid identifier as per :ref:`StringName.is_valid_identifier<class_StringName_method_is_valid_identifier>` method.
  916. \ **Note:** Metadata that has a name starting with an underscore (``_``) is considered editor-only. Editor-only metadata is not displayed in the Inspector and should not be edited, although it can still be found by this method.
  917. .. rst-class:: classref-item-separator
  918. ----
  919. .. _class_Object_method_set:
  920. .. rst-class:: classref-method
  921. void **set** **(** :ref:`StringName<class_StringName>` property, :ref:`Variant<class_Variant>` value **)**
  922. Assigns ``value`` to the given ``property``. If the property does not exist or the given ``value``'s type doesn't match, nothing happens.
  923. .. tabs::
  924. .. code-tab:: gdscript
  925. var node = Node2D.new()
  926. node.set("global_scale", Vector2(8, 2.5))
  927. print(node.global_scale) # Prints (8, 2.5)
  928. .. code-tab:: csharp
  929. var node = new Node2D();
  930. node.Set("global_scale", new Vector2(8, 2.5));
  931. GD.Print(node.GlobalScale); // Prints Vector2(8, 2.5)
  932. \ **Note:** In C#, ``property`` must be in snake_case when referring to built-in Godot properties. Prefer using the names exposed in the ``PropertyName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  933. .. rst-class:: classref-item-separator
  934. ----
  935. .. _class_Object_method_set_block_signals:
  936. .. rst-class:: classref-method
  937. void **set_block_signals** **(** :ref:`bool<class_bool>` enable **)**
  938. If set to ``true``, the object becomes unable to emit signals. As such, :ref:`emit_signal<class_Object_method_emit_signal>` and signal connections will not work, until it is set to ``false``.
  939. .. rst-class:: classref-item-separator
  940. ----
  941. .. _class_Object_method_set_deferred:
  942. .. rst-class:: classref-method
  943. void **set_deferred** **(** :ref:`StringName<class_StringName>` property, :ref:`Variant<class_Variant>` value **)**
  944. Assigns ``value`` to the given ``property``, at the end of the current frame. This is equivalent to calling :ref:`set<class_Object_method_set>` through :ref:`call_deferred<class_Object_method_call_deferred>`.
  945. .. tabs::
  946. .. code-tab:: gdscript
  947. var node = Node2D.new()
  948. add_child(node)
  949. node.rotation = 45.0
  950. node.set_deferred("rotation", 90.0)
  951. print(node.rotation) # Prints 45.0
  952. await get_tree().process_frame
  953. print(node.rotation) # Prints 90.0
  954. .. code-tab:: csharp
  955. var node = new Node2D();
  956. node.Rotation = 45f;
  957. node.SetDeferred("rotation", 90f);
  958. GD.Print(node.Rotation); // Prints 45.0
  959. await ToSignal(GetTree(), SceneTree.SignalName.ProcessFrame);
  960. GD.Print(node.Rotation); // Prints 90.0
  961. \ **Note:** In C#, ``property`` must be in snake_case when referring to built-in Godot properties. Prefer using the names exposed in the ``PropertyName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  962. .. rst-class:: classref-item-separator
  963. ----
  964. .. _class_Object_method_set_indexed:
  965. .. rst-class:: classref-method
  966. void **set_indexed** **(** :ref:`NodePath<class_NodePath>` property_path, :ref:`Variant<class_Variant>` value **)**
  967. Assigns a new ``value`` to the property identified by the ``property_path``. The path should be a :ref:`NodePath<class_NodePath>` relative to this object, and can use the colon character (``:``) to access nested properties.
  968. .. tabs::
  969. .. code-tab:: gdscript
  970. var node = Node2D.new()
  971. node.set_indexed("position", Vector2(42, 0))
  972. node.set_indexed("position:y", -10)
  973. print(node.position) # Prints (42, -10)
  974. .. code-tab:: csharp
  975. var node = new Node2D();
  976. node.SetIndexed("position", new Vector2(42, 0));
  977. node.SetIndexed("position:y", -10);
  978. GD.Print(node.Position); // Prints (42, -10)
  979. \ **Note:** In C#, ``property_path`` must be in snake_case when referring to built-in Godot properties. Prefer using the names exposed in the ``PropertyName`` class to avoid allocating a new :ref:`StringName<class_StringName>` on each call.
  980. .. rst-class:: classref-item-separator
  981. ----
  982. .. _class_Object_method_set_message_translation:
  983. .. rst-class:: classref-method
  984. void **set_message_translation** **(** :ref:`bool<class_bool>` enable **)**
  985. If set to ``true``, allows the object to translate messages with :ref:`tr<class_Object_method_tr>` and :ref:`tr_n<class_Object_method_tr_n>`. Enabled by default. See also :ref:`can_translate_messages<class_Object_method_can_translate_messages>`.
  986. .. rst-class:: classref-item-separator
  987. ----
  988. .. _class_Object_method_set_meta:
  989. .. rst-class:: classref-method
  990. void **set_meta** **(** :ref:`StringName<class_StringName>` name, :ref:`Variant<class_Variant>` value **)**
  991. Adds or changes the entry ``name`` inside the object's metadata. The metadata ``value`` can be any :ref:`Variant<class_Variant>`, although some types cannot be serialized correctly.
  992. If ``value`` is ``null``, the entry is removed. This is the equivalent of using :ref:`remove_meta<class_Object_method_remove_meta>`. See also :ref:`has_meta<class_Object_method_has_meta>` and :ref:`get_meta<class_Object_method_get_meta>`.
  993. \ **Note:** A metadata's name must be a valid identifier as per :ref:`StringName.is_valid_identifier<class_StringName_method_is_valid_identifier>` method.
  994. \ **Note:** Metadata that has a name starting with an underscore (``_``) is considered editor-only. Editor-only metadata is not displayed in the Inspector and should not be edited, although it can still be found by this method.
  995. .. rst-class:: classref-item-separator
  996. ----
  997. .. _class_Object_method_set_script:
  998. .. rst-class:: classref-method
  999. void **set_script** **(** :ref:`Variant<class_Variant>` script **)**
  1000. Attaches ``script`` to the object, and instantiates it. As a result, the script's :ref:`_init<class_Object_private_method__init>` is called. A :ref:`Script<class_Script>` is used to extend the object's functionality.
  1001. If a script already exists, its instance is detached, and its property values and state are lost. Built-in property values are still kept.
  1002. .. rst-class:: classref-item-separator
  1003. ----
  1004. .. _class_Object_method_to_string:
  1005. .. rst-class:: classref-method
  1006. :ref:`String<class_String>` **to_string** **(** **)**
  1007. Returns a :ref:`String<class_String>` representing the object. Defaults to ``"<ClassName#RID>"``. Override :ref:`_to_string<class_Object_private_method__to_string>` to customize the string representation of the object.
  1008. .. rst-class:: classref-item-separator
  1009. ----
  1010. .. _class_Object_method_tr:
  1011. .. rst-class:: classref-method
  1012. :ref:`String<class_String>` **tr** **(** :ref:`StringName<class_StringName>` message, :ref:`StringName<class_StringName>` context="" **)** |const|
  1013. Translates a ``message``, using the translation catalogs configured in the Project Settings. Further ``context`` can be specified to help with the translation.
  1014. If :ref:`can_translate_messages<class_Object_method_can_translate_messages>` is ``false``, or no translation is available, this method returns the ``message`` without changes. See :ref:`set_message_translation<class_Object_method_set_message_translation>`.
  1015. For detailed examples, see :doc:`Internationalizing games <../tutorials/i18n/internationalizing_games>`.
  1016. .. rst-class:: classref-item-separator
  1017. ----
  1018. .. _class_Object_method_tr_n:
  1019. .. rst-class:: classref-method
  1020. :ref:`String<class_String>` **tr_n** **(** :ref:`StringName<class_StringName>` message, :ref:`StringName<class_StringName>` plural_message, :ref:`int<class_int>` n, :ref:`StringName<class_StringName>` context="" **)** |const|
  1021. Translates a ``message`` or ``plural_message``, using the translation catalogs configured in the Project Settings. Further ``context`` can be specified to help with the translation.
  1022. If :ref:`can_translate_messages<class_Object_method_can_translate_messages>` is ``false``, or no translation is available, this method returns ``message`` or ``plural_message``, without changes. See :ref:`set_message_translation<class_Object_method_set_message_translation>`.
  1023. The ``n`` is the number, or amount, of the message's subject. It is used by the translation system to fetch the correct plural form for the current language.
  1024. For detailed examples, see :doc:`Localization using gettext <../tutorials/i18n/localization_using_gettext>`.
  1025. \ **Note:** Negative and :ref:`float<class_float>` numbers may not properly apply to some countable subjects. It's recommended handling these cases with :ref:`tr<class_Object_method_tr>`.
  1026. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  1027. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  1028. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  1029. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  1030. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  1031. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  1032. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`