.. 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/jam_launch/ScopeLocker.xml. .. _class_ScopeLocker: ScopeLocker =========== **Inherits:** :ref:`Node` **<** :ref:`Object` **Inherited By:** :ref:`"addons/jam_launch/editor_plugin/LoadLocker.gd"` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------------+------------------------------------------------------------+--------+ | :ref:`Callable[]` | :ref:`_lock_ops` | ``[]`` | +-----------------------------------+------------------------------------------------------------+--------+ | :ref:`Callable[]` | :ref:`_unlock_ops` | ``[]`` | +-----------------------------------+------------------------------------------------------------+--------+ | :ref:`bool` | :ref:`_is_locked` | | +-----------------------------------+------------------------------------------------------------+--------+ | :ref:`int` | :ref:`_lock_count` | ``0`` | +-----------------------------------+------------------------------------------------------------+--------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`ScopeLocker.ScopeLock` | :ref:`get_lock` **(** **)** | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_lock_ops` **(** :ref:`Callable` do_lock, :ref:`Callable` do_unlock **)** | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_lock` **(** **)** | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_unlock` **(** **)** | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_locked` **(** **)** | +-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_ScopeLocker_signal_locked: .. rst-class:: classref-signal **locked** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScopeLocker_signal_unlocked: .. rst-class:: classref-signal **unlocked** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScopeLocker_signal_lock_changed: .. rst-class:: classref-signal **lock_changed** **(** :ref:`bool` locked **)** .. 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 Property Descriptions --------------------- .. _class_ScopeLocker_property__lock_ops: .. rst-class:: classref-property :ref:`Callable[]` **_lock_ops** = ``[]`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScopeLocker_property__unlock_ops: .. rst-class:: classref-property :ref:`Callable[]` **_unlock_ops** = ``[]`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScopeLocker_property__is_locked: .. rst-class:: classref-property :ref:`bool` **_is_locked** .. rst-class:: classref-property-setget - :ref:`bool` **@_is_locked_getter** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScopeLocker_property__lock_count: .. rst-class:: classref-property :ref:`int` **_lock_count** = ``0`` .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_ScopeLocker_method_get_lock: .. rst-class:: classref-method :ref:`ScopeLocker.ScopeLock` **get_lock** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScopeLocker_method_add_lock_ops: .. rst-class:: classref-method void **add_lock_ops** **(** :ref:`Callable` do_lock, :ref:`Callable` do_unlock **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScopeLocker_private_method__lock: .. rst-class:: classref-method void **_lock** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScopeLocker_private_method__unlock: .. rst-class:: classref-method void **_unlock** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ScopeLocker_method_is_locked: .. rst-class:: classref-method :ref:`bool` **is_locked** **(** **)** .. 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.)`