C# 클래스 fBaseXtensions.Targeting.TargetingClass

파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 메소드들

메소드 설명
CheckHandleTarget ( ) : RunStatus
CombatLogic ( ) : bool
HandleThis ( ) : RunStatus

This method handles the current object target.

Movement ( ) : bool
ObjectInteraction ( ) : bool
PreChecks ( ) : bool
Refresh ( ) : bool
ResetTargetHandling ( ) : void
TargetingClass ( ) : System

비공개 메소드들

메소드 설명
CheckPrecombat ( ) : void
DebugString ( ) : string
UpdateStatusText ( string Action ) : void

메소드 상세

CheckHandleTarget() 공개 메소드

public CheckHandleTarget ( ) : RunStatus
리턴 RunStatus

CombatLogic() 공개 메소드

public CombatLogic ( ) : bool
리턴 bool

HandleThis() 공개 메소드

This method handles the current object target.
public HandleThis ( ) : RunStatus
리턴 RunStatus

Movement() 공개 메소드

public Movement ( ) : bool
리턴 bool

ObjectInteraction() 공개 메소드

public ObjectInteraction ( ) : bool
리턴 bool

PreChecks() 공개 메소드

public PreChecks ( ) : bool
리턴 bool

Refresh() 공개 메소드

public Refresh ( ) : bool
리턴 bool

ResetTargetHandling() 공개 메소드

public ResetTargetHandling ( ) : void
리턴 void

TargetingClass() 공개 메소드

public TargetingClass ( ) : System
리턴 System