C# Class Aura.Channel.World.Entities.Creatures.CreatureDeadMenu

Afficher le fichier Open project: aura-project/aura Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ReviveOptions option ) : void
Clear ( ) : void
CreatureDeadMenu ( Creature creature ) : System.Text
GetExpPenalty ( int level, ReviveOptions option ) : int

Returns exp penalty for given level and option.

Has ( ReviveOptions option ) : bool
ToString ( ) : string
Update ( ) : void

Updates menu, based on where its creature is and updates nearby clients.

Method Details

Add() public méthode

public Add ( ReviveOptions option ) : void
option ReviveOptions
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CreatureDeadMenu() public méthode

public CreatureDeadMenu ( Creature creature ) : System.Text
creature Creature
Résultat System.Text

GetExpPenalty() public méthode

Returns exp penalty for given level and option.
public GetExpPenalty ( int level, ReviveOptions option ) : int
level int
option ReviveOptions
Résultat int

Has() public méthode

public Has ( ReviveOptions option ) : bool
option ReviveOptions
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

Updates menu, based on where its creature is and updates nearby clients.
public Update ( ) : void
Résultat void