C# 클래스 Aura.Channel.World.Entities.Creatures.CreatureDeadMenu

파일 보기 프로젝트 열기: aura-project/aura 1 사용 예제들

공개 메소드들

메소드 설명
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