Click or drag to resize

StreamPeerPutVar Method

Puts a Variant into the stream. If full_objects is true encoding objects is allowed (and can potentially include code).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void PutVar(
	Object value,
	bool fullObjects = false
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Godot.StreamPeer.PutVar(System.Object,System.Boolean)"]

fullObjects (Optional)
Type: SystemBoolean

[Missing <param name="fullObjects"/> documentation for "M:Godot.StreamPeer.PutVar(System.Object,System.Boolean)"]

See Also