C# Class CPlayerHandCardManager, freegostop

Afficher le fichier Open project: sunduk/freegostop Class Usage Examples

Méthodes publiques

Méthode Description
CPlayerHandCardManager ( ) : System
add ( CCardPicture, card_picture ) : void
enable_all_colliders ( bool flag ) : void
find_card ( byte number, PAE_TYPE pae_type, byte position ) : CCardPicture,
get_card ( int index ) : CCardPicture,
get_card_count ( ) : int
get_same_number_count ( byte number ) : int
remove ( CCardPicture, card_picture ) : void
reset ( ) : void
sort_by_number ( ) : void

Method Details

CPlayerHandCardManager() public méthode

public CPlayerHandCardManager ( ) : System
Résultat System

add() public méthode

public add ( CCardPicture, card_picture ) : void
card_picture CCardPicture,
Résultat void

enable_all_colliders() public méthode

public enable_all_colliders ( bool flag ) : void
flag bool
Résultat void

find_card() public méthode

public find_card ( byte number, PAE_TYPE pae_type, byte position ) : CCardPicture,
number byte
pae_type PAE_TYPE
position byte
Résultat CCardPicture,

get_card() public méthode

public get_card ( int index ) : CCardPicture,
index int
Résultat CCardPicture,

get_card_count() public méthode

public get_card_count ( ) : int
Résultat int

get_same_number_count() public méthode

public get_same_number_count ( byte number ) : int
number byte
Résultat int

remove() public méthode

public remove ( CCardPicture, card_picture ) : void
card_picture CCardPicture,
Résultat void

reset() public méthode

public reset ( ) : void
Résultat void

sort_by_number() public méthode

public sort_by_number ( ) : void
Résultat void