.. 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/SceneReplicationConfig.xml. .. _class_SceneReplicationConfig: SceneReplicationConfig ====================== **Inherits:** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. 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:`add_property` **(** :ref:`NodePath` path, :ref:`int` index=-1 **)** | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`NodePath[]` | :ref:`get_properties` **(** **)** |const| | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has_property` **(** :ref:`NodePath` path **)** |const| | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`property_get_index` **(** :ref:`NodePath` path **)** |const| | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`ReplicationMode` | :ref:`property_get_replication_mode` **(** :ref:`NodePath` path **)** | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`property_get_spawn` **(** :ref:`NodePath` path **)** | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`property_get_sync` **(** :ref:`NodePath` path **)** | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`property_get_watch` **(** :ref:`NodePath` path **)** | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`property_set_replication_mode` **(** :ref:`NodePath` path, :ref:`ReplicationMode` mode **)** | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`property_set_spawn` **(** :ref:`NodePath` path, :ref:`bool` enabled **)** | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`property_set_sync` **(** :ref:`NodePath` path, :ref:`bool` enabled **)** | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`property_set_watch` **(** :ref:`NodePath` path, :ref:`bool` enabled **)** | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_property` **(** :ref:`NodePath` path **)** | +---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_SceneReplicationConfig_ReplicationMode: .. rst-class:: classref-enumeration enum **ReplicationMode**: .. _class_SceneReplicationConfig_constant_REPLICATION_MODE_NEVER: .. rst-class:: classref-enumeration-constant :ref:`ReplicationMode` **REPLICATION_MODE_NEVER** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_SceneReplicationConfig_constant_REPLICATION_MODE_ALWAYS: .. rst-class:: classref-enumeration-constant :ref:`ReplicationMode` **REPLICATION_MODE_ALWAYS** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_SceneReplicationConfig_constant_REPLICATION_MODE_ON_CHANGE: .. rst-class:: classref-enumeration-constant :ref:`ReplicationMode` **REPLICATION_MODE_ON_CHANGE** = ``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 Method Descriptions ------------------- .. _class_SceneReplicationConfig_method_add_property: .. rst-class:: classref-method void **add_property** **(** :ref:`NodePath` path, :ref:`int` index=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_get_properties: .. rst-class:: classref-method :ref:`NodePath[]` **get_properties** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_has_property: .. rst-class:: classref-method :ref:`bool` **has_property** **(** :ref:`NodePath` path **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_property_get_index: .. rst-class:: classref-method :ref:`int` **property_get_index** **(** :ref:`NodePath` path **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_property_get_replication_mode: .. rst-class:: classref-method :ref:`ReplicationMode` **property_get_replication_mode** **(** :ref:`NodePath` path **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_property_get_spawn: .. rst-class:: classref-method :ref:`bool` **property_get_spawn** **(** :ref:`NodePath` path **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_property_get_sync: .. rst-class:: classref-method :ref:`bool` **property_get_sync** **(** :ref:`NodePath` path **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_property_get_watch: .. rst-class:: classref-method :ref:`bool` **property_get_watch** **(** :ref:`NodePath` path **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_property_set_replication_mode: .. rst-class:: classref-method void **property_set_replication_mode** **(** :ref:`NodePath` path, :ref:`ReplicationMode` mode **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_property_set_spawn: .. rst-class:: classref-method void **property_set_spawn** **(** :ref:`NodePath` path, :ref:`bool` enabled **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_property_set_sync: .. rst-class:: classref-method void **property_set_sync** **(** :ref:`NodePath` path, :ref:`bool` enabled **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_property_set_watch: .. rst-class:: classref-method void **property_set_watch** **(** :ref:`NodePath` path, :ref:`bool` enabled **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_SceneReplicationConfig_method_remove_property: .. rst-class:: classref-method void **remove_property** **(** :ref:`NodePath` path **)** .. 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.)`