File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ To check whether the peer is server or client:
205205
206206 Multiplayer.IsServer();
207207
208+ .. _doc_high_level_multiplayer_rpcs :
209+
208210Remote procedure calls
209211----------------------
210212
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ GDScript exported properties
55
66In Godot, class members can be exported. This means their value gets saved along
77with the resource (such as the :ref: `scene <class_PackedScene >`) they're
8- attached to. They will also be available for editing in the property editor.
9- Exporting is done by using the ``@export `` annotation.
8+ attached to, and get transferred over when using :ref: `RPCs <doc_high_level_multiplayer_rpcs >`.
9+ They will also be available for editing in the property editor. Exporting is done by using
10+ the ``@export `` annotation.
1011
1112::
1213
You can’t perform that action at this time.
0 commit comments