C# Class ItemMenu, DefendAman

Inheritance: InteractButton
Afficher le fichier Open project: CarsonRoscoe/DefendAman Class Usage Examples

Méthodes publiques

Méthode Description
Activate ( Item, item, int amt, int inv_pos ) : void
CancelOnClick ( ) : void
Deactivate ( ) : void
DropItemOnClick ( ) : void
UseItemOnClick ( ) : void

Private Methods

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Activate() public méthode

public Activate ( Item, item, int amt, int inv_pos ) : void
item Item,
amt int
inv_pos int
Résultat void

CancelOnClick() public méthode

public CancelOnClick ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

DropItemOnClick() public méthode

public DropItemOnClick ( ) : void
Résultat void

UseItemOnClick() public méthode

public UseItemOnClick ( ) : void
Résultat void