C# Class fBaseXtensions.Targeting.TargetingClass

Afficher le fichier Open project: herbfunk/Funky Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CheckPrecombat ( ) : void
DebugString ( ) : string
UpdateStatusText ( string Action ) : void

Method Details

CheckHandleTarget() public méthode

public CheckHandleTarget ( ) : RunStatus
Résultat RunStatus

CombatLogic() public méthode

public CombatLogic ( ) : bool
Résultat bool

HandleThis() public méthode

This method handles the current object target.
public HandleThis ( ) : RunStatus
Résultat RunStatus

Movement() public méthode

public Movement ( ) : bool
Résultat bool

ObjectInteraction() public méthode

public ObjectInteraction ( ) : bool
Résultat bool

PreChecks() public méthode

public PreChecks ( ) : bool
Résultat bool

Refresh() public méthode

public Refresh ( ) : bool
Résultat bool

ResetTargetHandling() public méthode

public ResetTargetHandling ( ) : void
Résultat void

TargetingClass() public méthode

public TargetingClass ( ) : System
Résultat System