DeleteNetworkMessage

Family: Multiplayer · One form

What it does

DeleteNetworkMessage removes a Multiplayer object: after it, the id names nothing. It takes iMsgID (an integer), and returns nothing. iMsgID is the id of a Msg object, obtained elsewhere in the Multiplayer family.

Syntax

DeleteNetworkMessage(iMsgID integer)

Parameters

NameType
iMsgIDinteger

Every form returns

nothing

Example · generated

DeleteNetworkMessage(1)DO  Sync()LOOP

DeleteNetworkMessage is called with values of the types its signature asks for. The DO … LOOP is not decoration: a classic BASIC program ends the moment it runs out of lines, and Sync() is what draws the frame.

91 commands in Multiplayer