Click or drag to resize

PetManager Class

Functions involving the control of the players pet
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersPetManager

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class PetManager

The PetManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberActivePetType
Public propertyStatic memberCurrentActions
Returns list of current known skills Value is cached for 1 minute
Public propertyStatic memberPetMode
Current Mode
Public propertyStatic memberPetMovement
Current PetMovement
Public propertyStatic memberPetStance
Current Stance
Top
Methods
  NameDescription
Public methodStatic memberCanCast(String, GameObject)
Returns true if within range, not on cooldown and within los.
Public methodStatic memberCanCast(PetSpellData, GameObject)
Returns true if within range, not on cooldown and within los.
Public methodStatic memberClearActionCache
Public methodStatic memberDoAction
Public methodStatic memberPlace
Command your pet to move to the specified location
Top
Fields
  NameDescription
Public fieldStatic memberLockTimer
Top
See Also