C# Class fBaseXtensions.Targeting.TargetingClass

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
CheckPrecombat ( ) : void
DebugString ( ) : string
UpdateStatusText ( string Action ) : void

Method Details

CheckHandleTarget() public method

public CheckHandleTarget ( ) : RunStatus
return RunStatus

CombatLogic() public method

public CombatLogic ( ) : bool
return bool

HandleThis() public method

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

Movement() public method

public Movement ( ) : bool
return bool

ObjectInteraction() public method

public ObjectInteraction ( ) : bool
return bool

PreChecks() public method

public PreChecks ( ) : bool
return bool

Refresh() public method

public Refresh ( ) : bool
return bool

ResetTargetHandling() public method

public ResetTargetHandling ( ) : void
return void

TargetingClass() public method

public TargetingClass ( ) : System
return System