Player.ip

Gets the player's connection informations.

class Player
final pure nothrow @property @safe @nogc
string
ip
()

Examples

assert(player.address.toAddrString() == player.ip);
assert(player.address.toPortString() == player.port.to!string);

Meta