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

显示文件 Open project: aura-project/aura Class Usage Examples

Public Methods

Method 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 method

public Add ( ReviveOptions option ) : void
option ReviveOptions
return void

Clear() public method

public Clear ( ) : void
return void

CreatureDeadMenu() public method

public CreatureDeadMenu ( Creature creature ) : System.Text
creature Creature
return System.Text

GetExpPenalty() public method

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

Has() public method

public Has ( ReviveOptions option ) : bool
option ReviveOptions
return bool

ToString() public method

public ToString ( ) : string
return string

Update() public method

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