GetNetworkMessageFromIP

Description

Returns the IP that sent this message. Only applicable to messages received from UDP and broadcast listeners, network messages will return an empty string for this function. It will also return an empty string for messages created using CreateNetworkMessage. This could be an IPv4 or IPv6 address.

Definition

string GetNetworkMessageFromIP( iMsgID )

Parameters