C# Class Questor.Modules.Actions.TravelerDestination

Mostrar archivo Open project: ISeeDEDPpl/Questor Class Usage Examples

Public Methods

Method Description
PerformFinalDestinationTask ( ) : bool

This function returns true if we are at the final destination and false if the task is not yet complete

Private Methods

Method Description
Undock ( ) : void
useInstaBookmark ( ) : bool

Method Details

PerformFinalDestinationTask() public abstract method

This function returns true if we are at the final destination and false if the task is not yet complete
public abstract PerformFinalDestinationTask ( ) : bool
return bool