Function WebRTCMultiplayer.hasPeer
Returns true
if the given peer_id
is in the peers map (it might not be connected though).
bool hasPeer
(
const(long) peer_id
) nothrow @nogc;
Returns true
if the given peer_id
is in the peers map (it might not be connected though).
bool hasPeer
(
const(long) peer_id
) nothrow @nogc;