PacketPeerGetVar Method |
Gets a Variant. If allow_objects (or AllowObjectDecoding) is true, decoding objects is allowed.
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
public Object GetVar( bool allowObjects = false )
[Missing <param name="allowObjects"/> documentation for "M:Godot.PacketPeer.GetVar(System.Boolean)"]
[Missing <returns> documentation for "M:Godot.PacketPeer.GetVar(System.Boolean)"]