C# 클래스 DRObjects.Items.Archetypes.Local.WishingWell

상속: MapItem
파일 보기 프로젝트 열기: Haedrian/Divine-Right 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetPossibleActions ( Actor actor ) : Enums.ActionType[]
PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[]

메소드 상세

GetPossibleActions() 공개 메소드

public GetPossibleActions ( Actor actor ) : Enums.ActionType[]
actor Actor
리턴 Enums.ActionType[]

PerformAction() 공개 메소드

public PerformAction ( ActionType actionType, Actor actor, object args ) : ActionFeedback[]
actionType ActionType
actor Actor
args object
리턴 ActionFeedback[]