.. 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/modules/multiplayer/doc_classes/MultiplayerSynchronizer.xml. .. _class_MultiplayerSynchronizer: MultiplayerSynchronizer ======================= **Inherits:** :ref:`Node` **<** :ref:`Object` .. 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:`float` | :ref:`delta_interval` | ``0.0`` | +--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+--------------------+ | :ref:`bool` | :ref:`public_visibility` | ``true`` | +--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+--------------------+ | :ref:`SceneReplicationConfig` | :ref:`replication_config` | | +--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+--------------------+ | :ref:`float` | :ref:`replication_interval` | ``0.0`` | +--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+--------------------+ | :ref:`NodePath` | :ref:`root_path` | ``NodePath("..")`` | +--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+--------------------+ | :ref:`VisibilityUpdateMode` | :ref:`visibility_update_mode` | ``0`` | +--------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------+--------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_visibility_filter` **(** :ref:`Callable` filter **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`get_visibility_for` **(** :ref:`int` peer **)** |const| | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_visibility_filter` **(** :ref:`Callable` filter **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_visibility_for` **(** :ref:`int` peer, :ref:`bool` visible **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`update_visibility` **(** :ref:`int` for_peer=0 **)** | +-------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_MultiplayerSynchronizer_signal_delta_synchronized: .. rst-class:: classref-signal **delta_synchronized** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_signal_synchronized: .. rst-class:: classref-signal **synchronized** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_signal_visibility_changed: .. rst-class:: classref-signal **visibility_changed** **(** :ref:`int` for_peer **)** .. 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 Enumerations ------------ .. _enum_MultiplayerSynchronizer_VisibilityUpdateMode: .. rst-class:: classref-enumeration enum **VisibilityUpdateMode**: .. _class_MultiplayerSynchronizer_constant_VISIBILITY_PROCESS_IDLE: .. rst-class:: classref-enumeration-constant :ref:`VisibilityUpdateMode` **VISIBILITY_PROCESS_IDLE** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_MultiplayerSynchronizer_constant_VISIBILITY_PROCESS_PHYSICS: .. rst-class:: classref-enumeration-constant :ref:`VisibilityUpdateMode` **VISIBILITY_PROCESS_PHYSICS** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_MultiplayerSynchronizer_constant_VISIBILITY_PROCESS_NONE: .. rst-class:: classref-enumeration-constant :ref:`VisibilityUpdateMode` **VISIBILITY_PROCESS_NONE** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_MultiplayerSynchronizer_property_delta_interval: .. rst-class:: classref-property :ref:`float` **delta_interval** = ``0.0`` .. rst-class:: classref-property-setget - void **set_delta_interval** **(** :ref:`float` value **)** - :ref:`float` **get_delta_interval** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_property_public_visibility: .. rst-class:: classref-property :ref:`bool` **public_visibility** = ``true`` .. rst-class:: classref-property-setget - void **set_visibility_public** **(** :ref:`bool` value **)** - :ref:`bool` **is_visibility_public** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_property_replication_config: .. rst-class:: classref-property :ref:`SceneReplicationConfig` **replication_config** .. rst-class:: classref-property-setget - void **set_replication_config** **(** :ref:`SceneReplicationConfig` value **)** - :ref:`SceneReplicationConfig` **get_replication_config** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_property_replication_interval: .. rst-class:: classref-property :ref:`float` **replication_interval** = ``0.0`` .. rst-class:: classref-property-setget - void **set_replication_interval** **(** :ref:`float` value **)** - :ref:`float` **get_replication_interval** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_property_root_path: .. rst-class:: classref-property :ref:`NodePath` **root_path** = ``NodePath("..")`` .. rst-class:: classref-property-setget - void **set_root_path** **(** :ref:`NodePath` value **)** - :ref:`NodePath` **get_root_path** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_property_visibility_update_mode: .. rst-class:: classref-property :ref:`VisibilityUpdateMode` **visibility_update_mode** = ``0`` .. rst-class:: classref-property-setget - void **set_visibility_update_mode** **(** :ref:`VisibilityUpdateMode` value **)** - :ref:`VisibilityUpdateMode` **get_visibility_update_mode** **(** **)** .. 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_MultiplayerSynchronizer_method_add_visibility_filter: .. rst-class:: classref-method void **add_visibility_filter** **(** :ref:`Callable` filter **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_method_get_visibility_for: .. rst-class:: classref-method :ref:`bool` **get_visibility_for** **(** :ref:`int` peer **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_method_remove_visibility_filter: .. rst-class:: classref-method void **remove_visibility_filter** **(** :ref:`Callable` filter **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_method_set_visibility_for: .. rst-class:: classref-method void **set_visibility_for** **(** :ref:`int` peer, :ref:`bool` visible **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_MultiplayerSynchronizer_method_update_visibility: .. rst-class:: classref-method void **update_visibility** **(** :ref:`int` for_peer=0 **)** .. 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.)`