peerAlwaysGetPlayerInfo

GameSpy SDK

peerAlwaysGetPlayerInfo

Tell the peer SDK to always retrieve IP and profile information for room members.

void peerAlwaysGetPlayerInfo(
PEER peer,
PEERBool always );
RoutineRequired HeaderDistribution
peerAlwaysGetPlayerInfo<peer.h>SDKZIP

Parameters

peer
[in] Initialized peer object.
always
[in] Set to PEERTrue to have the SDK automatically retrieve player IP and profile information.

Remarks

The peerAlwaysGetPlayerInfo function may be used to tell the sdk the automatically retrieve player IP and profile information when joining a room.

Section Reference: Gamespy Peer SDK