C# Класс Aura.Channel.World.Entities.Creatures.CreatureDeadMenu

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

public Add ( ReviveOptions option ) : void
option ReviveOptions
Результат void

Clear() публичный Метод

public Clear ( ) : void
Результат void

CreatureDeadMenu() публичный Метод

public CreatureDeadMenu ( Creature creature ) : System.Text
creature Creature
Результат System.Text

GetExpPenalty() публичный Метод

Returns exp penalty for given level and option.
public GetExpPenalty ( int level, ReviveOptions option ) : int
level int
option ReviveOptions
Результат int

Has() публичный Метод

public Has ( ReviveOptions option ) : bool
option ReviveOptions
Результат bool

ToString() публичный Метод

public ToString ( ) : string
Результат string

Update() публичный Метод

Updates menu, based on where its creature is and updates nearby clients.
public Update ( ) : void
Результат void