C# Class AssemblyCSharp.RX_CardType

Afficher le fichier Open project: applexiaohao/RXCardGame Class Usage Examples

Méthodes publiques

Méthode Description
IsBigBoom ( RX_CardSet sender ) : bool

Determines if is big boom the specified sender.

IsBoom ( RX_CardSet sender ) : bool

Determines if is boom the specified sender.

IsDan ( RX_CardSet sender ) : bool

如果是单牌,则修改对象属性.

IsDui ( RX_CardSet sender ) : bool

Determines if is dui the specified sender.

IsFeijibudai ( RX_CardSet sender ) : bool

Determines if is feijibudai the specified sender.

IsFeijidai ( RX_CardSet sender ) : bool

Determines if is feijidai the specified sender.

IsLianDui ( RX_CardSet sender ) : bool

Determines if is lian dui the specified sender.

IsSanBuDai ( RX_CardSet sender ) : bool

Determines if is san bu dai the specified sender.

IsSandaiyi ( RX_CardSet sender ) : bool

Determines if is sandaiyi the specified sender.

IsShunzi ( RX_CardSet sender ) : bool

Determines if is shunzi the specified sender.

IsSidaier ( RX_CardSet sender ) : bool

Determines if is sidaier the specified sender.

RX_CardType ( ) : System

Private Methods

Méthode Description
AllIsTheSame ( RX_CardSet sender, int index, int count ) : bool

Alls the is the same.

CanBeDivided ( RX_CardSet sender, int divisor ) : bool

Determines if can be divided the specified sender divisor.

CardSetSort ( RX_CardSet sender ) : void
EffectiveNumber ( RX_CardSet sender, int number ) : bool
EffectiveNumber ( RX_CardSet sender, int minvalue, int maxvalue ) : bool
IsJoined ( RX_CardSet sender, int l, int r ) : bool
IsNormal ( RX_CardSet sender, int index ) : bool
NotNull ( RX_CardSet sender ) : bool

Method Details

IsBigBoom() public static méthode

Determines if is big boom the specified sender.
public static IsBigBoom ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

IsBoom() public static méthode

Determines if is boom the specified sender.
public static IsBoom ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

IsDan() public static méthode

如果是单牌,则修改对象属性.
public static IsDan ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

IsDui() public static méthode

Determines if is dui the specified sender.
public static IsDui ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

IsFeijibudai() public static méthode

Determines if is feijibudai the specified sender.
public static IsFeijibudai ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

IsFeijidai() public static méthode

Determines if is feijidai the specified sender.
public static IsFeijidai ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

IsLianDui() public static méthode

Determines if is lian dui the specified sender.
public static IsLianDui ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

IsSanBuDai() public static méthode

Determines if is san bu dai the specified sender.
public static IsSanBuDai ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

IsSandaiyi() public static méthode

Determines if is sandaiyi the specified sender.
public static IsSandaiyi ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

IsShunzi() public static méthode

Determines if is shunzi the specified sender.
public static IsShunzi ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

IsSidaier() public static méthode

Determines if is sidaier the specified sender.
public static IsSidaier ( RX_CardSet sender ) : bool
sender RX_CardSet Sender.
Résultat bool

RX_CardType() public méthode

public RX_CardType ( ) : System
Résultat System