Share via


GKGameModel_Extensions.IsWin(IGKGameModel, IGKGameModelPlayer) Method

Definition

Returns a Boolean value that tells whether the player won.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool IsWin(this GameplayKit.IGKGameModel This, GameplayKit.IGKGameModelPlayer player);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member IsWin : GameplayKit.IGKGameModel * GameplayKit.IGKGameModelPlayer -> bool

Parameters

Returns

Attributes

Applies to