C# 클래스 PolaMUD.Skill

상속: Thing
파일 보기 프로젝트 열기: Polatrite/PolaMUD 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Components object>.Dictionary
LearnedLevel int
PostLag int
PreLag int
Rank int
RankCostMultiplier int
SkillType SkillType
UseMessage string

공개 메소드들

메소드 설명
Action ( Mob user, string text ) : bool

This is executed at a specific time based on the PreLag and PostLag variables

PostAction ( Mob user, string text ) : bool

This is executed at the very end of the of the action, after both PreLag and PostLag

PreAction ( Mob user, string text ) : bool

This is executed at the very moment the user uses the ability

SetTargetAllyAsFirstArg ( Mob user, string text ) : bool
SetTargetEnemyAsFirstArg ( Mob user, string text ) : bool

메소드 상세

Action() 공개 메소드

This is executed at a specific time based on the PreLag and PostLag variables
public Action ( Mob user, string text ) : bool
user Mob
text string
리턴 bool

PostAction() 공개 메소드

This is executed at the very end of the of the action, after both PreLag and PostLag
public PostAction ( Mob user, string text ) : bool
user Mob
text string
리턴 bool

PreAction() 공개 메소드

This is executed at the very moment the user uses the ability
public PreAction ( Mob user, string text ) : bool
user Mob
text string
리턴 bool

SetTargetAllyAsFirstArg() 공개 메소드

public SetTargetAllyAsFirstArg ( Mob user, string text ) : bool
user Mob
text string
리턴 bool

SetTargetEnemyAsFirstArg() 공개 메소드

public SetTargetEnemyAsFirstArg ( Mob user, string text ) : bool
user Mob
text string
리턴 bool

프로퍼티 상세

Components 공개적으로 프로퍼티

public Dictionary Components
리턴 object>.Dictionary

LearnedLevel 공개적으로 프로퍼티

public int LearnedLevel
리턴 int

PostLag 공개적으로 프로퍼티

Lag that occurs after Action(), but before PostAction()
public int PostLag
리턴 int

PreLag 공개적으로 프로퍼티

Lag that occurs after PreAction(), but before Action()
public int PreLag
리턴 int

Rank 공개적으로 프로퍼티

public int Rank
리턴 int

RankCostMultiplier 공개적으로 프로퍼티

public int RankCostMultiplier
리턴 int

SkillType 공개적으로 프로퍼티

public SkillType SkillType
리턴 SkillType

UseMessage 공개적으로 프로퍼티

public string UseMessage
리턴 string