peerIsAutoMatching
Returns PEERTrue if an AutoMatch is in progress.
- PEERBool peerIsAutoMatching(
- PEER peer );
Routine | Required Header | Distribution |
---|---|---|
peerIsAutoMatching | <peer.h> | SDKZIP |
Return Value
Returns PEERTrue if an AutoMatch is in progress, PEERFalse otherwise.
Parameters
- peer
- [in] Initialized peer object.
Remarks
The peerIsAutoMatching function is used to determine if an AutoMatch is in progress. Returns PEERTrue if an AutoMatch is in progress, PEERFalse if otherwise.
Section Reference: Gamespy Peer SDK