Rebornbuddy
|
Functions involving the control of the players pet. More...
Static Public Member Functions | |
static void | Place (Vector3 location) |
Command your pet to move to the specified location. | |
static bool | CanCast (string spellName, GameObject targetObject) |
Returns true if within range, not on cooldown and within los. | |
static bool | DoAction (string actionName, GameObject targetObject) |
Returns true if we attempted to do the action, returns false if we did not attempt to cast the spell due to action rate limiting or if the cast failed for some reason. | |
static bool | CanCast (PetSpellData cache, GameObject targetObject) |
Returns true if within range, not on cooldown and within los. | |
static void | ClearActionCache () |
Static Public Attributes | |
static WaitTimer | LockTimer = new WaitTimer(new TimeSpan(0, 0, 1, 0)) |
Timer that controls the caching of CurrentActions. |
Properties | |
static PetMovement | PetMovement [get] |
Current PetMovement. | |
static PetStance | PetStance [get] |
Current Stance. | |
static PetMode | PetMode [get] |
Current Mode. | |
static PetType | ActivePetType [get] |
Gets the type of the currently active pet as a value from the PetType enumeration. | |
static LocalizedDictionary< uint, PetSpellData > | CurrentActions [get] |
Returns list of current known skills Value is cached for 1 minute. |
Functions involving the control of the players pet.
|
static |
Returns true if within range, not on cooldown and within los.
cache | |
targetObject |
|
static |
Returns true if within range, not on cooldown and within los.
spellName | |
targetObject |
|
static |
|
static |
Returns true if we attempted to do the action, returns false if we did not attempt to cast the spell due to action rate limiting or if the cast failed for some reason.
actionName | |
targetObject |
|
static |
Command your pet to move to the specified location.
location |
|
static |
Timer that controls the caching of CurrentActions.
|
staticget |
Gets the type of the currently active pet as a value from the PetType enumeration.
|
staticget |
Returns list of current known skills Value is cached for 1 minute.
|
staticget |
Current Mode.
|
staticget |
Current PetMovement.
|
staticget |
Current Stance.