CommonBehaviors Class |
Namespace: ff14bot.Behavior
public static class CommonBehaviors
The CommonBehaviors type exposes the following members.
Name | Description | |
---|---|---|
HandleLoading | ||
IsLoading |
Name | Description | |
---|---|---|
CreateMountBehavior | Creates mount behavior. | |
CreateMountBehavior(ValueRetrieverVector3) | ||
CreateSprintBehavior | Creates mount behavior. | |
CreateSprintBehavior(ValueRetrieverVector3) | ||
CreateTeleportBehavior(ValueRetrieverUInt32) | Creates teleport behavior. | |
CreateTeleportBehavior(ValueRetrieverUInt32, ValueRetrieverUInt32) | Obsolete. Creates teleport behavior. | |
Dismount | ||
MoveAndStop(ValueRetrieverVector3, ValueRetrieverSingle, Boolean, ValueRetrieverString, RunStatus) | Creates a behavior to move the current character to the specified location, and stop when within the specified range. | |
MoveAndStop(ValueRetrieverVector3, ValueRetrieverSingle, Boolean, String, RunStatus) | Creates a behavior to move the current character to the specified location, and stop when within the specified range. | |
MoveAndStop(ValueRetrieverVector3, Single, Boolean, String, RunStatus) | Creates a behavior to move the current character to the specified location, and stop when within the specified range. | |
MoveStop | Creates a behavior to force all movement to stop for the current character. This will always return Success. | |
MoveTo(ValueRetrieverVector3, ValueRetrieverString, Composite, ValueRetrieverTimeSpan) |
Creates a behavior to move the current character to the specified location. This will always return Success.
| |
MoveTo(ValueRetrieverVector3, String, Composite, ValueRetrieverTimeSpan) |
Creates a behavior to move the current character to the specified location. This will always return Success.
| |
MoveToLos | Creates a behavior to move the curreint character to line of sight with the specified character, and optionally stop when within LOS of the character. |