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:
205
205
206
206
Multiplayer.IsServer();
207
207
208
+ .. _doc_high_level_multiplayer_rpcs :
209
+
208
210
Remote procedure calls
209
211
----------------------
210
212
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ GDScript exported properties
5
5
6
6
In Godot, class members can be exported. This means their value gets saved along
7
7
with 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.
10
11
11
12
::
12
13
You can’t perform that action at this time.
0 commit comments