GKGameModel_Extensions.IsWin(IGKGameModel, IGKGameModelPlayer) Method

Definition

Returns a Boolean value that tells whether the player won.

public static bool IsWin (this GameplayKit.IGKGameModel This, GameplayKit.IGKGameModelPlayer player);
static member IsWin : GameplayKit.IGKGameModel * GameplayKit.IGKGameModelPlayer -> bool

Parameters

This
IGKGameModel

The instance on which this method operates.

Returns

Applies to