Click or drag to resize

PacketPeerPutPacket Method

Sends a raw packet.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error PutPacket(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte

[Missing <param name="buffer"/> documentation for "M:Godot.PacketPeer.PutPacket(System.Byte[])"]

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.PacketPeer.PutPacket(System.Byte[])"]

See Also