GKGameModel_Extensions.IsLoss(IGKGameModel, IGKGameModelPlayer) Method

Definition

Returns a Boolean value that tells whether the player lost.

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

Parameters

This
IGKGameModel

The instance on which this method operates.

Returns

Applies to