Click or drag to resize

MultiplayerAPIAllowObjectDecoding Property

If true (or if the NetworkPeer has AllowObjectDecoding set to true), the MultiplayerAPI will allow encoding and decoding of object during RPCs/RSETs.

Warning: Deserialized objects can contain code which gets executed. Do not use this option if the serialized object comes from untrusted sources to avoid potential security threats such as remote code execution.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool AllowObjectDecoding { get; set; }

Property Value

Type: Boolean
See Also