.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/MainLoop.xml. .. _class_MainLoop: MainLoop ======== **Inherits:** :ref:`Object` **Inherited By:** :ref:`SceneTree` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------+-------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_finalize` **(** **)** |virtual| | +-------------------------+-------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_initialize` **(** **)** |virtual| | +-------------------------+-------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`_physics_process` **(** :ref:`float` delta **)** |virtual| | +-------------------------+-------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`_process` **(** :ref:`float` delta **)** |virtual| | +-------------------------+-------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_MainLoop_signal_on_request_permissions_result: .. rst-class:: classref-signal **on_request_permissions_result** **(** :ref:`String` permission, :ref:`bool` granted **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constants --------- .. _class_MainLoop_constant_NOTIFICATION_OS_MEMORY_WARNING: .. rst-class:: classref-constant **NOTIFICATION_OS_MEMORY_WARNING** = ``2009`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_MainLoop_constant_NOTIFICATION_TRANSLATION_CHANGED: .. rst-class:: classref-constant **NOTIFICATION_TRANSLATION_CHANGED** = ``2010`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_MainLoop_constant_NOTIFICATION_WM_ABOUT: .. rst-class:: classref-constant **NOTIFICATION_WM_ABOUT** = ``2011`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_MainLoop_constant_NOTIFICATION_CRASH: .. rst-class:: classref-constant **NOTIFICATION_CRASH** = ``2012`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_MainLoop_constant_NOTIFICATION_OS_IME_UPDATE: .. rst-class:: classref-constant **NOTIFICATION_OS_IME_UPDATE** = ``2013`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_MainLoop_constant_NOTIFICATION_APPLICATION_RESUMED: .. rst-class:: classref-constant **NOTIFICATION_APPLICATION_RESUMED** = ``2014`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_MainLoop_constant_NOTIFICATION_APPLICATION_PAUSED: .. rst-class:: classref-constant **NOTIFICATION_APPLICATION_PAUSED** = ``2015`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_MainLoop_constant_NOTIFICATION_APPLICATION_FOCUS_IN: .. rst-class:: classref-constant **NOTIFICATION_APPLICATION_FOCUS_IN** = ``2016`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_MainLoop_constant_NOTIFICATION_APPLICATION_FOCUS_OUT: .. rst-class:: classref-constant **NOTIFICATION_APPLICATION_FOCUS_OUT** = ``2017`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. _class_MainLoop_constant_NOTIFICATION_TEXT_SERVER_CHANGED: .. rst-class:: classref-constant **NOTIFICATION_TEXT_SERVER_CHANGED** = ``2018`` .. container:: contribute There is currently no description for this constant. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_MainLoop_private_method__finalize: .. rst-class:: classref-method void **_finalize** **(** **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MainLoop_private_method__initialize: .. rst-class:: classref-method void **_initialize** **(** **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MainLoop_private_method__physics_process: .. rst-class:: classref-method :ref:`bool` **_physics_process** **(** :ref:`float` delta **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MainLoop_private_method__process: .. rst-class:: classref-method :ref:`bool` **_process** **(** :ref:`float` delta **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`