Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

NetworkConnection.SendWriter

Switch to Manual
public function SendWriter(writer: Networking.NetworkWriter, channelId: int): bool;

Parameters

writer A writer object containing data to send.
channelId The transport channel to send on.

Returns

bool True if the data was sent.

Description

This sends the contents of a NetworkWriter object on the connection.

The example below constructs a writer and sends it on a connection.

no example available in JavaScript