sendUDPMessage [ip, port, message]

Operand types

[ip, port, message]: Array

Type of returned value

Description

Send message to given address using UDP protocol.
Returns false if the message has not been delivered.

ip: string
port: number
message: string

Used In

Arma2OA

Example

_udpMsg = sendUDPMessage ["192.168.0.1", 2302, "I'm a llama..."];
Search OFPEC COMREF