class_object.rst 99 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781
  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:`FramebufferCacheRD<class_FramebufferCacheRD>`, :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:`NativeMenu<class_NativeMenu>`, :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:`RenderData<class_RenderData>`, :ref:`RenderingDevice<class_RenderingDevice>`, :ref:`RenderingServer<class_RenderingServer>`, :ref:`RenderSceneData<class_RenderSceneData>`, :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:`UniformSetCacheRD<class_UniformSetCacheRD>`, :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>`\ (\ property\: :ref:`StringName<class_StringName>`\ ) |virtual| |
  44. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  45. | :ref:`Array<class_Array>`\[: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>`\ (\ what\: :ref:`int<class_int>`\ ) |virtual| |
  50. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  51. | :ref:`bool<class_bool>` | :ref:`_property_can_revert<class_Object_private_method__property_can_revert>`\ (\ property\: :ref:`StringName<class_StringName>`\ ) |virtual| |
  52. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  53. | :ref:`Variant<class_Variant>` | :ref:`_property_get_revert<class_Object_private_method__property_get_revert>`\ (\ property\: :ref:`StringName<class_StringName>`\ ) |virtual| |
  54. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  55. | :ref:`bool<class_bool>` | :ref:`_set<class_Object_private_method__set>`\ (\ property\: :ref:`StringName<class_StringName>`, value\: :ref:`Variant<class_Variant>`\ ) |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>`\ (\ property\: :ref:`Dictionary<class_Dictionary>`\ ) |virtual| |
  60. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  61. | |void| | :ref:`add_user_signal<class_Object_method_add_user_signal>`\ (\ signal\: :ref:`String<class_String>`, arguments\: :ref:`Array<class_Array>` = []\ ) |
  62. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  63. | :ref:`Variant<class_Variant>` | :ref:`call<class_Object_method_call>`\ (\ method\: :ref:`StringName<class_StringName>`, ...\ ) |vararg| |
  64. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  65. | :ref:`Variant<class_Variant>` | :ref:`call_deferred<class_Object_method_call_deferred>`\ (\ method\: :ref:`StringName<class_StringName>`, ...\ ) |vararg| |
  66. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  67. | :ref:`Variant<class_Variant>` | :ref:`callv<class_Object_method_callv>`\ (\ method\: :ref:`StringName<class_StringName>`, arg_array\: :ref:`Array<class_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>`\ (\ signal\: :ref:`StringName<class_StringName>`, callable\: :ref:`Callable<class_Callable>`, flags\: :ref:`int<class_int>` = 0\ ) |
  74. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  75. | |void| | :ref:`disconnect<class_Object_method_disconnect>`\ (\ signal\: :ref:`StringName<class_StringName>`, callable\: :ref:`Callable<class_Callable>`\ ) |
  76. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  77. | :ref:`Error<enum_@GlobalScope_Error>` | :ref:`emit_signal<class_Object_method_emit_signal>`\ (\ signal\: :ref:`StringName<class_StringName>`, ...\ ) |vararg| |
  78. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  79. | |void| | :ref:`free<class_Object_method_free>`\ (\ ) |
  80. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  81. | :ref:`Variant<class_Variant>` | :ref:`get<class_Object_method_get>`\ (\ property\: :ref:`StringName<class_StringName>`\ ) |const| |
  82. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  83. | :ref:`String<class_String>` | :ref:`get_class<class_Object_method_get_class>`\ (\ ) |const| |
  84. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  85. | :ref:`Array<class_Array>`\[: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>`\ (\ property_path\: :ref:`NodePath<class_NodePath>`\ ) |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>`\ (\ name\: :ref:`StringName<class_StringName>`, default\: :ref:`Variant<class_Variant>` = null\ ) |const| |
  92. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  93. | :ref:`Array<class_Array>`\[:ref:`StringName<class_StringName>`\] | :ref:`get_meta_list<class_Object_method_get_meta_list>`\ (\ ) |const| |
  94. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  95. | :ref:`int<class_int>` | :ref:`get_method_argument_count<class_Object_method_get_method_argument_count>`\ (\ method\: :ref:`StringName<class_StringName>`\ ) |const| |
  96. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  97. | :ref:`Array<class_Array>`\[:ref:`Dictionary<class_Dictionary>`\] | :ref:`get_method_list<class_Object_method_get_method_list>`\ (\ ) |const| |
  98. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  99. | :ref:`Array<class_Array>`\[:ref:`Dictionary<class_Dictionary>`\] | :ref:`get_property_list<class_Object_method_get_property_list>`\ (\ ) |const| |
  100. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  101. | :ref:`Variant<class_Variant>` | :ref:`get_script<class_Object_method_get_script>`\ (\ ) |const| |
  102. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  103. | :ref:`Array<class_Array>`\[:ref:`Dictionary<class_Dictionary>`\] | :ref:`get_signal_connection_list<class_Object_method_get_signal_connection_list>`\ (\ signal\: :ref:`StringName<class_StringName>`\ ) |const| |
  104. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  105. | :ref:`Array<class_Array>`\[:ref:`Dictionary<class_Dictionary>`\] | :ref:`get_signal_list<class_Object_method_get_signal_list>`\ (\ ) |const| |
  106. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  107. | :ref:`bool<class_bool>` | :ref:`has_meta<class_Object_method_has_meta>`\ (\ name\: :ref:`StringName<class_StringName>`\ ) |const| |
  108. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  109. | :ref:`bool<class_bool>` | :ref:`has_method<class_Object_method_has_method>`\ (\ method\: :ref:`StringName<class_StringName>`\ ) |const| |
  110. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  111. | :ref:`bool<class_bool>` | :ref:`has_signal<class_Object_method_has_signal>`\ (\ signal\: :ref:`StringName<class_StringName>`\ ) |const| |
  112. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  113. | :ref:`bool<class_bool>` | :ref:`has_user_signal<class_Object_method_has_user_signal>`\ (\ signal\: :ref:`StringName<class_StringName>`\ ) |const| |
  114. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  115. | :ref:`bool<class_bool>` | :ref:`is_blocking_signals<class_Object_method_is_blocking_signals>`\ (\ ) |const| |
  116. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  117. | :ref:`bool<class_bool>` | :ref:`is_class<class_Object_method_is_class>`\ (\ class\: :ref:`String<class_String>`\ ) |const| |
  118. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  119. | :ref:`bool<class_bool>` | :ref:`is_connected<class_Object_method_is_connected>`\ (\ signal\: :ref:`StringName<class_StringName>`, callable\: :ref:`Callable<class_Callable>`\ ) |const| |
  120. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  121. | :ref:`bool<class_bool>` | :ref:`is_queued_for_deletion<class_Object_method_is_queued_for_deletion>`\ (\ ) |const| |
  122. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  123. | |void| | :ref:`notification<class_Object_method_notification>`\ (\ what\: :ref:`int<class_int>`, reversed\: :ref:`bool<class_bool>` = false\ ) |
  124. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  125. | |void| | :ref:`notify_property_list_changed<class_Object_method_notify_property_list_changed>`\ (\ ) |
  126. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  127. | :ref:`bool<class_bool>` | :ref:`property_can_revert<class_Object_method_property_can_revert>`\ (\ property\: :ref:`StringName<class_StringName>`\ ) |const| |
  128. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  129. | :ref:`Variant<class_Variant>` | :ref:`property_get_revert<class_Object_method_property_get_revert>`\ (\ property\: :ref:`StringName<class_StringName>`\ ) |const| |
  130. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  131. | |void| | :ref:`remove_meta<class_Object_method_remove_meta>`\ (\ name\: :ref:`StringName<class_StringName>`\ ) |
  132. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  133. | |void| | :ref:`set<class_Object_method_set>`\ (\ property\: :ref:`StringName<class_StringName>`, value\: :ref:`Variant<class_Variant>`\ ) |
  134. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  135. | |void| | :ref:`set_block_signals<class_Object_method_set_block_signals>`\ (\ enable\: :ref:`bool<class_bool>`\ ) |
  136. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  137. | |void| | :ref:`set_deferred<class_Object_method_set_deferred>`\ (\ property\: :ref:`StringName<class_StringName>`, value\: :ref:`Variant<class_Variant>`\ ) |
  138. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  139. | |void| | :ref:`set_indexed<class_Object_method_set_indexed>`\ (\ property_path\: :ref:`NodePath<class_NodePath>`, value\: :ref:`Variant<class_Variant>`\ ) |
  140. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  141. | |void| | :ref:`set_message_translation<class_Object_method_set_message_translation>`\ (\ enable\: :ref:`bool<class_bool>`\ ) |
  142. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  143. | |void| | :ref:`set_meta<class_Object_method_set_meta>`\ (\ name\: :ref:`StringName<class_StringName>`, value\: :ref:`Variant<class_Variant>`\ ) |
  144. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  145. | |void| | :ref:`set_script<class_Object_method_set_script>`\ (\ script\: :ref:`Variant<class_Variant>`\ ) |
  146. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  147. | :ref:`String<class_String>` | :ref:`to_string<class_Object_method_to_string>`\ (\ ) |
  148. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  149. | :ref:`String<class_String>` | :ref:`tr<class_Object_method_tr>`\ (\ message\: :ref:`StringName<class_StringName>`, context\: :ref:`StringName<class_StringName>` = &""\ ) |const| |
  150. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  151. | :ref:`String<class_String>` | :ref:`tr_n<class_Object_method_tr_n>`\ (\ message\: :ref:`StringName<class_StringName>`, plural_message\: :ref:`StringName<class_StringName>`, n\: :ref:`int<class_int>`, context\: :ref:`StringName<class_StringName>` = &""\ ) |const| |
  152. +------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  153. .. rst-class:: classref-section-separator
  154. ----
  155. .. rst-class:: classref-descriptions-group
  156. Signals
  157. -------
  158. .. _class_Object_signal_property_list_changed:
  159. .. rst-class:: classref-signal
  160. **property_list_changed**\ (\ )
  161. Emitted when :ref:`notify_property_list_changed<class_Object_method_notify_property_list_changed>` is called.
  162. .. rst-class:: classref-item-separator
  163. ----
  164. .. _class_Object_signal_script_changed:
  165. .. rst-class:: classref-signal
  166. **script_changed**\ (\ )
  167. Emitted when the object's script is changed.
  168. \ **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>`.
  169. .. rst-class:: classref-section-separator
  170. ----
  171. .. rst-class:: classref-descriptions-group
  172. Enumerations
  173. ------------
  174. .. _enum_Object_ConnectFlags:
  175. .. rst-class:: classref-enumeration
  176. enum **ConnectFlags**:
  177. .. _class_Object_constant_CONNECT_DEFERRED:
  178. .. rst-class:: classref-enumeration-constant
  179. :ref:`ConnectFlags<enum_Object_ConnectFlags>` **CONNECT_DEFERRED** = ``1``
  180. Deferred connections trigger their :ref:`Callable<class_Callable>`\ s on idle time (at the end of the frame), rather than instantly.
  181. .. _class_Object_constant_CONNECT_PERSIST:
  182. .. rst-class:: classref-enumeration-constant
  183. :ref:`ConnectFlags<enum_Object_ConnectFlags>` **CONNECT_PERSIST** = ``2``
  184. 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.
  185. .. _class_Object_constant_CONNECT_ONE_SHOT:
  186. .. rst-class:: classref-enumeration-constant
  187. :ref:`ConnectFlags<enum_Object_ConnectFlags>` **CONNECT_ONE_SHOT** = ``4``
  188. One-shot connections disconnect themselves after emission.
  189. .. _class_Object_constant_CONNECT_REFERENCE_COUNTED:
  190. .. rst-class:: classref-enumeration-constant
  191. :ref:`ConnectFlags<enum_Object_ConnectFlags>` **CONNECT_REFERENCE_COUNTED** = ``8``
  192. 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.
  193. .. rst-class:: classref-section-separator
  194. ----
  195. .. rst-class:: classref-descriptions-group
  196. Constants
  197. ---------
  198. .. _class_Object_constant_NOTIFICATION_POSTINITIALIZE:
  199. .. rst-class:: classref-constant
  200. **NOTIFICATION_POSTINITIALIZE** = ``0``
  201. Notification received when the object is initialized, before its script is attached. Used internally.
  202. .. _class_Object_constant_NOTIFICATION_PREDELETE:
  203. .. rst-class:: classref-constant
  204. **NOTIFICATION_PREDELETE** = ``1``
  205. Notification received when the object is about to be deleted. Can act as the deconstructor of some programming languages.
  206. .. _class_Object_constant_NOTIFICATION_EXTENSION_RELOADED:
  207. .. rst-class:: classref-constant
  208. **NOTIFICATION_EXTENSION_RELOADED** = ``2``
  209. Notification received when the object finishes hot reloading. This notification is only sent for extensions classes and derived.
  210. .. rst-class:: classref-section-separator
  211. ----
  212. .. rst-class:: classref-descriptions-group
  213. Method Descriptions
  214. -------------------
  215. .. _class_Object_private_method__get:
  216. .. rst-class:: classref-method
  217. :ref:`Variant<class_Variant>` **_get**\ (\ property\: :ref:`StringName<class_StringName>`\ ) |virtual|
  218. 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.
  219. 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.
  220. .. tabs::
  221. .. code-tab:: gdscript
  222. func _get(property):
  223. if property == "fake_property":
  224. print("Getting my property!")
  225. return 4
  226. func _get_property_list():
  227. return [
  228. { "name": "fake_property", "type": TYPE_INT }
  229. ]
  230. .. code-tab:: csharp
  231. public override Variant _Get(StringName property)
  232. {
  233. if (property == "FakeProperty")
  234. {
  235. GD.Print("Getting my property!");
  236. return 4;
  237. }
  238. return default;
  239. }
  240. public override Godot.Collections.Array<Godot.Collections.Dictionary> _GetPropertyList()
  241. {
  242. return new Godot.Collections.Array<Godot.Collections.Dictionary>()
  243. {
  244. new Godot.Collections.Dictionary()
  245. {
  246. { "name", "FakeProperty" },
  247. { "type", (int)Variant.Type.Int }
  248. }
  249. };
  250. }
  251. .. rst-class:: classref-item-separator
  252. ----
  253. .. _class_Object_private_method__get_property_list:
  254. .. rst-class:: classref-method
  255. :ref:`Array<class_Array>`\[:ref:`Dictionary<class_Dictionary>`\] **_get_property_list**\ (\ ) |virtual|
  256. Override this method to provide a custom list of additional properties to handle by the engine.
  257. 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.
  258. You can use :ref:`_property_can_revert<class_Object_private_method__property_can_revert>` and :ref:`_property_get_revert<class_Object_private_method__property_get_revert>` to customize the default values of the properties added by this method.
  259. The example below displays a list of numbers shown as words going from ``ZERO`` to ``FIVE``, with ``number_count`` controlling the size of the list:
  260. .. tabs::
  261. .. code-tab:: gdscript
  262. @tool
  263. extends Node
  264. @export var number_count = 3:
  265. set(nc):
  266. number_count = nc
  267. numbers.resize(number_count)
  268. notify_property_list_changed()
  269. var numbers = PackedInt32Array([0, 0, 0])
  270. func _get_property_list():
  271. var properties = []
  272. for i in range(number_count):
  273. properties.append({
  274. "name": "number_%d" % i,
  275. "type": TYPE_INT,
  276. "hint": PROPERTY_HINT_ENUM,
  277. "hint_string": "ZERO,ONE,TWO,THREE,FOUR,FIVE",
  278. })
  279. return properties
  280. func _get(property):
  281. if property.begins_with("number_"):
  282. var index = property.get_slice("_", 1).to_int()
  283. return numbers[index]
  284. func _set(property, value):
  285. if property.begins_with("number_"):
  286. var index = property.get_slice("_", 1).to_int()
  287. numbers[index] = value
  288. return true
  289. return false
  290. .. code-tab:: csharp
  291. [Tool]
  292. public partial class MyNode : Node
  293. {
  294. private int _numberCount;
  295. [Export]
  296. public int NumberCount
  297. {
  298. get => _numberCount;
  299. set
  300. {
  301. _numberCount = value;
  302. _numbers.Resize(_numberCount);
  303. NotifyPropertyListChanged();
  304. }
  305. }
  306. private List<int> _numbers = new();
  307. public override Godot.Collections.Array<Godot.Collections.Dictionary> _GetPropertyList()
  308. {
  309. var properties = new Godot.Collections.Array<Godot.Collections.Dictionary>();
  310. for (int i = 0; i < _numberCount; i++)
  311. {
  312. properties.Add(new Godot.Collections.Dictionary()
  313. {
  314. { "name", $"number_{i}" },
  315. { "type", (int)Variant.Type.Int },
  316. { "hint", (int)PropertyHint.Enum },
  317. { "hint_string", "Zero,One,Two,Three,Four,Five" },
  318. });
  319. }
  320. return properties;
  321. }
  322. public override Variant _Get(StringName property)
  323. {
  324. string propertyName = property.ToString();
  325. if (propertyName.StartsWith("number_"))
  326. {
  327. int index = int.Parse(propertyName.Substring("number_".Length));
  328. return _numbers[index];
  329. }
  330. return default;
  331. }
  332. public override bool _Set(StringName property, Variant value)
  333. {
  334. string propertyName = property.ToString();
  335. if (propertyName.StartsWith("number_"))
  336. {
  337. int index = int.Parse(propertyName.Substring("number_".Length));
  338. numbers[index] = value.As<int>();
  339. return true;
  340. }
  341. return false;
  342. }
  343. }
  344. \ **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. If you want to customize exported properties, use :ref:`_validate_property<class_Object_private_method__validate_property>`.
  345. \ **Note:** If the object's script is not :ref:`@GDScript.@tool<class_@GDScript_annotation_@tool>`, this method will not be called in the editor.
  346. .. rst-class:: classref-item-separator
  347. ----
  348. .. _class_Object_private_method__init:
  349. .. rst-class:: classref-method
  350. |void| **_init**\ (\ ) |virtual|
  351. 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.
  352. \ **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.
  353. .. rst-class:: classref-item-separator
  354. ----
  355. .. _class_Object_private_method__notification:
  356. .. rst-class:: classref-method
  357. |void| **_notification**\ (\ what\: :ref:`int<class_int>`\ ) |virtual|
  358. 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>`.
  359. .. tabs::
  360. .. code-tab:: gdscript
  361. func _notification(what):
  362. if what == NOTIFICATION_PREDELETE:
  363. print("Goodbye!")
  364. .. code-tab:: csharp
  365. public override void _Notification(int what)
  366. {
  367. if (what == NotificationPredelete)
  368. {
  369. GD.Print("Goodbye!");
  370. }
  371. }
  372. \ **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.
  373. .. rst-class:: classref-item-separator
  374. ----
  375. .. _class_Object_private_method__property_can_revert:
  376. .. rst-class:: classref-method
  377. :ref:`bool<class_bool>` **_property_can_revert**\ (\ property\: :ref:`StringName<class_StringName>`\ ) |virtual|
  378. Override this method to customize the given ``property``'s revert behavior. Should return ``true`` if the ``property`` has a custom default value and is revertible in the Inspector dock. Use :ref:`_property_get_revert<class_Object_private_method__property_get_revert>` to specify the ``property``'s default value.
  379. \ **Note:** This method must return consistently, regardless of the current value of the ``property``.
  380. .. rst-class:: classref-item-separator
  381. ----
  382. .. _class_Object_private_method__property_get_revert:
  383. .. rst-class:: classref-method
  384. :ref:`Variant<class_Variant>` **_property_get_revert**\ (\ property\: :ref:`StringName<class_StringName>`\ ) |virtual|
  385. 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.
  386. \ **Note:** :ref:`_property_can_revert<class_Object_private_method__property_can_revert>` must also be overridden for this method to be called.
  387. .. rst-class:: classref-item-separator
  388. ----
  389. .. _class_Object_private_method__set:
  390. .. rst-class:: classref-method
  391. :ref:`bool<class_bool>` **_set**\ (\ property\: :ref:`StringName<class_StringName>`, value\: :ref:`Variant<class_Variant>`\ ) |virtual|
  392. 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.
  393. 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.
  394. .. tabs::
  395. .. code-tab:: gdscript
  396. var internal_data = {}
  397. func _set(property, value):
  398. if property == "fake_property":
  399. # Storing the value in the fake property.
  400. internal_data["fake_property"] = value
  401. return true
  402. return false
  403. func _get_property_list():
  404. return [
  405. { "name": "fake_property", "type": TYPE_INT }
  406. ]
  407. .. code-tab:: csharp
  408. private Godot.Collections.Dictionary _internalData = new Godot.Collections.Dictionary();
  409. public override bool _Set(StringName property, Variant value)
  410. {
  411. if (property == "FakeProperty")
  412. {
  413. // Storing the value in the fake property.
  414. _internalData["FakeProperty"] = value;
  415. return true;
  416. }
  417. return false;
  418. }
  419. public override Godot.Collections.Array<Godot.Collections.Dictionary> _GetPropertyList()
  420. {
  421. return new Godot.Collections.Array<Godot.Collections.Dictionary>()
  422. {
  423. new Godot.Collections.Dictionary()
  424. {
  425. { "name", "FakeProperty" },
  426. { "type", (int)Variant.Type.Int }
  427. }
  428. };
  429. }
  430. .. rst-class:: classref-item-separator
  431. ----
  432. .. _class_Object_private_method__to_string:
  433. .. rst-class:: classref-method
  434. :ref:`String<class_String>` **_to_string**\ (\ ) |virtual|
  435. 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>`.
  436. ::
  437. func _to_string():
  438. return "Welcome to Godot 4!"
  439. func _init():
  440. print(self) # Prints Welcome to Godot 4!"
  441. var a = str(self) # a is "Welcome to Godot 4!"
  442. .. rst-class:: classref-item-separator
  443. ----
  444. .. _class_Object_private_method__validate_property:
  445. .. rst-class:: classref-method
  446. |void| **_validate_property**\ (\ property\: :ref:`Dictionary<class_Dictionary>`\ ) |virtual|
  447. Override this method to customize existing properties. Every property info goes through this method, except properties added with :ref:`_get_property_list<class_Object_private_method__get_property_list>`. The dictionary contents is the same as in :ref:`_get_property_list<class_Object_private_method__get_property_list>`.
  448. .. tabs::
  449. .. code-tab:: gdscript
  450. @tool
  451. extends Node
  452. @export var is_number_editable: bool:
  453. set(value):
  454. is_number_editable = value
  455. notify_property_list_changed()
  456. @export var number: int
  457. func _validate_property(property: Dictionary):
  458. if property.name == "number" and not is_number_editable:
  459. property.usage |= PROPERTY_USAGE_READ_ONLY
  460. .. code-tab:: csharp
  461. [Tool]
  462. public partial class MyNode : Node
  463. {
  464. private bool _isNumberEditable;
  465. [Export]
  466. public bool IsNumberEditable
  467. {
  468. get => _isNumberEditable;
  469. set
  470. {
  471. _isNumberEditable = value;
  472. NotifyPropertyListChanged();
  473. }
  474. }
  475. [Export]
  476. public int Number { get; set; }
  477. public override void _ValidateProperty(Godot.Collections.Dictionary property)
  478. {
  479. if (property["name"].AsStringName() == PropertyName.Number && IsNumberEditable)
  480. {
  481. var usage = property["usage"].As<PropertyUsageFlags>() | PropertyUsageFlags.ReadOnly;
  482. property["usage"] = (int)usage;
  483. }
  484. }
  485. }
  486. .. rst-class:: classref-item-separator
  487. ----
  488. .. _class_Object_method_add_user_signal:
  489. .. rst-class:: classref-method
  490. |void| **add_user_signal**\ (\ signal\: :ref:`String<class_String>`, arguments\: :ref:`Array<class_Array>` = []\ )
  491. 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>`.
  492. .. tabs::
  493. .. code-tab:: gdscript
  494. add_user_signal("hurt", [
  495. { "name": "damage", "type": TYPE_INT },
  496. { "name": "source", "type": TYPE_OBJECT }
  497. ])
  498. .. code-tab:: csharp
  499. AddUserSignal("Hurt", new Godot.Collections.Array()
  500. {
  501. new Godot.Collections.Dictionary()
  502. {
  503. { "name", "damage" },
  504. { "type", (int)Variant.Type.Int }
  505. },
  506. new Godot.Collections.Dictionary()
  507. {
  508. { "name", "source" },
  509. { "type", (int)Variant.Type.Object }
  510. }
  511. });
  512. .. rst-class:: classref-item-separator
  513. ----
  514. .. _class_Object_method_call:
  515. .. rst-class:: classref-method
  516. :ref:`Variant<class_Variant>` **call**\ (\ method\: :ref:`StringName<class_StringName>`, ...\ ) |vararg|
  517. 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.
  518. .. tabs::
  519. .. code-tab:: gdscript
  520. var node = Node3D.new()
  521. node.call("rotate", Vector3(1.0, 0.0, 0.0), 1.571)
  522. .. code-tab:: csharp
  523. var node = new Node3D();
  524. node.Call(Node3D.MethodName.Rotate, new Vector3(1f, 0f, 0f), 1.571f);
  525. \ **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.
  526. .. rst-class:: classref-item-separator
  527. ----
  528. .. _class_Object_method_call_deferred:
  529. .. rst-class:: classref-method
  530. :ref:`Variant<class_Variant>` **call_deferred**\ (\ method\: :ref:`StringName<class_StringName>`, ...\ ) |vararg|
  531. Calls the ``method`` on the object during idle time. Always returns null, **not** the method's result.
  532. 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. This means you should not call a method deferred from itself (or from a method called by it), as this causes infinite recursion the same way as if you had called the method directly.
  533. This method supports a variable number of arguments, so parameters can be passed as a comma separated list.
  534. .. tabs::
  535. .. code-tab:: gdscript
  536. var node = Node3D.new()
  537. node.call_deferred("rotate", Vector3(1.0, 0.0, 0.0), 1.571)
  538. .. code-tab:: csharp
  539. var node = new Node3D();
  540. node.CallDeferred(Node3D.MethodName.Rotate, new Vector3(1f, 0f, 0f), 1.571f);
  541. See also :ref:`Callable.call_deferred<class_Callable_method_call_deferred>`.
  542. \ **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.
  543. \ **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.
  544. ::
  545. var node = Node3D.new()
  546. # Make a Callable and bind the arguments to the node's rotate() call.
  547. var callable = node.rotate.bind(Vector3(1.0, 0.0, 0.0), 1.571)
  548. # Connect the callable to the process_frame signal, so it gets called in the next process frame.
  549. # CONNECT_ONE_SHOT makes sure it only gets called once instead of every frame.
  550. get_tree().process_frame.connect(callable, CONNECT_ONE_SHOT)
  551. .. rst-class:: classref-item-separator
  552. ----
  553. .. _class_Object_method_callv:
  554. .. rst-class:: classref-method
  555. :ref:`Variant<class_Variant>` **callv**\ (\ method\: :ref:`StringName<class_StringName>`, arg_array\: :ref:`Array<class_Array>`\ )
  556. 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``.
  557. .. tabs::
  558. .. code-tab:: gdscript
  559. var node = Node3D.new()
  560. node.callv("rotate", [Vector3(1.0, 0.0, 0.0), 1.571])
  561. .. code-tab:: csharp
  562. var node = new Node3D();
  563. node.Callv(Node3D.MethodName.Rotate, new Godot.Collections.Array { new Vector3(1f, 0f, 0f), 1.571f });
  564. \ **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.
  565. .. rst-class:: classref-item-separator
  566. ----
  567. .. _class_Object_method_can_translate_messages:
  568. .. rst-class:: classref-method
  569. :ref:`bool<class_bool>` **can_translate_messages**\ (\ ) |const|
  570. 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>`.
  571. .. rst-class:: classref-item-separator
  572. ----
  573. .. _class_Object_method_cancel_free:
  574. .. rst-class:: classref-method
  575. |void| **cancel_free**\ (\ )
  576. 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.
  577. .. rst-class:: classref-item-separator
  578. ----
  579. .. _class_Object_method_connect:
  580. .. rst-class:: classref-method
  581. :ref:`Error<enum_@GlobalScope_Error>` **connect**\ (\ signal\: :ref:`StringName<class_StringName>`, callable\: :ref:`Callable<class_Callable>`, flags\: :ref:`int<class_int>` = 0\ )
  582. 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).
  583. 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.
  584. If the ``callable``'s object is freed, the connection will be lost.
  585. \ **Examples with recommended syntax:**\
  586. 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.
  587. .. tabs::
  588. .. code-tab:: gdscript
  589. func _ready():
  590. var button = Button.new()
  591. # `button_down` here is a Signal variant type, and we thus call the Signal.connect() method, not Object.connect().
  592. # See discussion below for a more in-depth overview of the API.
  593. button.button_down.connect(_on_button_down)
  594. # This assumes that a `Player` class exists, which defines a `hit` signal.
  595. var player = Player.new()
  596. # We use Signal.connect() again, and we also use the Callable.bind() method,
  597. # which returns a new Callable with the parameter binds.
  598. player.hit.connect(_on_player_hit.bind("sword", 100))
  599. func _on_button_down():
  600. print("Button down!")
  601. func _on_player_hit(weapon_type, damage):
  602. print("Hit with weapon %s for %d damage." % [weapon_type, damage])
  603. .. code-tab:: csharp
  604. public override void _Ready()
  605. {
  606. var button = new Button();
  607. // C# supports passing signals as events, so we can use this idiomatic construct:
  608. button.ButtonDown += OnButtonDown;
  609. // This assumes that a `Player` class exists, which defines a `Hit` signal.
  610. var player = new Player();
  611. // We can use lambdas when we need to bind additional parameters.
  612. player.Hit += () => OnPlayerHit("sword", 100);
  613. }
  614. private void OnButtonDown()
  615. {
  616. GD.Print("Button down!");
  617. }
  618. private void OnPlayerHit(string weaponType, int damage)
  619. {
  620. GD.Print($"Hit with weapon {weaponType} for {damage} damage.");
  621. }
  622. \ **\ ``Object.connect()`` or ``Signal.connect()``?**\
  623. 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.
  624. .. tabs::
  625. .. code-tab:: gdscript
  626. func _ready():
  627. var button = Button.new()
  628. # Option 1: Object.connect() with an implicit Callable for the defined function.
  629. button.connect("button_down", _on_button_down)
  630. # Option 2: Object.connect() with a constructed Callable using a target object and method name.
  631. button.connect("button_down", Callable(self, "_on_button_down"))
  632. # Option 3: Signal.connect() with an implicit Callable for the defined function.
  633. button.button_down.connect(_on_button_down)
  634. # Option 4: Signal.connect() with a constructed Callable using a target object and method name.
  635. button.button_down.connect(Callable(self, "_on_button_down"))
  636. func _on_button_down():
  637. print("Button down!")
  638. .. code-tab:: csharp
  639. public override void _Ready()
  640. {
  641. var button = new Button();
  642. // Option 1: In C#, we can use signals as events and connect with this idiomatic syntax:
  643. button.ButtonDown += OnButtonDown;
  644. // Option 2: GodotObject.Connect() with a constructed Callable from a method group.
  645. button.Connect(Button.SignalName.ButtonDown, Callable.From(OnButtonDown));
  646. // Option 3: GodotObject.Connect() with a constructed Callable using a target object and method name.
  647. button.Connect(Button.SignalName.ButtonDown, new Callable(this, MethodName.OnButtonDown));
  648. }
  649. private void OnButtonDown()
  650. {
  651. GD.Print("Button down!");
  652. }
  653. 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.
  654. \ **Binding and passing parameters:**\
  655. 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.
  656. 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.
  657. .. tabs::
  658. .. code-tab:: gdscript
  659. func _ready():
  660. # This assumes that a `Player` class exists, which defines a `hit` signal.
  661. var player = Player.new()
  662. # Using Callable.bind().
  663. player.hit.connect(_on_player_hit.bind("sword", 100))
  664. # Parameters added when emitting the signal are passed first.
  665. player.emit_signal("hit", "Dark lord", 5)
  666. # We pass two arguments when emitting (`hit_by`, `level`),
  667. # and bind two more arguments when connecting (`weapon_type`, `damage`).
  668. func _on_player_hit(hit_by, level, weapon_type, damage):
  669. print("Hit by %s (level %d) with weapon %s for %d damage." % [hit_by, level, weapon_type, damage])
  670. .. code-tab:: csharp
  671. public override void _Ready()
  672. {
  673. // This assumes that a `Player` class exists, which defines a `Hit` signal.
  674. var player = new Player();
  675. // Using lambda expressions that create a closure that captures the additional parameters.
  676. // The lambda only receives the parameters defined by the signal's delegate.
  677. player.Hit += (hitBy, level) => OnPlayerHit(hitBy, level, "sword", 100);
  678. // Parameters added when emitting the signal are passed first.
  679. player.EmitSignal(SignalName.Hit, "Dark lord", 5);
  680. }
  681. // We pass two arguments when emitting (`hit_by`, `level`),
  682. // and bind two more arguments when connecting (`weapon_type`, `damage`).
  683. private void OnPlayerHit(string hitBy, int level, string weaponType, int damage)
  684. {
  685. GD.Print($"Hit by {hitBy} (level {level}) with weapon {weaponType} for {damage} damage.");
  686. }
  687. .. rst-class:: classref-item-separator
  688. ----
  689. .. _class_Object_method_disconnect:
  690. .. rst-class:: classref-method
  691. |void| **disconnect**\ (\ signal\: :ref:`StringName<class_StringName>`, callable\: :ref:`Callable<class_Callable>`\ )
  692. 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.
  693. .. rst-class:: classref-item-separator
  694. ----
  695. .. _class_Object_method_emit_signal:
  696. .. rst-class:: classref-method
  697. :ref:`Error<enum_@GlobalScope_Error>` **emit_signal**\ (\ signal\: :ref:`StringName<class_StringName>`, ...\ ) |vararg|
  698. 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.
  699. Returns :ref:`@GlobalScope.ERR_UNAVAILABLE<class_@GlobalScope_constant_ERR_UNAVAILABLE>` if ``signal`` does not exist or the parameters are invalid.
  700. .. tabs::
  701. .. code-tab:: gdscript
  702. emit_signal("hit", "sword", 100)
  703. emit_signal("game_over")
  704. .. code-tab:: csharp
  705. EmitSignal(SignalName.Hit, "sword", 100);
  706. EmitSignal(SignalName.GameOver);
  707. \ **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.
  708. .. rst-class:: classref-item-separator
  709. ----
  710. .. _class_Object_method_free:
  711. .. rst-class:: classref-method
  712. |void| **free**\ (\ )
  713. 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``.
  714. .. rst-class:: classref-item-separator
  715. ----
  716. .. _class_Object_method_get:
  717. .. rst-class:: classref-method
  718. :ref:`Variant<class_Variant>` **get**\ (\ property\: :ref:`StringName<class_StringName>`\ ) |const|
  719. Returns the :ref:`Variant<class_Variant>` value of the given ``property``. If the ``property`` does not exist, this method returns ``null``.
  720. .. tabs::
  721. .. code-tab:: gdscript
  722. var node = Node2D.new()
  723. node.rotation = 1.5
  724. var a = node.get("rotation") # a is 1.5
  725. .. code-tab:: csharp
  726. var node = new Node2D();
  727. node.Rotation = 1.5f;
  728. var a = node.Get(Node2D.PropertyName.Rotation); // a is 1.5
  729. \ **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.
  730. .. rst-class:: classref-item-separator
  731. ----
  732. .. _class_Object_method_get_class:
  733. .. rst-class:: classref-method
  734. :ref:`String<class_String>` **get_class**\ (\ ) |const|
  735. Returns the object's built-in class name, as a :ref:`String<class_String>`. See also :ref:`is_class<class_Object_method_is_class>`.
  736. \ **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.
  737. .. rst-class:: classref-item-separator
  738. ----
  739. .. _class_Object_method_get_incoming_connections:
  740. .. rst-class:: classref-method
  741. :ref:`Array<class_Array>`\[:ref:`Dictionary<class_Dictionary>`\] **get_incoming_connections**\ (\ ) |const|
  742. 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:
  743. - ``signal`` is a reference to the :ref:`Signal<class_Signal>`;
  744. - ``callable`` is a reference to the :ref:`Callable<class_Callable>`;
  745. - ``flags`` is a combination of :ref:`ConnectFlags<enum_Object_ConnectFlags>`.
  746. .. rst-class:: classref-item-separator
  747. ----
  748. .. _class_Object_method_get_indexed:
  749. .. rst-class:: classref-method
  750. :ref:`Variant<class_Variant>` **get_indexed**\ (\ property_path\: :ref:`NodePath<class_NodePath>`\ ) |const|
  751. 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.
  752. \ **Examples:** ``"position:x"`` or ``"material:next_pass:blend_mode"``.
  753. .. tabs::
  754. .. code-tab:: gdscript
  755. var node = Node2D.new()
  756. node.position = Vector2(5, -10)
  757. var a = node.get_indexed("position") # a is Vector2(5, -10)
  758. var b = node.get_indexed("position:y") # b is -10
  759. .. code-tab:: csharp
  760. var node = new Node2D();
  761. node.Position = new Vector2(5, -10);
  762. var a = node.GetIndexed("position"); // a is Vector2(5, -10)
  763. var b = node.GetIndexed("position:y"); // b is -10
  764. \ **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.
  765. \ **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.
  766. .. rst-class:: classref-item-separator
  767. ----
  768. .. _class_Object_method_get_instance_id:
  769. .. rst-class:: classref-method
  770. :ref:`int<class_int>` **get_instance_id**\ (\ ) |const|
  771. 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>`.
  772. .. rst-class:: classref-item-separator
  773. ----
  774. .. _class_Object_method_get_meta:
  775. .. rst-class:: classref-method
  776. :ref:`Variant<class_Variant>` **get_meta**\ (\ name\: :ref:`StringName<class_StringName>`, default\: :ref:`Variant<class_Variant>` = null\ ) |const|
  777. 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.
  778. \ **Note:** A metadata's name must be a valid identifier as per :ref:`StringName.is_valid_identifier<class_StringName_method_is_valid_identifier>` method.
  779. \ **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.
  780. .. rst-class:: classref-item-separator
  781. ----
  782. .. _class_Object_method_get_meta_list:
  783. .. rst-class:: classref-method
  784. :ref:`Array<class_Array>`\[:ref:`StringName<class_StringName>`\] **get_meta_list**\ (\ ) |const|
  785. Returns the object's metadata entry names as a :ref:`PackedStringArray<class_PackedStringArray>`.
  786. .. rst-class:: classref-item-separator
  787. ----
  788. .. _class_Object_method_get_method_argument_count:
  789. .. rst-class:: classref-method
  790. :ref:`int<class_int>` **get_method_argument_count**\ (\ method\: :ref:`StringName<class_StringName>`\ ) |const|
  791. Returns the number of arguments of the given ``method`` by name.
  792. \ **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.
  793. .. rst-class:: classref-item-separator
  794. ----
  795. .. _class_Object_method_get_method_list:
  796. .. rst-class:: classref-method
  797. :ref:`Array<class_Array>`\[:ref:`Dictionary<class_Dictionary>`\] **get_method_list**\ (\ ) |const|
  798. 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:
  799. - ``name`` is the name of the method, as a :ref:`String<class_String>`;
  800. - ``args`` is an :ref:`Array<class_Array>` of dictionaries representing the arguments;
  801. - ``default_args`` is the default arguments as an :ref:`Array<class_Array>` of variants;
  802. - ``flags`` is a combination of :ref:`MethodFlags<enum_@GlobalScope_MethodFlags>`;
  803. - ``id`` is the method's internal identifier :ref:`int<class_int>`;
  804. - ``return`` is the returned value, as a :ref:`Dictionary<class_Dictionary>`;
  805. \ **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.
  806. .. rst-class:: classref-item-separator
  807. ----
  808. .. _class_Object_method_get_property_list:
  809. .. rst-class:: classref-method
  810. :ref:`Array<class_Array>`\[:ref:`Dictionary<class_Dictionary>`\] **get_property_list**\ (\ ) |const|
  811. Returns the object's property list as an :ref:`Array<class_Array>` of dictionaries. Each :ref:`Dictionary<class_Dictionary>` contains the following entries:
  812. - ``name`` is the property's name, as a :ref:`String<class_String>`;
  813. - ``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;
  814. - ``type`` is the property's type, as an :ref:`int<class_int>` (see :ref:`Variant.Type<enum_@GlobalScope_Variant.Type>`);
  815. - ``hint`` is *how* the property is meant to be edited (see :ref:`PropertyHint<enum_@GlobalScope_PropertyHint>`);
  816. - ``hint_string`` depends on the hint (see :ref:`PropertyHint<enum_@GlobalScope_PropertyHint>`);
  817. - ``usage`` is a combination of :ref:`PropertyUsageFlags<enum_@GlobalScope_PropertyUsageFlags>`.
  818. \ **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.
  819. .. rst-class:: classref-item-separator
  820. ----
  821. .. _class_Object_method_get_script:
  822. .. rst-class:: classref-method
  823. :ref:`Variant<class_Variant>` **get_script**\ (\ ) |const|
  824. Returns the object's :ref:`Script<class_Script>` instance, or ``null`` if no script is attached.
  825. .. rst-class:: classref-item-separator
  826. ----
  827. .. _class_Object_method_get_signal_connection_list:
  828. .. rst-class:: classref-method
  829. :ref:`Array<class_Array>`\[:ref:`Dictionary<class_Dictionary>`\] **get_signal_connection_list**\ (\ signal\: :ref:`StringName<class_StringName>`\ ) |const|
  830. 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:
  831. - ``signal`` is a reference to the :ref:`Signal<class_Signal>`;
  832. - ``callable`` is a reference to the connected :ref:`Callable<class_Callable>`;
  833. - ``flags`` is a combination of :ref:`ConnectFlags<enum_Object_ConnectFlags>`.
  834. .. rst-class:: classref-item-separator
  835. ----
  836. .. _class_Object_method_get_signal_list:
  837. .. rst-class:: classref-method
  838. :ref:`Array<class_Array>`\[:ref:`Dictionary<class_Dictionary>`\] **get_signal_list**\ (\ ) |const|
  839. Returns the list of existing signals as an :ref:`Array<class_Array>` of dictionaries.
  840. \ **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>`.
  841. .. rst-class:: classref-item-separator
  842. ----
  843. .. _class_Object_method_has_meta:
  844. .. rst-class:: classref-method
  845. :ref:`bool<class_bool>` **has_meta**\ (\ name\: :ref:`StringName<class_StringName>`\ ) |const|
  846. 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>`.
  847. \ **Note:** A metadata's name must be a valid identifier as per :ref:`StringName.is_valid_identifier<class_StringName_method_is_valid_identifier>` method.
  848. \ **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.
  849. .. rst-class:: classref-item-separator
  850. ----
  851. .. _class_Object_method_has_method:
  852. .. rst-class:: classref-method
  853. :ref:`bool<class_bool>` **has_method**\ (\ method\: :ref:`StringName<class_StringName>`\ ) |const|
  854. Returns ``true`` if the given ``method`` name exists in the object.
  855. \ **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.
  856. .. rst-class:: classref-item-separator
  857. ----
  858. .. _class_Object_method_has_signal:
  859. .. rst-class:: classref-method
  860. :ref:`bool<class_bool>` **has_signal**\ (\ signal\: :ref:`StringName<class_StringName>`\ ) |const|
  861. Returns ``true`` if the given ``signal`` name exists in the object.
  862. \ **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.
  863. .. rst-class:: classref-item-separator
  864. ----
  865. .. _class_Object_method_has_user_signal:
  866. .. rst-class:: classref-method
  867. :ref:`bool<class_bool>` **has_user_signal**\ (\ signal\: :ref:`StringName<class_StringName>`\ ) |const|
  868. 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.
  869. .. rst-class:: classref-item-separator
  870. ----
  871. .. _class_Object_method_is_blocking_signals:
  872. .. rst-class:: classref-method
  873. :ref:`bool<class_bool>` **is_blocking_signals**\ (\ ) |const|
  874. Returns ``true`` if the object is blocking its signals from being emitted. See :ref:`set_block_signals<class_Object_method_set_block_signals>`.
  875. .. rst-class:: classref-item-separator
  876. ----
  877. .. _class_Object_method_is_class:
  878. .. rst-class:: classref-method
  879. :ref:`bool<class_bool>` **is_class**\ (\ class\: :ref:`String<class_String>`\ ) |const|
  880. Returns ``true`` if the object inherits from the given ``class``. See also :ref:`get_class<class_Object_method_get_class>`.
  881. .. tabs::
  882. .. code-tab:: gdscript
  883. var sprite2d = Sprite2D.new()
  884. sprite2d.is_class("Sprite2D") # Returns true
  885. sprite2d.is_class("Node") # Returns true
  886. sprite2d.is_class("Node3D") # Returns false
  887. .. code-tab:: csharp
  888. var sprite2D = new Sprite2D();
  889. sprite2D.IsClass("Sprite2D"); // Returns true
  890. sprite2D.IsClass("Node"); // Returns true
  891. sprite2D.IsClass("Node3D"); // Returns false
  892. \ **Note:** This method ignores ``class_name`` declarations in the object's script.
  893. .. rst-class:: classref-item-separator
  894. ----
  895. .. _class_Object_method_is_connected:
  896. .. rst-class:: classref-method
  897. :ref:`bool<class_bool>` **is_connected**\ (\ signal\: :ref:`StringName<class_StringName>`, callable\: :ref:`Callable<class_Callable>`\ ) |const|
  898. Returns ``true`` if a connection exists between the given ``signal`` name and ``callable``.
  899. \ **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.
  900. .. rst-class:: classref-item-separator
  901. ----
  902. .. _class_Object_method_is_queued_for_deletion:
  903. .. rst-class:: classref-method
  904. :ref:`bool<class_bool>` **is_queued_for_deletion**\ (\ ) |const|
  905. Returns ``true`` if the :ref:`Node.queue_free<class_Node_method_queue_free>` method was called for the object.
  906. .. rst-class:: classref-item-separator
  907. ----
  908. .. _class_Object_method_notification:
  909. .. rst-class:: classref-method
  910. |void| **notification**\ (\ what\: :ref:`int<class_int>`, reversed\: :ref:`bool<class_bool>` = false\ )
  911. 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.
  912. If ``reversed`` is ``true``, the call order is reversed.
  913. .. tabs::
  914. .. code-tab:: gdscript
  915. var player = Node2D.new()
  916. player.set_script(load("res://player.gd"))
  917. player.notification(NOTIFICATION_ENTER_TREE)
  918. # The call order is Object -> Node -> Node2D -> player.gd.
  919. player.notification(NOTIFICATION_ENTER_TREE, true)
  920. # The call order is player.gd -> Node2D -> Node -> Object.
  921. .. code-tab:: csharp
  922. var player = new Node2D();
  923. player.SetScript(GD.Load("res://player.gd"));
  924. player.Notification(NotificationEnterTree);
  925. // The call order is GodotObject -> Node -> Node2D -> player.gd.
  926. player.Notification(NotificationEnterTree, true);
  927. // The call order is player.gd -> Node2D -> Node -> GodotObject.
  928. .. rst-class:: classref-item-separator
  929. ----
  930. .. _class_Object_method_notify_property_list_changed:
  931. .. rst-class:: classref-method
  932. |void| **notify_property_list_changed**\ (\ )
  933. 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.
  934. .. rst-class:: classref-item-separator
  935. ----
  936. .. _class_Object_method_property_can_revert:
  937. .. rst-class:: classref-method
  938. :ref:`bool<class_bool>` **property_can_revert**\ (\ property\: :ref:`StringName<class_StringName>`\ ) |const|
  939. 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.
  940. \ **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``.
  941. .. rst-class:: classref-item-separator
  942. ----
  943. .. _class_Object_method_property_get_revert:
  944. .. rst-class:: classref-method
  945. :ref:`Variant<class_Variant>` **property_get_revert**\ (\ property\: :ref:`StringName<class_StringName>`\ ) |const|
  946. 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.
  947. \ **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``.
  948. .. rst-class:: classref-item-separator
  949. ----
  950. .. _class_Object_method_remove_meta:
  951. .. rst-class:: classref-method
  952. |void| **remove_meta**\ (\ name\: :ref:`StringName<class_StringName>`\ )
  953. 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>`.
  954. \ **Note:** A metadata's name must be a valid identifier as per :ref:`StringName.is_valid_identifier<class_StringName_method_is_valid_identifier>` method.
  955. \ **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.
  956. .. rst-class:: classref-item-separator
  957. ----
  958. .. _class_Object_method_set:
  959. .. rst-class:: classref-method
  960. |void| **set**\ (\ property\: :ref:`StringName<class_StringName>`, value\: :ref:`Variant<class_Variant>`\ )
  961. Assigns ``value`` to the given ``property``. If the property does not exist or the given ``value``'s type doesn't match, nothing happens.
  962. .. tabs::
  963. .. code-tab:: gdscript
  964. var node = Node2D.new()
  965. node.set("global_scale", Vector2(8, 2.5))
  966. print(node.global_scale) # Prints (8, 2.5)
  967. .. code-tab:: csharp
  968. var node = new Node2D();
  969. node.Set(Node2D.PropertyName.GlobalScale, new Vector2(8, 2.5));
  970. GD.Print(node.GlobalScale); // Prints Vector2(8, 2.5)
  971. \ **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.
  972. .. rst-class:: classref-item-separator
  973. ----
  974. .. _class_Object_method_set_block_signals:
  975. .. rst-class:: classref-method
  976. |void| **set_block_signals**\ (\ enable\: :ref:`bool<class_bool>`\ )
  977. 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``.
  978. .. rst-class:: classref-item-separator
  979. ----
  980. .. _class_Object_method_set_deferred:
  981. .. rst-class:: classref-method
  982. |void| **set_deferred**\ (\ property\: :ref:`StringName<class_StringName>`, value\: :ref:`Variant<class_Variant>`\ )
  983. 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>`.
  984. .. tabs::
  985. .. code-tab:: gdscript
  986. var node = Node2D.new()
  987. add_child(node)
  988. node.rotation = 1.5
  989. node.set_deferred("rotation", 3.0)
  990. print(node.rotation) # Prints 1.5
  991. await get_tree().process_frame
  992. print(node.rotation) # Prints 3.0
  993. .. code-tab:: csharp
  994. var node = new Node2D();
  995. node.Rotation = 1.5f;
  996. node.SetDeferred(Node2D.PropertyName.Rotation, 3f);
  997. GD.Print(node.Rotation); // Prints 1.5
  998. await ToSignal(GetTree(), SceneTree.SignalName.ProcessFrame);
  999. GD.Print(node.Rotation); // Prints 3.0
  1000. \ **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.
  1001. .. rst-class:: classref-item-separator
  1002. ----
  1003. .. _class_Object_method_set_indexed:
  1004. .. rst-class:: classref-method
  1005. |void| **set_indexed**\ (\ property_path\: :ref:`NodePath<class_NodePath>`, value\: :ref:`Variant<class_Variant>`\ )
  1006. 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.
  1007. .. tabs::
  1008. .. code-tab:: gdscript
  1009. var node = Node2D.new()
  1010. node.set_indexed("position", Vector2(42, 0))
  1011. node.set_indexed("position:y", -10)
  1012. print(node.position) # Prints (42, -10)
  1013. .. code-tab:: csharp
  1014. var node = new Node2D();
  1015. node.SetIndexed("position", new Vector2(42, 0));
  1016. node.SetIndexed("position:y", -10);
  1017. GD.Print(node.Position); // Prints (42, -10)
  1018. \ **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.
  1019. .. rst-class:: classref-item-separator
  1020. ----
  1021. .. _class_Object_method_set_message_translation:
  1022. .. rst-class:: classref-method
  1023. |void| **set_message_translation**\ (\ enable\: :ref:`bool<class_bool>`\ )
  1024. 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>`.
  1025. .. rst-class:: classref-item-separator
  1026. ----
  1027. .. _class_Object_method_set_meta:
  1028. .. rst-class:: classref-method
  1029. |void| **set_meta**\ (\ name\: :ref:`StringName<class_StringName>`, value\: :ref:`Variant<class_Variant>`\ )
  1030. 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.
  1031. 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>`.
  1032. \ **Note:** A metadata's name must be a valid identifier as per :ref:`StringName.is_valid_identifier<class_StringName_method_is_valid_identifier>` method.
  1033. \ **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.
  1034. .. rst-class:: classref-item-separator
  1035. ----
  1036. .. _class_Object_method_set_script:
  1037. .. rst-class:: classref-method
  1038. |void| **set_script**\ (\ script\: :ref:`Variant<class_Variant>`\ )
  1039. 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.
  1040. If a script already exists, its instance is detached, and its property values and state are lost. Built-in property values are still kept.
  1041. .. rst-class:: classref-item-separator
  1042. ----
  1043. .. _class_Object_method_to_string:
  1044. .. rst-class:: classref-method
  1045. :ref:`String<class_String>` **to_string**\ (\ )
  1046. 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.
  1047. .. rst-class:: classref-item-separator
  1048. ----
  1049. .. _class_Object_method_tr:
  1050. .. rst-class:: classref-method
  1051. :ref:`String<class_String>` **tr**\ (\ message\: :ref:`StringName<class_StringName>`, context\: :ref:`StringName<class_StringName>` = &""\ ) |const|
  1052. Translates a ``message``, using the translation catalogs configured in the Project Settings. Further ``context`` can be specified to help with the translation. Note that most :ref:`Control<class_Control>` nodes automatically translate their strings, so this method is mostly useful for formatted strings or custom drawn text.
  1053. 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>`.
  1054. For detailed examples, see :doc:`Internationalizing games <../tutorials/i18n/internationalizing_games>`.
  1055. .. rst-class:: classref-item-separator
  1056. ----
  1057. .. _class_Object_method_tr_n:
  1058. .. rst-class:: classref-method
  1059. :ref:`String<class_String>` **tr_n**\ (\ message\: :ref:`StringName<class_StringName>`, plural_message\: :ref:`StringName<class_StringName>`, n\: :ref:`int<class_int>`, context\: :ref:`StringName<class_StringName>` = &""\ ) |const|
  1060. 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.
  1061. 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>`.
  1062. 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.
  1063. For detailed examples, see :doc:`Localization using gettext <../tutorials/i18n/localization_using_gettext>`.
  1064. \ **Note:** Negative and :ref:`float<class_float>` numbers may not properly apply to some countable subjects. It's recommended to handle these cases with :ref:`tr<class_Object_method_tr>`.
  1065. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  1066. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  1067. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  1068. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  1069. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  1070. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  1071. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
  1072. .. |void| replace:: :abbr:`void (No return value.)`