Function PacketPeer.putVar
Sends a Variant
as a packet. If full_objects
(or allowObjectDecoding
) is true
, encoding objects is allowed (and can potentially include code).
GodotError putVar(VariantArg0)
(
in VariantArg0 var,
in bool full_objects = false
);