![]() |
TrinityCore
|
This is the complete list of members for Player, including all inherited members.
| _activeCheats | Player | private |
| _addAttacker(Unit *pAttacker) | Unit | |
| _AddAura(UnitAura *aura, Unit *caster) | Unit | |
| _ApplyAllAuraStatMods() | Unit | |
| _ApplyAllItemMods() | Player | |
| _ApplyAllLevelScaleItemMods(bool apply) | Player | |
| _ApplyAllStatBonuses() | Player | |
| _ApplyAmmoBonuses() | Player | |
| _ApplyAura(AuraApplication *aurApp, uint8 effMask) | Unit | |
| _ApplyAuraEffect(Aura *aura, uint8 effIndex) | Unit | |
| _ApplyItemBonuses(ItemTemplate const *proto, uint8 slot, bool apply, bool only_level_scale=false) | Player | |
| _ApplyItemMods(Item *item, uint8 slot, bool apply, bool updateItemAuras=true) | Player | |
| _ApplyWeaponDamage(uint8 slot, ItemTemplate const *proto, bool apply) | Player | |
| _changesMask | Object | protected |
| _cinematicMgr | Player | private |
| _ConcatFields(uint16 startIndex, uint16 size) const | Object | protected |
| _corpseLocation | Player | private |
| _Create(ObjectGuid const &guid) | Object | protected |
| _CreateAuraApplication(Aura *aura, uint8 effMask) | Unit | |
| _DeleteRemovedAuras() | Unit | protected |
| _EnterVehicle(Vehicle *vehicle, int8 seatId, AuraApplication const *aurApp=nullptr) | Unit | |
| _equipmentSets | Player | protected |
| _ExitVehicle(Position const *exitPosition=nullptr) | Unit | |
| _fieldNotifyFlags | Object | protected |
| _gameClientMovingMe | Unit | protected |
| _gridRef | GridObject< Player > | private |
| _heartbeatTimer | WorldObject | private |
| _InitValues() | Object | protected |
| _instantCast | Unit | private |
| _isCombatDisallowed | Unit | private |
| _isWalkingBeforeCharm | Unit | private |
| _IsWithinDist(WorldObject const *obj, float dist2compare, bool is3D, bool incOwnRadius=true, bool incTargetRadius=true) const | WorldObject | privatevirtual |
| _lastDamagedTargetGuid | Unit | private |
| _lastExtraAttackSpell | Unit | private |
| _lastLiquid | Unit | protected |
| _LoadActions(PreparedQueryResult result) | Player | protected |
| _LoadArenaTeamInfo(PreparedQueryResult result) | Player | protected |
| _LoadAuras(PreparedQueryResult result, uint32 timediff) | Player | protected |
| _LoadBGData(PreparedQueryResult result) | Player | protected |
| _LoadBoundInstances(PreparedQueryResult result) | Player | protected |
| _LoadDailyQuestStatus(PreparedQueryResult result) | Player | protected |
| _LoadDeclinedNames(PreparedQueryResult result) | Player | protected |
| _LoadEquipmentSets(PreparedQueryResult result) | Player | protected |
| _LoadGlyphAuras() | Player | protected |
| _LoadGlyphs(PreparedQueryResult result) | Player | protected |
| _LoadGroup(PreparedQueryResult result) | Player | protected |
| _LoadHomeBind(PreparedQueryResult result) | Player | protected |
| _LoadIntoDataField(std::string const &data, uint32 startOffset, uint32 count) | Object | protected |
| _LoadInventory(PreparedQueryResult result, uint32 timeDiff) | Player | protected |
| _LoadItem(CharacterDatabaseTransaction trans, uint32 zoneId, uint32 timeDiff, Field *fields) | Player | private |
| _LoadMail(PreparedQueryResult mailsResult, PreparedQueryResult mailItemsResult) | Player | protected |
| _LoadMailedItem(ObjectGuid const &playerGuid, Player *player, uint32 mailId, Mail *mail, Field *fields) | Player | protectedstatic |
| _LoadMonthlyQuestStatus(PreparedQueryResult result) | Player | protected |
| _LoadPetStable(uint8 petStableSlots, PreparedQueryResult result) | Player | protected |
| _LoadQuestStatus(PreparedQueryResult result) | Player | protected |
| _LoadQuestStatusRewarded(PreparedQueryResult result) | Player | protected |
| _LoadRandomBGStatus(PreparedQueryResult result) | Player | protected |
| _LoadSeasonalQuestStatus(PreparedQueryResult result) | Player | protected |
| _LoadSkills(PreparedQueryResult result) | Player | protected |
| _LoadSpells(PreparedQueryResult result) | Player | protected |
| _LoadTalents(PreparedQueryResult result) | Player | protected |
| _LoadWeeklyQuestStatus(PreparedQueryResult result) | Player | protected |
| _oldFactionId | Unit | private |
| _pendingBindId | Player | private |
| _pendingBindTimer | Player | private |
| _positionUpdateInfo | Unit | private |
| _privateObjectOwner | WorldObject | private |
| _RegisterAuraEffect(AuraEffect *aurEff, bool apply) | Unit | |
| _RegisterDynObject(DynamicObject *dynObj) | Unit | |
| _RemoveAllAuraStatMods() | Unit | |
| _RemoveAllItemMods() | Player | |
| _RemoveAllStatBonuses() | Player | |
| _removeAttacker(Unit *pAttacker) | Unit | |
| _RemoveNoStackAurasDueToAura(Aura *aura, bool owned) | Unit | |
| _restFlagMask | Player | protected |
| _restTime | Player | protected |
| _resurrectionData | Player | protected |
| _SaveActions(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveAuras(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveBGData(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveDailyQuestStatus(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveEquipmentSets(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveGlyphs(CharacterDatabaseTransaction trans) const | Player | protected |
| _SaveInventory(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveMail(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveMonthlyQuestStatus(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveQuestStatus(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveSeasonalQuestStatus(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveSkills(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveSpells(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveStats(CharacterDatabaseTransaction trans) const | Player | protected |
| _SaveTalents(CharacterDatabaseTransaction trans) | Player | protected |
| _SaveWeeklyQuestStatus(CharacterDatabaseTransaction trans) | Player | protected |
| _spellHistory | Unit | private |
| _StoreItem(uint16 pos, Item *pItem, uint32 count, bool clone, bool update) | Player | private |
| _StoreOrEquipNewItem(uint32 vendorslot, uint32 item, uint8 count, uint8 bag, uint8 slot, int32 price, ItemTemplate const *pProto, Creature *pVendor, VendorItem const *crItem, bool bStore) | Player | inline |
| _talentMgr | Player | protected |
| _TryStackingOrRefreshingExistingAura(AuraCreateInfo &createInfo) | Unit | |
| _UnapplyAura(AuraApplicationMap::iterator &i, AuraRemoveMode removeMode) | Unit | |
| _UnapplyAura(AuraApplication *aurApp, AuraRemoveMode removeMode) | Unit | |
| _UnregisterDynObject(DynamicObject *dynObj) | Unit | |
| _UpdateAutoRepeatSpell() | Unit | protected |
| _UpdateSpells(uint32 time) | Unit | protected |
| AbandonQuest(uint32 quest_id) | Player | |
| ActivateTalentGroup(uint8 group) | Player | |
| ActivateTaxiPathTo(std::vector< uint32 > const &nodes, Creature *npc=nullptr, uint32 spellid=0) | Player | |
| ActivateTaxiPathTo(uint32 taxi_path_id, uint32 spellid=0) | Player | |
| addActionButton(uint8 button, uint32 action, uint8 type) | Player | |
| AddArmorProficiency(uint32 newflag) | Player | inline |
| AddAura(uint32 spellId, Unit *target) | Unit | |
| AddAura(SpellInfo const *spellInfo, uint8 effMask, Unit *target) | Unit | |
| AddBattlegroundQueueId(BattlegroundQueueTypeId val) | Player | |
| AddComboPointHolder(Unit *unit) | Unit | inline |
| AddComboPoints(Unit *target, int8 count) | Unit | |
| AddComboPoints(int8 count) | Unit | inline |
| AddEnchantmentDuration(Item *item, EnchantmentSlot slot, uint32 duration) | Player | |
| AddEnchantmentDurations(Item *item) | Player | |
| AddExtraAttacks(uint32 count) | Unit | |
| AddExtraUnitMovementFlag(uint32 f) | Unit | inline |
| AddGameObject(GameObject *gameObj) | Unit | |
| AddGuidValue(uint16 index, ObjectGuid value) | Object | |
| AddInterruptMask(uint32 flags) | Unit | inline |
| AddItem(uint32 itemId, uint32 count) | Player | |
| AddItemDurations(Item *item) | Player | |
| AddItemToBuyBackSlot(Item *pItem) | Player | |
| AddItemToUpdateQueueOf | Player | friend |
| AddKnownCurrency(uint32 itemId) | Player | private |
| AddMail(Mail *mail) | Player | inline |
| AddMItem(Item *it) | Player | |
| AddNewMailDeliverTime(time_t deliver_time) | Player | |
| AddObjectToRemoveList() | WorldObject | |
| AddPetAura(PetAura const *petSpell) | Player | |
| AddPlayerToVision(Player *player) | Unit | |
| AddQuest(Quest const *quest, Object *questGiver) | Player | |
| AddQuestAndCheckCompletion(Quest const *quest, Object *questGiver) | Player | |
| AddQuestRewardedTalentCount(uint32 points) | Player | inline |
| AddRefundReference(ObjectGuid it) | Player | |
| AddRuneByAuraEffect(uint8 index, RuneType newType, AuraEffect const *aura) | Player | |
| AddRunePower(uint8 index) const | Player | |
| AddSpell(uint32 spellId, bool active, bool learning, bool dependent, bool disabled, bool loading=false, uint32 fromSkill=0) | Player | |
| AddSpellMod(SpellModifier *mod, bool apply) | Player | |
| AddTalent(uint32 spellId, uint8 spec, bool learning) | Player | |
| AddTemporarySpell(uint32 spellId) | Player | |
| AddTimedQuest(uint32 questId) | Player | inline |
| AddToGrid(GridRefManager< Player > &m) | GridObject< Player > | inline |
| AddToNotify(uint16 f) | WorldObject | inline |
| AddToObjectUpdate() override | WorldObject | virtual |
| AddToObjectUpdateIfNeeded() | Object | protected |
| AddToWorld() override | Player | virtual |
| AddTradeableItem(Item *item) | Player | |
| AddUnitMovementFlag(uint32 f) | Unit | inline |
| AddUnitState(uint32 f) | Unit | inline |
| AddUnitTypeMask(uint32 mask) | Unit | inline |
| AddWeaponProficiency(uint32 newflag) | Player | inline |
| AddWhisperWhiteList(ObjectGuid guid) | Player | inline |
| AdjustQuestReqItemCount(Quest const *quest, QuestStatusData &questStatusData) | Player | private |
| AI() const | Player | inline |
| AIUpdateTick(uint32 diff) | Unit | |
| ApplyAttackTimePercentMod(WeaponAttackType att, float val, bool apply) | Unit | |
| ApplyBaseModPctValue(BaseModGroup modGroup, float pct) | Player | |
| ApplyCastTimePercentMod(float val, bool apply) | Unit | |
| ApplyControlStatesIfNeeded() | Unit | |
| ApplyDiminishingAura(DiminishingGroup group, bool apply) | Unit | |
| ApplyDiminishingToDuration(SpellInfo const *auraSpellInfo, bool triggered, int32 &duration, WorldObject *caster, DiminishingLevels previousLevel) const | Unit | |
| ApplyEffectModifiers(SpellInfo const *spellInfo, uint8 effIndex, float value) const | WorldObject | |
| ApplyEnchantment(Item *item, EnchantmentSlot slot, bool apply, bool apply_dur=true, bool ignore_condition=false) | Player | |
| ApplyEnchantment(Item *item, bool apply) | Player | |
| ApplyEquipCooldown(Item *pItem) | Player | |
| ApplyEquipSpell(SpellInfo const *spellInfo, Item *item, bool apply, bool form_change=false) | Player | |
| ApplyFeralAPBonus(int32 amount, bool apply) | Player | |
| ApplyHealthRegenBonus(int32 amount, bool apply) | Player | |
| ApplyItemDependentAuras(Item *item, bool apply) | Player | |
| ApplyItemEquipSpell(Item *item, bool apply, bool form_change=false) | Player | |
| ApplyItemObtainSpells(Item *item, bool apply) | Player | |
| ApplyManaRegenBonus(int32 amount, bool apply) | Player | |
| ApplyModByteFlag(uint16 index, uint8 offset, uint8 flag, bool apply) | Object | |
| ApplyModFlag(uint16 index, uint32 flag, bool apply) | Object | |
| ApplyModFlag64(uint16 index, uint64 flag, bool apply) | Object | |
| ApplyModInt32Value(uint16 index, int32 val, bool apply) | Object | |
| ApplyModPositiveFloatValue(uint16 index, float val, bool apply) | Object | |
| ApplyModSignedFloatValue(uint16 index, float val, bool apply) | Object | |
| ApplyModToSpell(SpellModifier *mod, Spell *spell) | Player | static |
| ApplyModUInt32Value(uint16 index, int32 val, bool apply) | Object | |
| ApplyRatingMod(CombatRating cr, int32 value, bool apply) | Player | |
| ApplyResilience(Unit const *victim, float *crit, int32 *damage, bool isCrit, CombatRating type) | Unit | static |
| ApplySpellImmune(uint32 spellId, uint32 op, uint32 type, bool apply) | Unit | |
| ApplySpellMod(uint32 spellId, SpellModOp op, T &basevalue, Spell *spell=nullptr) const | Player | |
| ApplySpellPenetrationBonus(int32 amount, bool apply) | Player | |
| ApplySpellPowerBonus(int32 amount, bool apply) | Player | |
| ApplyStatPctModifier(UnitMods unitMod, UnitModifierPctType modifierType, float amount) | Unit | |
| AreaExploredOrEventHappens(uint32 questId) | Player | |
| AtDisengage() | Unit | inlineprotectedvirtual |
| AtEngage(Unit *target) | Unit | protectedvirtual |
| AtEnterCombat() | Unit | inlineprotectedvirtual |
| AtExitCombat() override | Player | virtual |
| Attack(Unit *victim, bool meleeAttack) | Unit | |
| AttackerSet typedef | Unit | |
| AttackerStateUpdate(Unit *victim, WeaponAttackType attType=BASE_ATTACK, bool extra=false) | Unit | |
| AttackStop() | Unit | |
| AtTargetAttacked(Unit *target, bool canInitialAggro) | Unit | |
| AuraApplicationList typedef | Unit | |
| AuraApplicationMap typedef | Unit | |
| AuraApplicationMapBounds typedef | Unit | |
| AuraApplicationMapBoundsNonConst typedef | Unit | |
| AuraApplicationProcContainer typedef | Unit | |
| AuraEffectList typedef | Unit | |
| AuraList typedef | Unit | |
| AuraMap typedef | Unit | |
| AuraMapBounds typedef | Unit | |
| AuraMapBoundsNonConst typedef | Unit | |
| AuraStateAurasMap typedef | Unit | |
| AuraStateAurasMapBounds typedef | Unit | |
| autoReplyMsg | Player | |
| AutoStoreLoot(uint8 bag, uint8 slot, uint32 loot_id, LootStore const &store, bool broadcast=false, bool createdByPlayer=false) | Player | |
| AutoStoreLoot(uint32 loot_id, LootStore const &store, bool broadcast=false, bool createdByPlayer=false) | Player | inline |
| AutoUnequipOffhandIfNeed(bool force=false) | Player | |
| BankItem(ItemPosCountVec const &dest, Item *pItem, bool update) | Player | |
| BindToInstance(InstanceSave *save, bool permanent, BindExtensionState extendState=EXTEND_STATE_NORMAL, bool load=false) | Player | |
| BindToInstance() | Player | |
| BoundInstancesMap typedef | Player | |
| BuildAuraStateUpdateForTarget(Unit const *target) const | Unit | |
| BuildCreateUpdateBlockForPlayer(UpdateData *data, Player *target) const override | Player | virtual |
| BuildEnumData(PreparedQueryResult result, WorldPacket *data) | Player | static |
| BuildFieldsUpdate(Player *, UpdateDataMapType &) const | Object | |
| BuildMovementPacket(ByteBuffer *data) const | Unit | |
| BuildMovementPacket(Position const &pos, Position const &transportPos, MovementInfo const &movementInfo, ByteBuffer *data) | Unit | static |
| BuildMovementUpdate(ByteBuffer *data, uint16 flags) const | Object | protected |
| BuildMovementUpdateBlock(UpdateData *data, uint32 flags=0) const | Object | |
| BuildOutOfRangeUpdateBlock(UpdateData *data) const | Object | |
| BuildPetTalentsInfoData(WorldPackets::Talent::PetTalentInfoUpdate &petTalentInfo) const | Player | |
| BuildPlayerRepop() | Player | |
| BuildPlayerTalentsInfoData(WorldPackets::Talent::TalentInfoUpdate &talentInfo) | Player | |
| BuildUpdate(UpdateDataMapType &) override | WorldObject | virtual |
| BuildValuesUpdate(uint8 updatetype, ByteBuffer *data, Player const *target) const override | Unit | protectedvirtual |
| BuildValuesUpdateBlockForPlayer(UpdateData *data, Player const *target) const | Object | |
| BuyItemFromVendorSlot(ObjectGuid vendorguid, uint32 vendorslot, uint32 item, uint32 count, uint8 bag, uint8 slot) | Player | |
| CalcAbsorbResist(DamageInfo &damageInfo, Spell *spell=nullptr) | Unit | static |
| CalcArmorReducedDamage(Unit const *attacker, Unit *victim, uint32 damage, SpellInfo const *spellInfo, WeaponAttackType attackType=MAX_ATTACK, uint8 attackerLevel=0) | Unit | static |
| CalcHealAbsorb(HealInfo &healInfo) | Unit | static |
| CalcSpellDuration(SpellInfo const *spellInfo) const | WorldObject | |
| CalcSpellResistedDamage(Unit const *attacker, Unit *victim, uint32 damage, SpellSchoolMask schoolMask, SpellInfo const *spellInfo) | Unit | static |
| CalculateAOEAvoidance(int32 damage, uint32 schoolMask, ObjectGuid const &casterGuid) const | Unit | |
| CalculateAverageResistReduction(WorldObject const *caster, SpellSchoolMask schoolMask, Unit const *victim, SpellInfo const *spellInfo=nullptr) | Unit | static |
| CalculateCorpseReclaimDelay(bool load=false) const | Player | |
| CalculateDamage(WeaponAttackType attType, bool normalized, bool addTotalPct, uint8 itemDamagesMask=0) const | Unit | |
| CalculateDefaultCoefficient(SpellInfo const *spellInfo, DamageEffectType damagetype) const | Unit | |
| CalculateMeleeDamage(Unit *victim, CalcDamageInfo *damageInfo, WeaponAttackType attackType=BASE_ATTACK) | Unit | |
| CalculateMinMaxDamage(WeaponAttackType attType, bool normalized, bool addTotalPct, float &minDamage, float &maxDamage, uint8 damageIndex) const override | Player | virtual |
| CalculateReputationGain(ReputationSource source, uint32 creatureOrQuestLevel, int32 rep, int32 faction, bool noQuestBonus=false) | Player | |
| CalculateSpellDamage(SpellEffectInfo const &spellEffectInfo, int32 const *basePoints=nullptr) const | WorldObject | |
| CalculateSpellDamageTaken(SpellNonMeleeDamage *damageInfo, int32 damage, SpellInfo const *spellInfo, WeaponAttackType attackType=BASE_ATTACK, bool crit=false, bool blocked=false, Spell *spell=nullptr) | Unit | |
| CalculateSpellpowerCoefficientLevelPenalty(SpellInfo const *spellInfo) const | Unit | |
| CalculateTalentsPoints() const | Player | |
| CanAddQuest(Quest const *quest, bool msg) const | Player | |
| CanAlwaysSee(WorldObject const *obj) const override | Player | protectedvirtual |
| CanApplyResilience() const override | Player | inlinevirtual |
| CanBankItem(uint8 bag, uint8 slot, ItemPosCountVec &dest, Item *pItem, bool swap, bool not_loading=true) const | Player | |
| CanBeGameMaster() const | Player | |
| CanBlock() const | Player | inline |
| CanCaptureTowerPoint() const | Player | |
| CanCompleteQuest(uint32 quest_id) | Player | |
| CanCompleteRepeatableQuest(Quest const *quest) | Player | |
| CanDetect(WorldObject const *obj, bool ignoreStealth, bool checkAlert=false) const | WorldObject | private |
| CanDetectInvisibilityOf(WorldObject const *obj) const | WorldObject | private |
| CanDetectStealthOf(WorldObject const *obj, bool checkAlert=false) const | WorldObject | private |
| CanDualWield() const | Unit | inline |
| CanEnterWater() const override | Player | inlinevirtual |
| CanEquipItem(uint8 slot, uint16 &dest, Item *pItem, bool swap, bool not_loading=true) const | Player | |
| CanEquipNewItem(uint8 slot, uint16 &dest, uint32 item, bool swap) const | Player | |
| CanEquipUniqueItem(Item *pItem, uint8 except_slot=NULL_SLOT, uint32 limit_count=1) const | Player | |
| CanEquipUniqueItem(ItemTemplate const *itemProto, uint8 except_slot=NULL_SLOT, uint32 limit_count=1) const | Player | |
| CanFly() const override | Player | inlinevirtual |
| CanFlyInZone(uint32 mapid, uint32 zone, SpellInfo const *bySpell) const | Player | |
| CanFreeMove() const | Unit | |
| CanHaveThreatList() const | Unit | inline |
| CanInstantCast() const | Unit | inline |
| CanInteractWithQuestGiver(Object *questGiver) const | Player | |
| CanJoinConstantChannelInZone(ChatChannelsEntry const *channel, AreaTableEntry const *zone) const | Player | |
| CanJoinToBattleground(Battleground const *bg) const | Player | |
| CanModifyStats() const | Unit | inline |
| CanNeverSee(WorldObject const *obj) const | WorldObject | private |
| CanNoReagentCast(SpellInfo const *spellInfo) const | Player | |
| CanParry() const | Player | inline |
| CanProc() const | Unit | inline |
| CanReportAfkDueToLimit() | Player | |
| CanRewardQuest(Quest const *quest, bool msg) | Player | |
| CanRewardQuest(Quest const *quest, uint32 reward, bool msg) | Player | |
| CanRollForItemInLFG(ItemTemplate const *item, WorldObject const *lootedObject) const | Player | |
| CanSeeOrDetect(WorldObject const *obj, bool implicitDetect=false, bool distanceCheck=false, bool checkAlert=false) const | WorldObject | |
| CanSeeSpellClickOn(Creature const *creature) const | Player | |
| CanSeeStartQuest(Quest const *quest) const | Player | |
| CanShareQuest(uint32 questId) const | Player | |
| CanStoreItem(uint8 bag, uint8 slot, ItemPosCountVec &dest, Item *pItem, bool swap=false) const | Player | |
| CanStoreItem(uint8 bag, uint8 slot, ItemPosCountVec &dest, uint32 entry, uint32 count, Item *pItem=nullptr, bool swap=false, uint32 *no_space_count=nullptr) const | Player | |
| CanStoreItem_InBag(uint8 bag, ItemPosCountVec &dest, ItemTemplate const *pProto, uint32 &count, bool merge, bool non_specialized, Item *pSrcItem, uint8 skip_bag, uint8 skip_slot) const | Player | private |
| CanStoreItem_InInventorySlots(uint8 slot_begin, uint8 slot_end, ItemPosCountVec &dest, ItemTemplate const *pProto, uint32 &count, bool merge, Item *pSrcItem, uint8 skip_bag, uint8 skip_slot) const | Player | private |
| CanStoreItem_InSpecificSlot(uint8 bag, uint8 slot, ItemPosCountVec &dest, ItemTemplate const *pProto, uint32 &count, bool swap, Item *pSrcItem) const | Player | private |
| CanStoreItems(Item **items, int count, uint32 *itemLimitCategory) const | Player | |
| CanStoreNewItem(uint8 bag, uint8 slot, ItemPosCountVec &dest, uint32 item, uint32 count, uint32 *no_space_count=nullptr) const | Player | |
| CanSwim() const | Unit | virtual |
| CanTakeMoreSimilarItems(Item *pItem, uint32 *itemLimitCategory=nullptr) const | Player | |
| CanTakeMoreSimilarItems(uint32 entry, uint32 count, uint32 *itemLimitCategory=nullptr) const | Player | inline |
| CanTakeMoreSimilarItems(uint32 entry, uint32 count, Item *pItem, uint32 *no_space_count=nullptr, uint32 *itemLimitCategory=nullptr) const | Player | |
| CanTakeQuest(Quest const *quest, bool msg) const | Player | |
| CanTameExoticPets() const | Player | inline |
| CanTitanGrip(Item const *item) const | Player | |
| CanUnequipItem(uint16 src, bool swap) const | Player | |
| CanUnequipItems(uint32 item, uint32 count) const | Player | |
| CanUninviteFromGroup(ObjectGuid guidMember=ObjectGuid::Empty) const | Player | |
| CanUseAmmo(uint32 item) const | Player | |
| CanUseAttackType(uint8 attacktype) const | Unit | |
| CanUseBattlegroundObject(GameObject *gameobject) const | Player | |
| CanUseItem(Item *pItem, bool not_loading=true) const | Player | |
| CanUseItem(ItemTemplate const *pItem) const | Player | |
| CastAllObtainSpells() | Player | |
| CastItemCombatSpell(DamageInfo const &damageInfo) | Player | |
| CastItemCombatSpell(DamageInfo const &damageInfo, Item *item, ItemTemplate const *proto) | Player | |
| CastItemUseSpell(Item *item, uint32 spellId, SpellCastTargets const &targets, uint8 cast_count, uint32 glyphIndex) | Player | |
| CastSpell(CastSpellTargetArg const &targets, uint32 spellId, CastSpellExtraArgs const &args={ }) | WorldObject | |
| CastStop(uint32 except_spellid=0) | Unit | |
| ChangeSeat(int8 seatId, bool next=true) | Unit | |
| CharmSpellInitialize() | Player | |
| CheckAmmoCompatibility(ItemTemplate const *ammo_proto) const | Player | |
| CheckAreaExplore() | Player | |
| CheckAttackFitToAuraRequirement(WeaponAttackType attackType, AuraEffect const *aurEff) const override | Player | virtual |
| CheckDuelDistance(time_t currTime) | Player | |
| CheckInstanceValidity(bool) | Player | |
| CheckOutdoorsAuraRequirements() | Player | |
| CheckPendingMovementAcks() | Unit | private |
| CheckPrivateObjectOwnerVisibility(WorldObject const *seer) const | WorldObject | |
| CheckTitanGripPenalty() | Player | |
| CinematicMgr | Player | friend |
| CleanupAfterTaxiFlight() | Player | |
| CleanupBeforeRemoveFromMap(bool finalCleanup) | Unit | |
| CleanupChannels() | Player | |
| CleanupsBeforeDelete(bool finalCleanup=true) override | Player | virtual |
| ClearAfkReports() | Player | inline |
| ClearAllReactives() | Unit | |
| ClearComboPointHolders() | Unit | |
| ClearComboPoints() | Unit | |
| ClearDiminishings() | Unit | |
| ClearInCombat() | Unit | inline |
| ClearQuestSharingInfo() | Player | inline |
| ClearResurrectRequestData() | Player | inline |
| ClearUnitState(uint32 f) | Unit | inline |
| ClearUpdateMask(bool remove) | Object | |
| ClearWhisperWhiteList() | Player | inline |
| ClearZoneScript() | WorldObject | |
| CombatStop(bool includingCast=false, bool mutualPvP=true) | Unit | |
| CombatStopWithPets(bool includingCast=false) | Unit | |
| CompletedAchievement(AchievementEntry const *entry) | Player | |
| CompleteQuest(uint32 quest_id) | Player | |
| ContinueTaxiFlight() const | Player | |
| ControlList typedef | Unit | |
| ConvertRune(uint8 index, RuneType newType) | Player | |
| CorrectMetaGemEnchants(uint8 slot, bool apply) | Player | |
| CountPctFromCurHealth(int32 pct) const | Unit | inline |
| CountPctFromMaxHealth(int32 pct) const | Unit | inline |
| CountPctFromMaxPower(Powers power, int32 pct) const | Unit | inline |
| Create(ObjectGuid::LowType guidlow, WorldPackets::Character::CharacterCreateInfo const *createInfo) | Player | |
| CreateCorpse() | Player | |
| CreateTamedPetFrom(Creature *creatureTarget, uint32 spell_id=0) | Unit | |
| CreateTamedPetFrom(uint32 creatureEntry, uint32 spell_id=0) | Unit | |
| CreateVehicleKit(uint32 id, uint32 creatureEntry) | Unit | |
| DealDamage(Unit *attacker, Unit *victim, uint32 damage, CleanDamage const *cleanDamage=nullptr, DamageEffectType damagetype=DIRECT_DAMAGE, SpellSchoolMask damageSchoolMask=SPELL_SCHOOL_MASK_NORMAL, SpellInfo const *spellProto=nullptr, bool durabilityLoss=true) | Unit | static |
| DealDamageMods(Unit const *victim, uint32 &damage, uint32 *absorb) | Unit | static |
| DealHeal(HealInfo &healInfo) | Unit | static |
| DealMeleeDamage(CalcDamageInfo *damageInfo, bool durabilityLoss) | Unit | |
| DealSpellDamage(SpellNonMeleeDamage const *damageInfo, bool durabilityLoss) | Unit | |
| DelayOwnedAuras(uint32 spellId, ObjectGuid caster, int32 delaytime) | Unit | |
| DeleteCharmInfo() | Unit | |
| DeleteEquipmentSet(uint64 setGuid) | Player | |
| DeleteFromDB(ObjectGuid playerguid, uint32 accountId, bool updateRealmChars=true, bool deleteFinally=false) | Player | static |
| DeleteOldCharacters() | Player | static |
| DeleteOldCharacters(uint32 keepDays) | Player | static |
| DeleteRefundReference(ObjectGuid it) | Player | |
| DeMorph() | Unit | |
| DestroyConjuredItems(bool update) | Player | |
| DestroyForNearbyPlayers() | WorldObject | |
| DestroyForPlayer(Player *target, bool onDeath=false) const override | Player | virtual |
| DestroyItem(uint8 bag, uint8 slot, bool update) | Player | |
| DestroyItemCount(uint32 item, uint32 count, bool update, bool unequip_check=false) | Player | |
| DestroyItemCount(Item *item, uint32 &count, bool update) | Player | |
| DestroyZoneLimitedItem(bool update, uint32 new_zone) | Player | |
| DFQuestsDoneList typedef | Player | |
| Diminishing typedef | Unit | |
| DisableSpline() | Unit | protected |
| Dismount() | Unit | |
| DoRandomRoll(uint32 minimum, uint32 maximum) | Player | |
| duel | Player | |
| DuelComplete(DuelCompleteType type) | Player | |
| DurabilityLoss(Item *item, double percent) | Player | |
| DurabilityLossAll(double percent, bool inventory) | Player | |
| DurabilityPointLossForEquipSlot(EquipmentSlots slot) | Player | |
| DurabilityPointsLoss(Item *item, int32 points) | Player | |
| DurabilityPointsLossAll(int32 points, bool inventory) | Player | |
| DurabilityRepair(uint16 pos, bool takeCost, float discountMod) | Player | |
| DurabilityRepairAll(bool takeCost, float discountMod, bool guildBank) | Player | |
| DynObjectList typedef | Unit | protected |
| EnchantmentFitsRequirements(uint32 enchantmentcondition, int8 slot) const | Player | |
| EnergizeBySpell(Unit *victim, uint32 spellId, int32 damage, Powers powerType) | Unit | |
| EnergizeBySpell(Unit *victim, SpellInfo const *spellInfo, int32 damage, Powers powerType) | Unit | |
| EngageWithTarget(Unit *who) | Unit | |
| EnsureVictim() const | Unit | inline |
| EnterVehicle(Unit *base, int8 seatId=-1) | Unit | |
| EnvironmentalDamage(EnviromentalDamage type, uint32 damage) | Player | |
| EquipItem(uint16 pos, Item *pItem, bool update) | Player | |
| EquipNewItem(uint16 pos, uint32 item, bool update) | Player | |
| ExitVehicle(Position const *exitPosition=nullptr) | Unit | virtual |
| extraAttacksTargets | Unit | private |
| FailQuest(uint32 quest_id) | Player | |
| FindCurrentSpellBySpellId(uint32 spell_id) const | Unit | |
| FindEquipSlot(Item const *item, uint32 slot, bool swap) const | Player | |
| FindMap() const | WorldObject | inline |
| FindNearestCreature(uint32 entry, float range, bool alive=true) const | WorldObject | |
| FindNearestCreatureWithOptions(float range, FindCreatureOptions const &options) const | WorldObject | |
| FindNearestGameObject(uint32 entry, float range, bool spawnedOnly=true) const | WorldObject | |
| FindNearestGameObjectOfType(GameobjectTypes type, float range) const | WorldObject | |
| FindNearestGameObjectWithOptions(float range, FindGameObjectOptions const &options) const | WorldObject | |
| FindNearestUnspawnedGameObject(uint32 entry, float range) const | WorldObject | |
| FindQuestSlot(uint32 quest_id) const | Player | |
| FinishSpell(CurrentSpellTypes spellType, bool ok=true) | Unit | |
| FinishTaxiFlight() | Player | |
| FollowerAdded(AbstractFollower *f) | Unit | inline |
| FollowerRemoved(AbstractFollower *f) | Unit | inline |
| ForceValuesUpdateAtIndex(uint32) | Object | |
| GameObjectList typedef | Unit | protected |
| GetAbsoluteAngle(float x, float y) const | Position | inline |
| GetAbsoluteAngle(Position const &pos) const | Position | inline |
| GetAbsoluteAngle(Position const *pos) const | Position | inline |
| GetActionButton(uint8 button) | Player | |
| GetActionButtons() const | Player | inline |
| GetActiveTalentGroup() const | Player | inline |
| GetAffectingPlayer() const | WorldObject | |
| GetAI() const | Unit | inline |
| GetAllMinionsByEntry(std::list< Creature * > &Minions, uint32 entry) | Unit | |
| GetAmmoDPS() const | Player | inline |
| GetAnimTier() const | Unit | inline |
| GetAPMultiplier(WeaponAttackType attType, bool normalized) const | Unit | |
| GetAppliedAuras() | Unit | inline |
| GetAppliedAuras() const | Unit | inline |
| GetAreaId() const | WorldObject | inline |
| GetArenaPersonalRating(uint8 slot) const | Player | inline |
| GetArenaPoints() const | Player | inline |
| GetArenaTeamId(uint8 slot) const | Player | inline |
| GetArenaTeamIdInvited() const | Player | inline |
| GetArmor() const | Unit | inline |
| GetArmorProficiency() const | Player | inline |
| GetAttackBySlot(uint8 slot) | Player | static |
| getAttackerForHelper() const | Unit | |
| getAttackers() const | Unit | inline |
| GetAttackTime(WeaponAttackType att) const | Unit | |
| getAttackTimer(WeaponAttackType type) const | Unit | inline |
| GetAura(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0) const | Unit | |
| GetAuraApplication(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0, AuraApplication *except=nullptr) const | Unit | |
| GetAuraApplicationOfRankedSpell(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0, AuraApplication *except=nullptr) const | Unit | |
| GetAuraCount(uint32 spellId) const | Unit | |
| GetAuraEffect(uint32 spellId, uint8 effIndex, ObjectGuid casterGUID=ObjectGuid::Empty) const | Unit | |
| GetAuraEffect(AuraType type, SpellFamilyNames name, uint32 iconId, uint8 effIndex) const | Unit | |
| GetAuraEffect(AuraType type, SpellFamilyNames family, uint32 familyFlag1, uint32 familyFlag2, uint32 familyFlag3, ObjectGuid casterGUID=ObjectGuid::Empty) const | Unit | |
| GetAuraEffectOfRankedSpell(uint32 spellId, uint8 effIndex, ObjectGuid casterGUID=ObjectGuid::Empty) const | Unit | |
| GetAuraEffectsByType(AuraType type) const | Unit | inline |
| GetAuraEffectsByType(AuraType type) | Unit | inline |
| GetAuraOfRankedSpell(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0) const | Unit | |
| GetAuraUpdateMaskForRaid() const | Player | inline |
| GetAverageItemLevel() const | Player | |
| GetBagByPos(uint8 slot) const | Player | |
| GetBankBagSlotCount() const | Player | inline |
| GetBarberShopCost(uint8 newhairstyle, uint8 newhaircolor, uint8 newfacialhair, BarberShopStyleEntry const *newSkin=nullptr) const | Player | |
| GetBaseDefenseSkillValue() const | Player | inline |
| GetBaseModValue(BaseModGroup modGroup, BaseModType modType) const | Player | |
| GetBaseRune(uint8 index) const | Player | inline |
| GetBaseSkillValue(uint32 skill) const | Player | |
| GetBaseSpellPowerBonus() const | Player | inline |
| GetBaseWeaponSkillValue(WeaponAttackType attType) const | Player | |
| GetBattleground() const | Player | |
| GetBattlegroundEntryPoint() const | Player | inline |
| GetBattlegroundId() const | Player | inline |
| GetBattlegroundQueueIndex(BattlegroundQueueTypeId bgQueueTypeId) const | Player | |
| GetBattlegroundQueueTypeId(uint32 index) const | Player | |
| GetBattlegroundTypeId() const | Player | inline |
| GetBGAccessByLevel(BattlegroundTypeId bgTypeId) const | Player | |
| GetBGTeam() const | Player | |
| GetBoundingRadius() const | Unit | inline |
| GetBoundInstance(uint32 mapid, Difficulty difficulty, bool withExpired=false) | Player | |
| GetBoundInstances(Difficulty difficulty) | Player | inline |
| GetByteValue(uint16 index, uint8 offset) const | Object | |
| GetCastingTimeForBonus(SpellInfo const *spellProto, DamageEffectType damagetype, uint32 CastingTime) const | Unit | |
| GetChampioningFaction() const | Player | inline |
| GetChannelObjectGuid() const | Unit | inline |
| GetChannelSpellId() const | Unit | inline |
| GetCharmed() const | Unit | inline |
| GetCharmedGUID() const | Unit | inline |
| GetCharmedOrSelf() const | Unit | inline |
| GetCharmer() const | Unit | inline |
| GetCharmerGUID() const | Unit | inline |
| GetCharmerOrOwner() const | Unit | inline |
| GetCharmerOrOwnerGUID() const override | Unit | inlinevirtual |
| GetCharmerOrOwnerOrOwnGUID() const | WorldObject | |
| GetCharmerOrOwnerOrSelf() const | WorldObject | |
| GetCharmerOrOwnerPlayerOrPlayerItself() const | WorldObject | |
| GetCharmerOrSelf() const | Unit | |
| GetCharmerOrSelfPlayer() const | Unit | inline |
| GetCharmInfo() | Unit | inline |
| GetChatTag() const | Player | |
| getCinematic() const | Player | inline |
| GetCinematicMgr() const | Player | inline |
| GetClass() const | Unit | inline |
| GetClassMask() const | Unit | inline |
| GetClosePoint(float &x, float &y, float &z, float size, float distance2d=0, float relAngle=0) const | WorldObject | |
| GetCollisionHeight() const override | Unit | virtual |
| GetCombatManager() | Unit | inline |
| GetCombatManager() const | Unit | inline |
| GetCombatRatingDamageReduction(CombatRating cr, float rate, float cap, uint32 damage) const | Unit | private |
| GetCombatRatingReduction(CombatRating cr) const | Unit | private |
| GetCombatReach() const override | Unit | inlinevirtual |
| GetComboPoints(Unit const *who=nullptr) const | Unit | inline |
| GetComboPoints(ObjectGuid const &guid) const | Unit | inline |
| GetComboTarget() const | Unit | inline |
| GetComboTargetGUID() const | Unit | inline |
| GetCommandStatus(uint32 command) const | Player | inline |
| GetContactPoint(WorldObject const *obj, float &x, float &y, float &z, float distance2d=CONTACT_DISTANCE) const | WorldObject | |
| GetControllingPlayer() const | Unit | |
| GetCoordsMapAreaAndZoneString() const | Player | |
| GetCorpse() const | Player | |
| GetCorpseLocation() const | Player | inline |
| GetCorpseReclaimDelay(bool pvp) const | Player | |
| GetCreateHealth() const | Unit | inline |
| GetCreateMana() const | Unit | inline |
| GetCreatePowerValue(Powers power) const | Unit | |
| GetCreateStat(Stats stat) const | Unit | inline |
| GetCreatorGUID() const | Unit | inline |
| GetCreatureListWithEntryInGrid(Container &creatureContainer, uint32 entry, float maxSearchRange=250.0f) const | WorldObject | |
| GetCreatureListWithOptionsInGrid(Container &creatureContainer, float maxSearchRange, FindCreatureOptions const &options) const | WorldObject | |
| GetCreatureType() const | Unit | |
| GetCreatureTypeMask() const | Unit | |
| GetCritterGUID() const | Unit | inline |
| GetCurrentRune(uint8 index) const | Player | inline |
| GetCurrentSpell(CurrentSpellTypes spellType) const | Unit | inline |
| GetCurrentSpell(uint32 spellType) const | Unit | inline |
| GetCurrentSpellCastTime(uint32 spell_id) const | Unit | |
| GetDamageImmunityMask() const | Unit | |
| getDeathState() const | Unit | inline |
| GetDeathTimer() const | Player | inline |
| GetDebugInfo() const override | Player | virtual |
| GetDeclinedNames() const | Player | inline |
| GetDefaultGossipMenuForSource(WorldObject *source) | Player | static |
| GetDefaultMovementType() const | Unit | virtual |
| GetDefenseSkillValue(Unit const *target=nullptr) const | Unit | |
| GetDifficulty(bool isRaid) const | Player | inline |
| GetDiminishing(DiminishingGroup group) const | Unit | |
| GetDirectTransport() const | Unit | |
| GetDiseasesByCaster(ObjectGuid casterGUID, bool remove=false) | Unit | |
| GetDispellableAuraList(WorldObject const *caster, uint32 dispelMask, DispelChargesList &dispelList, bool isReflect=false) const | Unit | |
| GetDisplayId() const | Unit | inline |
| GetDistance(WorldObject const *obj) const | WorldObject | |
| GetDistance(Position const &pos) const | WorldObject | |
| GetDistance(float x, float y, float z) const | WorldObject | |
| GetDistance2d(WorldObject const *obj) const | WorldObject | |
| GetDistance2d(float x, float y) const | WorldObject | |
| GetDistanceOrder(WorldObject const *obj1, WorldObject const *obj2, bool is3D=true) const | WorldObject | |
| GetDistanceZ(WorldObject const *obj) const | WorldObject | |
| GetDodgeFromAgility(float &diminishing, float &nondiminishing) const | Player | |
| GetDoTsByCaster(ObjectGuid casterGUID) const | Unit | |
| GetDrunkenstateByValue(uint8 value) | Player | static |
| GetDrunkValue() const | Player | inline |
| GetDummyAuraEffect(SpellFamilyNames name, uint32 iconId, uint8 effIndex) const | Unit | |
| GetDungeonDifficulty() const | Player | inline |
| GetDynamicFlags() const override | Unit | inlinevirtual |
| GetDynObject(uint32 spellId) const | Unit | |
| GetDynObjects(uint32 spellId) const | Unit | |
| GetEmoteState() const | Unit | inline |
| GetEntry() const | Object | inline |
| GetExactDist(float x, float y, float z) const | Position | inline |
| GetExactDist(Position const &pos) const | Position | inline |
| GetExactDist(Position const *pos) const | Position | inline |
| GetExactDist2d(const float x, const float y) const | Position | inline |
| GetExactDist2d(Position const &pos) const | Position | inline |
| GetExactDist2d(Position const *pos) const | Position | inline |
| GetExactDist2dSq(const float x, const float y) const | Position | inline |
| GetExactDist2dSq(Position const &pos) const | Position | inline |
| GetExactDist2dSq(Position const *pos) const | Position | inline |
| GetExactDistSq(float x, float y, float z) const | Position | inline |
| GetExactDistSq(Position const &pos) const | Position | inline |
| GetExactDistSq(Position const *pos) const | Position | inline |
| GetExpertiseDodgeOrParryReduction(WeaponAttackType attType) const | Player | |
| GetExtraUnitMovementFlags() const | Unit | inline |
| GetFaceId() const | Player | inline |
| GetFacialStyle() const | Player | inline |
| GetFaction() const override | Unit | inlinevirtual |
| GetFactionReactionTo(FactionTemplateEntry const *factionTemplateEntry, WorldObject const *target) | WorldObject | static |
| GetFactionTemplateEntry() const | WorldObject | |
| GetFakeDrunkValue() const | Player | inline |
| GetFirstCollisionPosition(float dist, float angle) | WorldObject | |
| GetFirstControlled() const | Unit | |
| GetFirstMinion() const | Unit | |
| GetFlatModifierValue(UnitMods unitMod, UnitModifierFlatType modifierType) const | Unit | |
| GetFloatValue(uint16 index) const | Object | |
| GetFloorZ() const | WorldObject | |
| GetFollowAngle() const | Unit | inlinevirtual |
| GetFreeInventorySpace() const | Player | |
| GetFreePrimaryProfessionPoints() const | Player | inline |
| GetFreeTalentPoints() const | Player | inline |
| GetGameClient() const | Player | |
| GetGameClientMovingMe() const | Unit | inline |
| GetGameObject(uint32 spellId) const | Unit | |
| GetGameObjectIfCanInteractWith(ObjectGuid const &guid) const | Player | |
| GetGameObjectIfCanInteractWith(ObjectGuid const &guid, GameobjectTypes type) const | Player | |
| GetGameObjectListWithEntryInGrid(Container &gameObjectContainer, uint32 entry, float maxSearchRange=250.0f) const | WorldObject | |
| GetGameObjectListWithOptionsInGrid(Container &gameObjectContainer, float maxSearchRange, FindGameObjectOptions const &options) const | WorldObject | |
| GetGameObjects(uint32 spellId) const | Unit | |
| GetGender() const | Unit | inline |
| GetGlyph(uint8 group, uint8 slot) const | Player | inline |
| GetGlyphSlot(uint8 slot) const | Player | inline |
| GetGossipTextId(uint32 menuId, WorldObject *source) | Player | |
| GetGossipTextId(WorldObject *source) | Player | |
| GetGrantableLevels() const | Player | inline |
| GetGridActivationRange() const | WorldObject | |
| GetGroup() | Player | inline |
| GetGroup() const | Player | inline |
| GetGroupInvite() const | Player | inline |
| GetGroupRef() | Player | inline |
| GetGroupUpdateFlag() const | Player | inline |
| GetGuardianPet() const | Unit | |
| GetGUID(Object const *o) | Object | inlinestatic |
| GetGUID() const | Object | inline |
| GetGuidValue(uint16 index) const | Object | |
| GetGuild() | Player | |
| GetGuildId() const | Player | inline |
| GetGuildIdInvited() const | Player | inline |
| GetGuildName() const | Player | |
| GetGuildRank() const | Player | inline |
| GetHairColorId() const | Player | inline |
| GetHairStyleId() const | Player | inline |
| GetHealth() const | Unit | inline |
| GetHealthBonusFromStamina() | Player | |
| GetHealthGain(int32 dVal) | Unit | |
| GetHealthPct() const | Unit | inline |
| GetHighestExclusiveSameEffectSpellGroupValue(AuraEffect const *aurEff, AuraType auraType, bool checkMiscValue=false, int32 miscValue=0) const | Unit | |
| GetHitSpherePointFor(Position const &dest) const | WorldObject | |
| GetHitSpherePointFor(Position const &dest, float &x, float &y, float &z) const | WorldObject | |
| GetHonorPoints() const | Player | inline |
| GetHoverOffset() const | Unit | inline |
| GetInGameTime() const | Player | inline |
| GetInnTriggerId() const | Player | inline |
| GetInstanceId() const | WorldObject | inline |
| GetInstanceSave(uint32 mapid, bool raid) | Player | |
| GetInstanceScript() const | WorldObject | |
| GetInt32Value(uint16 index) const | Object | |
| GetItemByEntry(uint32 entry) const | Player | |
| GetItemByGuid(ObjectGuid guid) const | Player | |
| GetItemByPos(uint16 pos) const | Player | |
| GetItemByPos(uint8 bag, uint8 slot) const | Player | |
| GetItemCount(uint32 item, bool inBankAlso=false, Item *skipItem=nullptr) const | Player | |
| GetItemCountWithLimitCategory(uint32 limitCategory, Item *skipItem=nullptr) const | Player | |
| GetItemFromBuyBackSlot(uint32 slot) | Player | |
| GetItemUpdateQueue() | Player | inline |
| GetJoinedChannels() const | Player | inline |
| GetLastDamagedTargetGuid() const | Unit | inline |
| GetLastExtraAttackSpell() const | Unit | inline |
| GetLastPetNumber() const | Player | inline |
| GetLastPotionId() const | Player | inline |
| GetLastRuneGraceTimer(uint8 index) const | Player | inline |
| GetLastUsedRune() const | Player | inline |
| GetLevel() const | Unit | inline |
| GetLevelForTarget(WorldObject const *) const override | Unit | inlinevirtual |
| GetLevelPlayedTime() const | Player | inline |
| GetLiquidStatus() const | WorldObject | inline |
| GetLootGUID() const | Player | inline |
| GetMagicHitRedirectTarget(Unit *victim, SpellInfo const *spellInfo) | WorldObject | |
| GetMail(uint32 id) | Player | |
| GetMails() const | Player | inline |
| GetMailSize() | Player | inline |
| GetManaBonusFromIntellect() | Player | |
| GetMap() const | WorldObject | inline |
| GetMapAreaAndZoneString() const | Player | |
| GetMapHeight(float x, float y, float z, bool vmap=true, float distanceToSearch=50.0f) const | WorldObject | |
| GetMapId() const | WorldLocation | inline |
| GetMapRef() | Player | inline |
| GetMapWaterOrGroundLevel(float x, float y, float z, float *ground=nullptr) const | WorldObject | |
| GetMaxHealth() const | Unit | inline |
| GetMaxKeyringSize() const | Player | inline |
| GetMaxNegativeAuraModifier(AuraType auraType) const | Unit | |
| GetMaxNegativeAuraModifier(AuraType auraType, std::function< bool(AuraEffect const *)> const &predicate) const | Unit | |
| GetMaxNegativeAuraModifierByAffectMask(AuraType auraType, SpellInfo const *affectedSpell) const | Unit | |
| GetMaxNegativeAuraModifierByMiscMask(AuraType auraType, uint32 misc_mask) const | Unit | |
| GetMaxNegativeAuraModifierByMiscValue(AuraType auraType, int32 misc_value) const | Unit | |
| GetMaxPersonalArenaRatingRequirement(uint32 minarenaslot) const | Player | |
| GetMaxPositiveAuraModifier(AuraType auraType) const | Unit | |
| GetMaxPositiveAuraModifier(AuraType auraType, std::function< bool(AuraEffect const *)> const &predicate) const | Unit | |
| GetMaxPositiveAuraModifierByAffectMask(AuraType auraType, SpellInfo const *affectedSpell) const | Unit | |
| GetMaxPositiveAuraModifierByMiscMask(AuraType auraType, uint32 misc_mask, AuraEffect const *except=nullptr) const | Unit | |
| GetMaxPositiveAuraModifierByMiscValue(AuraType auraType, int32 misc_value) const | Unit | |
| GetMaxPower(Powers power) const | Unit | inline |
| GetMaxSkillValue(uint32 skill) const | Player | |
| GetMaxSkillValueForLevel(Unit const *target=nullptr) const | Unit | inline |
| getMaxTimer(MirrorTimerType timer) const | Player | protected |
| GetMechanicImmunityMask() const | Unit | |
| GetMechanicResistChance(SpellInfo const *spellInfo) const | Unit | |
| GetMeleeCritChanceReduction() const | Unit | inline |
| GetMeleeCritDamageReduction(uint32 damage) const | Unit | inline |
| GetMeleeCritFromAgility() const | Player | |
| GetMeleeDamageReduction(uint32 damage) const | Unit | inline |
| GetMeleeDamageSchoolMask(WeaponAttackType attackType=BASE_ATTACK, uint8 damageIndex=0) const override | Player | virtual |
| GetMeleeHitRedirectTarget(Unit *victim, SpellInfo const *spellInfo=nullptr) | Unit | |
| GetMeleeRange(Unit const *target) const | Unit | |
| GetMinionGUID() const | Unit | inline |
| GetMinPower(Powers) const | Unit | inline |
| GetMissPercentageFromDefense() const | Player | |
| GetMItem(ObjectGuid::LowType id) | Player | |
| GetModelForForm(ShapeshiftForm form, uint32 spellId) const | Unit | |
| GetMoney() const | Player | inline |
| GetMotionMaster() | Unit | inline |
| GetMotionMaster() const | Unit | inline |
| GetMountDisplayId() const | Unit | inline |
| GetMovementCounterAndInc() | Unit | inline |
| GetMovie() const | Player | inline |
| GetName() const | WorldObject | inline |
| GetNameForLocaleIdx(LocaleConstant) const | WorldObject | inlinevirtual |
| GetNativeDisplayId() const | Unit | inline |
| GetNativeGender() const override | Player | inlinevirtual |
| GetNativeObjectScale() const | Unit | inlinevirtual |
| GetNearPoint(WorldObject const *searcher, float &x, float &y, float &z, float distance2d, float absAngle) const | WorldObject | |
| GetNearPoint2D(WorldObject const *searcher, float &x, float &y, float distance, float absAngle) const | WorldObject | |
| GetNearPosition(float dist, float angle) | WorldObject | |
| GetNegStat(Stats stat) const | Unit | inline |
| GetNextQuest(Object const *questGiver, Quest const *quest) const | Player | |
| GetNextRandomRaidMember(float radius) | Player | |
| GetNextRandomRaidMemberOrPet(float radius) | Unit | |
| GetNotifyFlags() const | WorldObject | inline |
| GetNpcFlags() const | Unit | inline |
| GetNPCIfCanInteractWith(ObjectGuid const &guid, NPCFlags npcFlags) const | Player | |
| GetObjectScale() const | Object | inline |
| GetOrientation() const | Position | inline |
| GetOriginalGroup() const | Player | inline |
| GetOriginalGroupRef() | Player | inline |
| GetOriginalSubGroup() const | Player | inline |
| GetOrInitPetStable() | Player | |
| GetOutdoorPvP() const | Player | |
| GetOwnedAura(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0, Aura *except=nullptr) const | Unit | |
| GetOwnedAuras() | Unit | inline |
| GetOwnedAuras() const | Unit | inline |
| GetOwner() const | WorldObject | |
| GetOwnerGUID() const override | Unit | inlinevirtual |
| GetPackGUID() const | Object | inline |
| GetPartyMembers(std::list< Unit * > &units) | Unit | |
| GetPassOnGroupLoot() const | Player | inline |
| GetPctModifierValue(UnitMods unitMod, UnitModifierPctType modifierType) const | Unit | |
| GetPet() const | Player | |
| GetPetFlags() const | Unit | inline |
| GetPetGUID() const | Unit | inline |
| GetPetStable() | Player | inline |
| GetPetStable() const | Player | inline |
| GetPhaseMask() const | WorldObject | inline |
| GetPhaseMaskForSpawn() const | Player | |
| GetPlayerListInGrid(Container &playerContainer, float maxSearchRange, bool alive=true) const | WorldObject | |
| GetPlayerSharingQuest() const | Player | inline |
| GetPosition(float &x, float &y) const | Position | inline |
| GetPosition(float &x, float &y, float &z) const | Position | inline |
| GetPosition(float &x, float &y, float &z, float &o) const | Position | inline |
| GetPosition() const | Position | inline |
| GetPositionOffsetTo(Position const &endPos, Position &retOffset) const | Position | |
| GetPositionWithOffset(Position const &offset) const | Position | |
| GetPositionX() const | Position | inline |
| GetPositionY() const | Position | inline |
| GetPositionZ() const | Position | inline |
| GetPosStat(Stats stat) const | Unit | inline |
| GetPower(Powers power) const | Unit | inline |
| GetPowerPct(Powers power) const | Unit | inline |
| GetPowerRegen(Powers power) const | Player | |
| GetPowerType() const | Unit | inline |
| GetPowerTypeByAuraGroup(UnitMods unitMod) const | Unit | |
| GetPPMProcChance(uint32 WeaponSpeed, float PPM, SpellInfo const *spellProto) const | Unit | |
| GetPrivateObjectOwner() const | WorldObject | inline |
| GetProcAurasTriggeredOnEvent(AuraApplicationProcContainer &aurasTriggeringProc, AuraApplicationList *procAuras, ProcEventInfo &eventInfo) | Unit | |
| GetPureMaxSkillValue(uint32 skill) const | Player | |
| GetPureSkillValue(uint32 skill) const | Player | |
| GetPvpFlags() const | Unit | inline |
| GetQuestDialogStatus(Object *questGiver) | Player | |
| GetQuestLevel(Quest const *quest) const | Player | inline |
| GetQuestRewardedTalentCount() const | Player | inline |
| GetQuestRewardStatus(uint32 quest_id) const | Player | |
| GetQuestSlotCounter(uint16 slot, uint8 counter) const | Player | |
| GetQuestSlotQuestId(uint16 slot) const | Player | |
| GetQuestSlotState(uint16 slot) const | Player | |
| GetQuestSlotTime(uint16 slot) const | Player | |
| GetQuestStatus(uint32 quest_id) const | Player | |
| getQuestStatusMap() | Player | inline |
| GetRace() const | Unit | inline |
| GetRaceMask() const | Unit | inline |
| GetRaidDifficulty() const | Player | inline |
| GetRandomNearPosition(float radius) | WorldObject | |
| GetRandomPoint(Position const &srcPos, float distance, float &rand_x, float &rand_y, float &rand_z) const | WorldObject | |
| GetRandomPoint(Position const &srcPos, float distance) const | WorldObject | |
| GetRandomWinner() const | Player | inline |
| GetRangedCritChanceReduction() const | Unit | inline |
| GetRangedCritDamageReduction(uint32 damage) const | Unit | inline |
| GetRangedDamageReduction(uint32 damage) const | Unit | inline |
| GetRatingBonusValue(CombatRating cr) const | Player | |
| GetRatingMultiplier(CombatRating cr) const | Player | |
| GetReactionTo(WorldObject const *target) const | WorldObject | |
| GetRelativeAngle(float x, float y) const | Position | inline |
| GetRelativeAngle(Position const &pos) const | Position | inline |
| GetRelativeAngle(Position const *pos) const | Position | inline |
| GetReputation(uint32 factionentry) const | Player | |
| GetReputationMgr() | Player | inline |
| GetReputationMgr() const | Player | inline |
| GetReputationPriceDiscount(Creature const *creature) const | Player | |
| GetReputationPriceDiscount(FactionTemplateEntry const *factionTemplate) const | Player | |
| GetReputationRank(uint32 faction_id) const | Player | |
| GetReqKillOrCastCurrentCount(uint32 quest_id, int32 entry) const | Player | |
| GetResistance(SpellSchools school) const | Unit | inline |
| GetResistance(SpellSchoolMask mask) const | Unit | |
| GetRestBonus() const | Player | inline |
| GetRestState() const | Player | inline |
| GetResurrectionSpellId() | Player | |
| GetRewardedQuestCount() const | Player | inline |
| getRewardedQuests() const | Player | inline |
| GetRuneBaseCooldown(uint8 index) const | Player | inline |
| GetRuneCooldown(uint8 index) const | Player | inline |
| GetRunesState() const | Player | inline |
| GetRuneTimer(uint8 index) const | Player | inline |
| GetRuneTypeBaseCooldown(RuneType runeType) const | Player | |
| GetSaveTimer() const | Player | inline |
| GetScalingStatDistributionFor(ItemTemplate const &itemTemplate) const | Player | |
| GetScalingStatValuesFor(ItemTemplate const &itemTemplate) const | Player | |
| GetScheduledChangeAI() | Unit | protected |
| GetSchoolImmunityMask() const | Unit | |
| GetSelectedPlayer() const | Player | |
| GetSelectedUnit() const | Player | |
| GetSession() const | Player | inline |
| GetShapeshiftForm() const | Unit | inline |
| GetSharedQuestID() const | Player | inline |
| GetSharedVisionList() | Unit | inline |
| GetSheath() const | Unit | inline |
| GetShield(bool useable=false) const | Player | |
| GetShieldBlockValue() const override | Player | virtual |
| Unit::GetShieldBlockValue(uint32 soft_cap, uint32 hard_cap) const | Unit | |
| GetSightRange(WorldObject const *target=nullptr) const | WorldObject | |
| GetSinCos(float x, float y, float &vsin, float &vcos) const | Position | |
| GetSingleCastAuras() | Unit | inline |
| GetSingleCastAuras() const | Unit | inline |
| GetSkillLineIdByPos(uint32 pos) const | Player | inline |
| GetSkillMaxRankByPos(uint32 pos) const | Player | inline |
| GetSkillPermBonusByPos(uint32 pos) const | Player | inline |
| GetSkillPermBonusValue(uint32 skill) const | Player | |
| GetSkillRankByPos(uint32 pos) const | Player | inline |
| GetSkillStep(uint32 skill) const | Player | |
| GetSkillStepByPos(uint32 pos) const | Player | inline |
| GetSkillTempBonusByPos(uint32 pos) const | Player | inline |
| GetSkillTempBonusValue(uint32 skill) const | Player | |
| GetSkillValue(uint32 skill) const | Player | |
| GetSkinId() const | Player | inline |
| GetSocial() | Player | inline |
| GetSpeed(UnitMoveType mtype) const | Unit | |
| GetSpeedRate(UnitMoveType mtype) const | Unit | inline |
| GetSpellCritChanceReduction() const | Unit | inline |
| GetSpellCritDamageReduction(uint32 damage) const | Unit | inline |
| GetSpellCritFromIntellect() const | Player | |
| GetSpellDamageReduction(uint32 damage) const | Unit | inline |
| GetSpellHistory() | Unit | inline |
| GetSpellHistory() const | Unit | inline |
| GetSpellMap() const | Player | inline |
| GetSpellMap() | Player | inline |
| GetSpellMaxRangeForTarget(Unit const *target, SpellInfo const *spellInfo) const | WorldObject | |
| GetSpellMinRangeForTarget(Unit const *target, SpellInfo const *spellInfo) const | WorldObject | |
| GetSpellModOwner() const | WorldObject | |
| GetSpellPenetrationItemMod() const | Player | inline |
| GetSpellSchoolByAuraGroup(UnitMods unitMod) const | Unit | |
| GetsRecruitAFriendBonus(bool forXP) | Player | |
| GetStandState() const | Unit | inline |
| GetStartLevel(uint8 playerClass) const | Player | |
| GetStartPosition() const | Player | |
| GetStat(Stats stat) const | Unit | inline |
| GetStatByAuraGroup(UnitMods unitMod) const | Unit | |
| GetStationaryO() const | WorldObject | inlinevirtual |
| GetStationaryX() const | WorldObject | inlinevirtual |
| GetStationaryY() const | WorldObject | inlinevirtual |
| GetStationaryZ() const | WorldObject | inlinevirtual |
| GetStoredRaidDifficulty() const | Player | inline |
| GetSubGroup() const | Player | inline |
| GetTalentGroupsCount() const | Player | inline |
| GetTalentMap(uint8 group) const | Player | inline |
| GetTalentMap(uint8 group) | Player | inline |
| GetTalentResetCost() const | Player | inline |
| GetTalentResetTime() const | Player | inline |
| GetTarget() const | Unit | inline |
| GetTeam() const | Player | inline |
| GetTeamId() const | Player | inline |
| GetTeleportDest() | Player | inline |
| GetTeleportOptions() const | Player | inline |
| GetTemporaryUnsummonedPetNumber() const | Player | inline |
| GetThreatManager() | Unit | inline |
| GetThreatManager() const | Unit | inline |
| GetTopAI() const | Unit | inlineprotected |
| GetTotalAttackPowerValue(WeaponAttackType attType) const | Unit | |
| GetTotalAuraModifier(AuraType auraType) const | Unit | |
| GetTotalAuraModifier(AuraType auraType, std::function< bool(AuraEffect const *)> const &predicate) const | Unit | |
| GetTotalAuraModifierByAffectMask(AuraType auraType, SpellInfo const *affectedSpell) const | Unit | |
| GetTotalAuraModifierByMiscMask(AuraType auraType, uint32 misc_mask) const | Unit | |
| GetTotalAuraModifierByMiscValue(AuraType auraType, int32 misc_value) const | Unit | |
| GetTotalAuraModValue(UnitMods unitMod) const | Unit | |
| GetTotalAuraMultiplier(AuraType auraType) const | Unit | |
| GetTotalAuraMultiplier(AuraType auraType, std::function< bool(AuraEffect const *)> const &predicate) const | Unit | |
| GetTotalAuraMultiplierByAffectMask(AuraType auraType, SpellInfo const *affectedSpell) const | Unit | |
| GetTotalAuraMultiplierByMiscMask(AuraType auraType, uint32 misc_mask) const | Unit | |
| GetTotalAuraMultiplierByMiscValue(AuraType auraType, int32 misc_value) const | Unit | |
| GetTotalBaseModValue(BaseModGroup modGroup) const | Player | |
| GetTotalPlayedTime() const | Player | inline |
| GetTotalStatValue(Stats stat) const | Unit | |
| GetTradeData() const | Player | inline |
| GetTrader() const | Player | |
| GetTransformSpell() const | Unit | inline |
| GetTransGUID() const override | Unit | virtual |
| GetTransOffset() const | WorldObject | inline |
| GetTransOffsetO() const | WorldObject | inline |
| GetTransOffsetX() const | WorldObject | inline |
| GetTransOffsetY() const | WorldObject | inline |
| GetTransOffsetZ() const | WorldObject | inline |
| GetTransport() const | WorldObject | inline |
| GetTransSeat() const | WorldObject | inline |
| GetTransTime() const | WorldObject | inline |
| GetTypeId() const | Object | inline |
| GetUInt16Value(uint16 index, uint8 offset) const | Object | |
| GetUInt32Value(uint16 index) const | Object | |
| GetUInt64Value(uint16 index) const | Object | |
| GetUnitBlockChance(WeaponAttackType attType, Unit const *victim) const | Unit | |
| GetUnitCriticalChanceAgainst(WeaponAttackType attackType, Unit const *victim) const | Unit | |
| GetUnitCriticalChanceDone(WeaponAttackType attackType) const | Unit | |
| GetUnitCriticalChanceTaken(Unit const *attacker, WeaponAttackType attackType, float critDone) const | Unit | |
| GetUnitDodgeChance(WeaponAttackType attType, Unit const *victim) const | Unit | |
| GetUnitFlags() const | Unit | inline |
| GetUnitFlags2() const | Unit | inline |
| GetUnitMissChance() const | Unit | |
| GetUnitMovementFlags() const | Unit | inline |
| GetUnitParryChance(WeaponAttackType attType, Unit const *victim) const | Unit | |
| GetUpdateFieldData(Player const *target, uint32 *&flags) const | Object | protected |
| GetUseableItemByPos(uint8 bag, uint8 slot) const | Player | |
| GetUsedTalentCount() const | Player | inline |
| GetValuesCount() const | Object | inline |
| GetVehicle() const | Unit | inline |
| GetVehicleBase() const | Unit | |
| GetVehicleCreatureBase() const | Unit | |
| GetVehicleKit() const | Unit | inline |
| GetVehicleKitWeakPtr() const | Unit | inline |
| GetVehicleRoot() const | Unit | |
| GetVictim() const | Unit | inline |
| GetViewpoint() const | Player | |
| GetVirtualItemId(uint32 slot) const | Unit | |
| GetVisibilityRange() const | WorldObject | |
| GetVisibleAura(uint8 slot) const | Unit | |
| GetVisibleAuras() const | Unit | inline |
| GetWeakPtr() const | Object | inline |
| GetWeaponDamageRange(WeaponAttackType attType, WeaponDamageRange type, uint8 damageIndex=0) const | Unit | |
| GetWeaponForAttack(WeaponAttackType attackType, bool useable=false) const | Player | |
| GetWeaponProcChance() const | Unit | |
| GetWeaponProficiency() const | Player | inline |
| GetWeaponSkillValue(WeaponAttackType attType, Unit const *target=nullptr) const | Unit | |
| GetWorldLocation() const | WorldLocation | inline |
| GetXP() const | Player | inline |
| GetXPForNextLevel() const | Player | inline |
| GetXPRestBonus(uint32 xp) | Player | |
| GetZoneAndAreaId(uint32 &zoneid, uint32 &areaid) const | WorldObject | inline |
| GetZoneId() const | WorldObject | inline |
| GetZoneIdFromDB(ObjectGuid guid) | Player | static |
| GetZoneScript() const | WorldObject | inline |
| GiveLevel(uint8 level) | Player | |
| GiveQuestSourceItem(Quest const *quest) | Player | |
| GiveXP(uint32 xp, Unit *victim, float group_rate=1.0f) | Player | |
| GroupEventHappens(uint32 questId, WorldObject const *pEventObject) | Player | |
| HandleBaseModFlatValue(BaseModGroup modGroup, float amount, bool apply) | Player | |
| HandleDrowning(uint32 time_diff) | Player | protected |
| HandleEmoteCommand(Emote emoteId) | Unit | |
| HandleFall(MovementInfo const &movementInfo) | Player | |
| HandlePassiveSpellLearn(SpellInfo const *spellInfo) | Player | |
| HandleProcExtraAttackFor(Unit *victim, uint32 count) | Unit | |
| HandleSobering() | Player | protected |
| HandleSpellClick(Unit *clicker, int8 seatId=-1) | Unit | |
| HandleStatFlatModifier(UnitMods unitMod, UnitModifierFlatType modifierType, float amount, bool apply) | Unit | |
| Has310Flyer(bool checkAllSpells, uint32 excludeSpellId=0) | Player | |
| HasAchieved(uint32 achievementId) const | Player | |
| HasActiveSpell(uint32 spell) const | Player | |
| HasAtLoginFlag(AtLoginFlags f) const | Player | inline |
| HasAura(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, ObjectGuid itemCasterGUID=ObjectGuid::Empty, uint8 reqEffMask=0) const | Unit | |
| HasAuraEffect(uint32 spellId, uint8 effIndex, ObjectGuid caster=ObjectGuid::Empty) const | Unit | |
| HasAuraState(AuraStateType flag, SpellInfo const *spellProto=nullptr, Unit const *Caster=nullptr) const | Unit | |
| HasAuraType(AuraType auraType) const | Unit | |
| HasAuraTypeWithAffectMask(AuraType auraType, SpellInfo const *affectedSpell) const | Unit | |
| HasAuraTypeWithCaster(AuraType auraType, ObjectGuid caster) const | Unit | |
| HasAuraTypeWithFamilyFlags(AuraType auraType, uint32 familyName, flag96 familyFlags) const | Unit | |
| HasAuraTypeWithMiscvalue(AuraType auraType, int32 miscValue) const | Unit | |
| HasAuraTypeWithTriggerSpell(AuraType auratype, uint32 triggerSpell) const | Unit | |
| HasAuraTypeWithValue(AuraType auraType, int32 value) const | Unit | |
| HasAuraWithMechanic(uint32 mechanicMask) const | Unit | |
| HasBeenGrantedLevelsFromRaF() const | Player | inline |
| HasBreakableByDamageAuraType(AuraType type, uint32 excludeAura=0) const | Unit | |
| HasBreakableByDamageCrowdControlAura(Unit *excludeCasterChannel=nullptr) const | Unit | |
| HasByteFlag(uint16 index, uint8 offset, uint8 flag) const | Object | |
| HasCorpse() const | Player | inline |
| HasDynamicFlag(uint32 flag) const | Object | inline |
| HasEnoughMoney(uint32 amount) const | Player | inline |
| HasEnoughMoney(int32 amount) const | Player | inline |
| HasExtraUnitMovementFlag(uint32 f) const | Unit | inline |
| HasFlag(uint16 index, uint32 flag) const | Object | |
| HasFlag64(uint16 index, uint64 flag) const | Object | |
| HasFreeBattlegroundQueueId() const | Player | |
| HasGemWithLimitCategoryEquipped(uint32 limitCategory, uint32 count, uint8 except_slot=NULL_SLOT) const | Player | |
| HasInArc(float arcangle, Position const *pos, float border=2.0f) const | Position | |
| HasInLine(Position const *pos, float objSize, float width) const | Position | |
| HasInterruptFlag(uint32 flags) const | Unit | inline |
| HasInvisibilityAura() const | Unit | inline |
| hasInvolvedQuest(uint32) const | Object | inlinevirtual |
| HasItemCount(uint32 item, uint32 count=1, bool inBankAlso=false) const | Player | |
| HasItemFitToSpellRequirements(SpellInfo const *spellInfo, Item const *ignoreItem=nullptr) const | Player | |
| HasItemOrGemWithIdEquipped(uint32 item, uint32 count, uint8 except_slot=NULL_SLOT) const | Player | |
| HasItemTotemCategory(uint32 TotemCategory) const | Player | |
| HasItemWithLimitCategoryEquipped(uint32 limitCategory, uint32 count, uint8 except_slot=NULL_SLOT) const | Player | |
| HasLevelBoosted() const | Player | inline |
| HasNegativeAuraWithInterruptFlag(uint32 flag, ObjectGuid guid=ObjectGuid::Empty) const | Unit | |
| HasNpcFlag(NPCFlags flags) const | Unit | inline |
| HasPendingBind() const | Player | inline |
| HasPendingMovementChange() const | Unit | inline |
| HasPendingMovementChange(MovementChangeType changeType) const | Unit | |
| HasPetFlag(UnitPetFlag flags) const | Unit | inline |
| HasPvpFlag(UnitPVPStateFlags flags) const | Unit | inline |
| HasPvPForcingQuest() const | Player | |
| hasQuest(uint32) const | Object | inlinevirtual |
| HasQuestForGO(int32 goId) const | Player | |
| HasQuestForItem(uint32 itemId, uint32 excludeQuestId=0, bool turnIn=false) const | Player | |
| HasRaceChanged() const | Player | inline |
| HasRestFlag(RestFlag restFlag) const | Player | inline |
| HasScheduledAIChange() const | Unit | protected |
| HasSharedVision() const | Unit | inline |
| HasSkill(uint32 skill) const | Player | |
| HasSpell(uint32 spell) const override | Player | virtual |
| HasSpellFocus(Spell const *=nullptr) const | Unit | inlinevirtual |
| HasSpellModApplied(SpellModifier *mod, Spell *spell) | Player | static |
| HasStealthAura() const | Unit | inline |
| HasStrongerAuraWithDR(SpellInfo const *auraSpellInfo, Unit *caster, bool triggered) const | Unit | |
| HasSummonPending() const | Player | |
| HasTalent(uint32 spell_id, uint8 spec) const | Player | |
| HasTitle(uint32 bitIndex) const | Player | |
| HasTitle(CharTitlesEntry const *title) const | Player | |
| HasUnitFlag(UnitFlags flags) const | Unit | inline |
| HasUnitFlag2(UnitFlags2 flags) const | Unit | inline |
| HasUnitMovementFlag(uint32 f) const | Unit | inline |
| HasUnitState(const uint32 f) const | Unit | inline |
| HasUnitTypeMask(uint32 mask) const | Unit | inline |
| HaveAtClient(Object const *u) const | Player | |
| haveOffhandWeapon() const | Unit | |
| HealBySpell(HealInfo &healInfo, bool critical=false) | Unit | |
| HealthAbovePct(int32 pct) const | Unit | inline |
| HealthAbovePctHealed(int32 pct, uint32 heal) const | Unit | inline |
| healthBeforeDuel | Player | private |
| HealthBelowPct(int32 pct) const | Unit | inline |
| HealthBelowPctDamaged(int32 pct, uint32 damage) const | Unit | inline |
| Heartbeat() override | Player | virtual |
| i_AI | Unit | private |
| i_AIs | Unit | private |
| i_motionMaster | Unit | protected |
| InArena() const | Player | |
| InBattleground() const | Player | inline |
| InBattlegroundQueue(bool ignoreArena=false) const | Player | |
| InBattlegroundQueueForBattlegroundQueueType(BattlegroundQueueTypeId bgQueueTypeId) const | Player | |
| IncompleteQuest(uint32 quest_id) | Player | |
| IncrDiminishing(SpellInfo const *auraSpellInfo, bool triggered) | Unit | |
| IncreaseResetTalentsCostAndCounters(uint32 lastResetTalentsCost) | Player | |
| InitCharmInfo() | Unit | |
| InitDataForForm(bool reapplyMods=false) | Player | |
| InitDisplayIds() | Player | |
| InitGlyphsForLevel() | Player | |
| InitPrimaryProfessions() | Player | |
| InitPvP() | Player | |
| InitRunes() | Player | |
| InitStatBuffMods() | Unit | |
| InitStatsForLevel(bool reapplyMods=false) | Player | |
| InitTalentForLevel() | Player | |
| InitTamedPet(Pet *pet, uint8 level, uint32 spell_id) | Unit | |
| InitTaxiNodesForLevel() | Player | inline |
| inn_triggerId | Player | protected |
| inRandomLfgDungeon() const | Player | |
| InSamePhase(uint32 phasemask) const | WorldObject | inline |
| InSamePhase(WorldObject const *obj) const | WorldObject | inline |
| InSamePhase(WorldObject const *a, WorldObject const *b) | WorldObject | inlinestatic |
| InterruptMovementBasedAuras() | Unit | private |
| InterruptNonMeleeSpells(bool withDelayed, uint32 spellid=0, bool withInstant=true) | Unit | |
| InterruptSpell(CurrentSpellTypes spellType, bool withDelayed=true, bool withInstant=true, SpellCastResult result=SPELL_FAILED_INTERRUPTED, Optional< SpellCastResult > resultOther={}) | Unit | |
| isAcceptWhispers() const | Player | inline |
| IsActionButtonDataValid(uint8 button, uint32 action, uint8 type) const | Player | |
| isActiveObject() const | WorldObject | inline |
| IsActiveQuest(uint32 quest_id) const | Player | |
| IsAffectedByDiminishingReturns() const | Unit | inlinevirtual |
| IsAffectedBySpellmod(SpellInfo const *spellInfo, SpellModifier *mod, Spell *spell=nullptr) | Player | static |
| isAFK() const | Player | inline |
| IsAIEnabled() const | Unit | inline |
| IsAlive() const | Unit | inline |
| isAllowedToLoot(Creature const *creature) const | Player | |
| IsAlwaysDetectableFor(WorldObject const *seer) const override | Player | protectedvirtual |
| IsAlwaysStoredInWorldObjectGridContainer() const | WorldObject | inline |
| IsAlwaysVisibleFor(WorldObject const *seer) const override | Unit | protectedvirtual |
| IsArmorer() const | Unit | inline |
| IsAtGroupRewardDistance(WorldObject const *pRewardSource) const | Player | |
| IsAtRecruitAFriendDistance(WorldObject const *pOther) const | Player | |
| isAttackingPlayer() const | Unit | |
| isAttackReady(WeaponAttackType type=BASE_ATTACK) const | Unit | inline |
| IsAuctioner() const | Unit | inline |
| IsBagPos(uint16 pos) | Player | static |
| IsBanker() const | Unit | inline |
| IsBankPos(uint16 pos) | Player | inlinestatic |
| IsBankPos(uint8 bag, uint8 slot) | Player | static |
| IsBaseRuneSlotsOnCooldown(RuneType runeType) const | Player | |
| IsBattleMaster() const | Unit | inline |
| IsBeingTeleported() const | Player | inline |
| IsBeingTeleportedFar() const | Player | inline |
| IsBeingTeleportedNear() const | Player | inline |
| IsBlockCritical() | Unit | |
| IsCanDelayTeleport() const | Player | inlineprivate |
| IsCharmed() const | Unit | inline |
| IsCharmedOwnedByPlayerOrPlayer() const | Unit | inline |
| IsCharmerOrSelfPlayer() const | Unit | inline |
| IsCharming() const | Unit | inline |
| IsCombatDisallowed() const | Unit | inline |
| IsContestedGuard() const | Unit | |
| IsControlledByPlayer() const | Unit | inline |
| IsCorpse() const | Object | inline |
| IsCreature() const | Object | inline |
| IsCritter() const | Unit | inline |
| IsDailyQuestDone(uint32 quest_id) | Player | |
| IsDamageReducedByArmor(SpellSchoolMask damageSchoolMask, SpellInfo const *spellInfo=nullptr) | Unit | static |
| isDead() const | Unit | inline |
| isDebugAreaTriggers | Player | |
| IsDeserter() const | Player | inline |
| IsDeveloper() const | Player | inline |
| isDND() const | Player | inline |
| IsDuringRemoveFromWorld() const | Unit | inline |
| isDying() const | Unit | inline |
| IsDynObject() const | Object | inline |
| IsEngaged() const | Unit | inlinevirtual |
| IsEngagedBy(Unit const *who) const | Unit | inline |
| IsEquipmentPos(uint16 pos) | Player | inlinestatic |
| IsEquipmentPos(uint8 bag, uint8 slot) | Player | static |
| IsFalling() const | Unit | |
| IsFarVisible() const | WorldObject | inline |
| IsFeared() const | Unit | inline |
| IsFFAPvP() const | Unit | inline |
| IsFlying() const | Unit | inline |
| IsFriendlyTo(WorldObject const *target) const | WorldObject | |
| IsFrozen() const | Unit | inline |
| IsFullHealth() const | Unit | inline |
| IsGameMaster() const | Player | inline |
| IsGameMasterAcceptingWhispers() const | Player | inline |
| IsGameObject() const | Object | inline |
| IsGhouled() const | Unit | |
| isGMChat() const | Player | inline |
| isGMVisible() const | Player | inline |
| IsGossip() const | Unit | inline |
| IsGravityDisabled() const | Unit | inline |
| IsGroupVisibleFor(Player const *p) const | Player | |
| IsGuardian() const | Unit | inline |
| IsGuildMaster() const | Unit | inline |
| IsHasDelayedTeleport() const | Player | inlineprivate |
| IsHighestExclusiveAura(Aura const *aura, bool removeOtherAuraApplications=false) | Unit | |
| IsHighestExclusiveAuraEffect(SpellInfo const *spellInfo, AuraType auraType, int32 effectAmount, uint8 auraEffectMask, bool removeOtherAuraApplications=false) | Unit | |
| isHonorOrXPTarget(Unit const *victim) const | Player | |
| IsHostileTo(WorldObject const *target) const | WorldObject | |
| IsHostileToPlayers() const | WorldObject | |
| IsHovering() const | Unit | inline |
| IsHunterPet() const | Unit | inline |
| IsImmunedToDamage(SpellSchoolMask meleeSchoolMask) const | Unit | |
| IsImmunedToDamage(SpellInfo const *spellInfo) const | Unit | |
| IsImmunedToSpell(SpellInfo const *spellInfo, WorldObject const *caster, bool requireImmunityPurgesEffectAttribute=false) const | Unit | virtual |
| IsImmunedToSpellEffect(SpellInfo const *spellInfo, SpellEffectInfo const &spellEffectInfo, WorldObject const *caster, bool requireImmunityPurgesEffectAttribute=false) const override | Player | virtual |
| IsImmuneToAll() const | Unit | inline |
| IsImmuneToEnvironmentalDamage() const | Player | |
| IsImmuneToNPC() const | Unit | inline |
| IsImmuneToPC() const | Unit | inline |
| isInAccessiblePlaceFor(Creature const *c) const | Unit | |
| IsInAreaTriggerRadius(AreaTriggerEntry const *trigger) const | Player | |
| isInBack(WorldObject const *target, float arc=float(M_PI)) const | WorldObject | |
| isInBackInMap(Unit const *target, float distance, float arc=float(M_PI)) const | Unit | |
| IsInBetween(Position const &pos1, Position const &pos2, float size=0) const | WorldObject | |
| IsInBetween(WorldObject const *obj1, WorldObject const *obj2, float size=0) const | WorldObject | inline |
| IsInCombat() const | Unit | inline |
| IsInCombatWith(Unit const *who) const | Unit | inline |
| IsInDisallowedMountForm() const | Unit | |
| IsInDist(float x, float y, float z, float dist) const | Position | inline |
| IsInDist(Position const &pos, float dist) const | Position | inline |
| IsInDist(Position const *pos, float dist) const | Position | inline |
| IsInDist2d(float x, float y, float dist) const | Position | inline |
| IsInDist2d(Position const *pos, float dist) const | Position | inline |
| IsInFeralForm() const | Unit | |
| IsInFlight() const | Unit | inline |
| isInFront(WorldObject const *target, float arc=float(M_PI)) const | WorldObject | |
| isInFrontInMap(Unit const *target, float distance, float arc=float(M_PI)) const | Unit | |
| IsInGrid() const | GridObject< Player > | inline |
| IsInMap(WorldObject const *obj) const | WorldObject | |
| IsInnkeeper() const | Unit | inline |
| IsInPartyWith(Unit const *unit) const | Unit | |
| IsInRaidWith(Unit const *unit) const | Unit | |
| IsInRange(WorldObject const *obj, float minRange, float maxRange, bool is3D=true) const | WorldObject | |
| IsInRange2d(float x, float y, float minRange, float maxRange) const | WorldObject | |
| IsInRange3d(float x, float y, float z, float minRange, float maxRange) const | WorldObject | |
| IsInSameGroupWith(Player const *p) const | Player | |
| IsInSameRaidWith(Player const *p) const | Player | |
| IsInSanctuary() const | Unit | inline |
| IsInstanceLoginGameMasterException() const | Player | private |
| IsInventoryPos(uint16 pos) | Player | inlinestatic |
| IsInventoryPos(uint8 bag, uint8 slot) | Player | static |
| IsInvisibleDueToDespawn() const | WorldObject | inlineprotectedvirtual |
| IsInvitedForBattlegroundInstance(uint32 instanceId) const | Player | |
| IsInvitedForBattlegroundQueueType(BattlegroundQueueTypeId bgQueueTypeId) const | Player | |
| IsInWater() const | Unit | |
| IsInWhisperWhiteList(ObjectGuid guid) | Player | |
| IsInWorld() const | Object | inline |
| IsInWorldPvpZone() const | WorldObject | |
| IsItem() const | Object | inline |
| IsLoading() const override | Player | virtual |
| IsMagnet() const | Unit | |
| IsMaxLevel() const | Player | |
| IsMirrorTimerActive(MirrorTimerType type) const | Player | |
| IsMounted() const | Unit | inline |
| IsMovedByClient() const | Unit | inline |
| IsMovedByServer() const | Unit | inline |
| IsMovementPreventedByCasting() const | Unit | virtual |
| isMoving() const | Unit | inline |
| isNeedNotify(uint16 f) const | WorldObject | inline |
| IsNeutralToAll() const | WorldObject | |
| IsNeverVisible(bool allowServersideObjects) const override | Player | virtual |
| IsNonMeleeSpellCast(bool withDelayed, bool skipChanneled=false, bool skipAutorepeat=false, bool isAutoshoot=false, bool skipInstant=true) const | Unit | |
| IsOnVehicle(Unit const *vehicle) const | Unit | |
| IsOutdoorPvPActive() const | Player | |
| IsOutdoors() const | WorldObject | inline |
| IsPet() const | Unit | inline |
| IsPetNeedBeTemporaryUnsummoned() const | Player | |
| IsPlayer() const | Object | inline |
| IsPolymorphed() const | Unit | |
| IsPositionValid() const | Position | |
| isPossessed() const | Unit | inline |
| isPossessedByPlayer() const | Unit | |
| isPossessing() const | Unit | |
| isPossessing(Unit *u) const | Unit | |
| IsPrivateObject() const | WorldObject | inline |
| IsPvP() const | Unit | inline |
| IsQuestGiver() const | Unit | inline |
| IsQuestRewarded(uint32 quest_id) const | Player | |
| IsResurrectRequested() const | Player | inline |
| IsResurrectRequestedBy(ObjectGuid const &guid) const | Player | inline |
| IsRooted() const | Unit | inline |
| IsScriptOverriden(SpellInfo const *spell, int32 script) const | Unit | |
| IsSelfOrInSameMap(WorldObject const *obj) const | WorldObject | |
| IsServiceProvider() const | Unit | |
| IsSitState() const | Unit | |
| IsSpellFitByClassAndRace(uint32 spell_id) const | Player | |
| IsSpiritGuide() const | Unit | inline |
| IsSpiritHealer() const | Unit | inline |
| IsSpiritService() const | Unit | inline |
| IsSplineEnabled() const | Unit | |
| IsStandState() const | Unit | |
| IsStopped() const | Unit | inline |
| IsStoredInWorldObjectGridContainer() const | WorldObject | |
| IsSummon() const | Unit | inline |
| IsTabardDesigner() const | Unit | inline |
| isTargetableForAttack(bool checkFakeDeath=true) const | Unit | |
| IsTaxi() const | Unit | inline |
| isTaxiCheater() const | Player | inline |
| IsThreatened() const | Unit | |
| IsThreatenedBy(Unit const *who) const | Unit | inline |
| isTotalImmune() const | Player | |
| IsTotem() const | Unit | inline |
| IsTrainer() const | Unit | inline |
| isTurning() const | Unit | inline |
| IsTwoHandUsed() const | Player | |
| isType(uint16 mask) const | Object | inline |
| IsUnderLastManaUseEffect() const | Unit | |
| IsUnderWater() const | Unit | |
| IsUnit() const | Object | inline |
| IsUseEquipedWeapon(bool mainhand) const | Player | |
| isUsingLfg() const | Player | |
| IsUsingTwoHandedWeaponInOneHand() const | Player | |
| IsValidAssistTarget(WorldObject const *target, SpellInfo const *bySpell=nullptr) const | WorldObject | |
| IsValidAttackTarget(WorldObject const *target, SpellInfo const *bySpell=nullptr) const | WorldObject | |
| IsValidGender(uint8 Gender) | Player | inlinestatic |
| IsValidPos(uint16 pos, bool explicit_pos) const | Player | inline |
| IsValidPos(uint8 bag, uint8 slot, bool explicit_pos) const | Player | |
| IsVehicle() const | Unit | inline |
| IsVendor() const | Unit | inline |
| IsVisibilityOverridden() const | WorldObject | inline |
| IsVisible() const | Unit | |
| IsVisibleGloballyFor(Player const *player) const | Player | |
| IsWalking() const | Unit | inline |
| IsWithinBox(Position const ¢er, float xradius, float yradius, float zradius) const | Position | |
| IsWithinCombatRange(Unit const *obj, float dist2compare) const | Unit | |
| IsWithinDist(WorldObject const *obj, float dist2compare, bool is3D=true) const | WorldObject | |
| IsWithinDist2d(float x, float y, float dist) const | WorldObject | |
| IsWithinDist2d(Position const *pos, float dist) const | WorldObject | |
| IsWithinDist3d(float x, float y, float z, float dist) const | WorldObject | |
| IsWithinDist3d(Position const *pos, float dist) const | WorldObject | |
| IsWithinDistInMap(WorldObject const *obj, float dist2compare, bool is3D=true, bool incOwnRadius=true, bool incTargetRadius=true) const | WorldObject | |
| IsWithinDoubleVerticalCylinder(Position const *center, float radius, float height) const | Position | |
| IsWithinLOS(float x, float y, float z, LineOfSightChecks checks=LINEOFSIGHT_ALL_CHECKS, VMAP::ModelIgnoreFlags ignoreFlags=VMAP::ModelIgnoreFlags::Nothing) const | WorldObject | |
| IsWithinLOSInMap(WorldObject const *obj, LineOfSightChecks checks=LINEOFSIGHT_ALL_CHECKS, VMAP::ModelIgnoreFlags ignoreFlags=VMAP::ModelIgnoreFlags::Nothing) const | WorldObject | |
| IsWithinMeleeRange(Unit const *obj) const | Unit | inline |
| IsWithinMeleeRangeAt(Position const &pos, Unit const *obj) const | Unit | |
| IsWorldObject() const | Object | inline |
| ItemAddedQuestCheck(uint32 entry, uint32 count) | Player | |
| ItemMap typedef | Player | |
| ItemRemovedQuestCheck(uint32 entry, uint32 count) | Player | |
| ItemSetEff | Player | |
| JoinedChannel(Channel *c) | Player | |
| JoinedChannelsList typedef | Player | |
| JumpTo(float speedXY, float speedZ, bool forward=true, Optional< Position > dest={}) | Unit | |
| JumpTo(WorldObject *obj, float speedZ, bool withOrientation=false) | Unit | |
| Kill(Unit *attacker, Unit *victim, bool durabilityLoss=true) | Unit | static |
| KillCreditGO(uint32 entry, ObjectGuid guid=ObjectGuid::Empty) | Player | |
| KilledMonster(CreatureTemplate const *cInfo, ObjectGuid guid) | Player | |
| KilledMonsterCredit(uint32 entry, ObjectGuid guid=ObjectGuid::Empty) | Player | |
| KilledPlayerCredit(uint16 count=1) | Player | |
| KilledPlayerCreditForQuest(uint16 count, Quest const *quest) | Player | |
| KillPlayer() | Player | |
| KillSelf(bool durabilityLoss=true) | Unit | inline |
| KnockbackFrom(float x, float y, float speedXY, float speedZ) | Unit | |
| LastCharmerGUID | Unit | |
| LastUsedScriptID | WorldObject | |
| LearnCustomSpells() | Player | |
| LearnDefaultSkill(uint32 skillId, uint16 rank) | Player | |
| LearnDefaultSkills() | Player | |
| LearnPetTalent(ObjectGuid petGuid, uint32 talentId, uint32 talentRank) | Player | |
| LearnQuestRewardedSpells() | Player | |
| LearnQuestRewardedSpells(Quest const *quest) | Player | |
| LearnSkillRewardedSpells(uint32 skillId, uint32 skillValue) | Player | |
| LearnSpell(uint32 spell_id, bool dependent, uint32 fromSkill=0) | Player | |
| LearnTalent(uint32 talentId, uint32 talentRank) | Player | |
| LeaveAllArenaTeams(ObjectGuid guid) | Player | static |
| LeaveBattleground(bool teleportToEntryPoint=true, bool withoutDeserterDebuff=false) | Player | |
| LeaveLFGChannel() | Player | |
| LeftChannel(Channel *c) | Player | |
| LoadActions(PreparedQueryResult result) | Player | |
| LoadCorpse(PreparedQueryResult result) | Player | |
| LoadFromDB(ObjectGuid guid, CharacterDatabaseQueryHolder const &holder) | Player | |
| LoadPet() | Player | |
| LoadPositionFromDB(uint32 &mapid, float &x, float &y, float &z, float &o, bool &in_flight, ObjectGuid guid) | Player | static |
| m_achievementMgr | Player | private |
| m_actionButtons | Player | protected |
| m_aiLocked | Unit | private |
| m_ammoDPS | Player | protected |
| m_appliedAuras | Unit | protected |
| m_areaId | WorldObject | protected |
| m_areaUpdateId | Player | protected |
| m_ArenaTeamIdInvited | Player | protected |
| m_ArmorProficiency | Player | protected |
| m_atLoginFlags | Player | protected |
| m_attackers | Unit | protected |
| m_attacking | Unit | protected |
| m_attackTimer | Unit | |
| m_auraBaseFlatMod | Player | protected |
| m_auraBasePctMod | Player | protected |
| m_auraFlatModifiersGroup | Unit | protected |
| m_auraPctModifiersGroup | Unit | protected |
| m_auraRaidUpdateMask | Player | protected |
| m_auraStateAuras | Unit | protected |
| m_auraUpdateIterator | Unit | protected |
| m_AutoRepeatFirstCast | Unit | protected |
| m_baseFeralAP | Player | protected |
| m_baseHealthRegen | Player | protected |
| m_baseManaRegen | Player | protected |
| m_baseRatingValue | Player | protected |
| m_baseSpellCritChance | Unit | |
| m_baseSpellPower | Player | protected |
| m_bCanDelayTeleport | Player | private |
| m_bgBattlegroundQueueID | Player | protected |
| m_bgData | Player | protected |
| m_bHasDelayedTeleport | Player | private |
| m_boundInstances | Player | |
| m_bPassOnGroupLoot | Player | protected |
| m_canBlock | Player | protected |
| m_canDualWield | Unit | |
| m_canModifyStats | Unit | protected |
| m_canParry | Player | protected |
| m_canTitanGrip | Player | protected |
| m_ChampioningFaction | Player | private |
| m_channels | Player | protected |
| m_charmed | Unit | protected |
| m_charmer | Unit | protected |
| m_charmInfo | Unit | protected |
| m_chatFloodData | Player | protected |
| m_cinematic | Player | protected |
| m_cleanupDone | Unit | private |
| m_clientGUIDs | Player | |
| m_combatManager | Unit | private |
| m_ComboPointHolders | Unit | private |
| m_comboPoints | Unit | private |
| m_comboTarget | Unit | private |
| m_contestedPvPTimer | Player | protected |
| m_Controlled | Unit | |
| m_ControlledByPlayer | Unit | protected |
| m_createStats | Unit | protected |
| m_currentBuybackSlot | Player | protected |
| m_currentSpells | Unit | protected |
| m_currMap | WorldObject | private |
| m_DailyQuestChanged | Player | protected |
| m_deathExpireTime | Player | protected |
| m_deathState | Unit | protected |
| m_deathTimer | Player | protected |
| m_declinedname | Player | protected |
| m_DelayedOperations | Player | private |
| m_DFQuests | Player | |
| m_Diminishing | Unit | private |
| m_drunkTimer | Player | protected |
| m_dungeonDifficulty | Player | protected |
| m_duringRemoveFromWorld | Unit | private |
| m_dynObj | Unit | protected |
| m_enchantDuration | Player | protected |
| m_Events | WorldObject | |
| m_ExtraFlags | Player | protected |
| m_fishingSteps | Player | protected |
| m_floatValues | Object | |
| m_followingMe | Unit | private |
| m_foodEmoteTimerCount | Player | protected |
| m_gameObj | Unit | protected |
| m_grantableLevels | Player | protected |
| m_group | Player | protected |
| m_groupInvite | Player | protected |
| m_groupUpdateMask | Player | protected |
| m_GuildIdInvited | Player | protected |
| m_homebindAreaId | Player | |
| m_homebindMapId | Player | |
| m_HomebindTimer | Player | |
| m_homebindX | Player | |
| m_homebindY | Player | |
| m_homebindZ | Player | |
| m_hostileReferenceCheckTimer | Player | protected |
| m_ingametime | Player | protected |
| m_InstanceId | WorldObject | private |
| m_InstanceValid | Player | |
| m_int32Values | Object | |
| m_interruptableAuras | Unit | protected |
| m_interruptMask | Unit | protected |
| m_invisibility | WorldObject | |
| m_invisibilityDetect | WorldObject | |
| m_inWorld | Object | private |
| m_isActive | WorldObject | protected |
| m_IsBGRandomWinner | Player | protected |
| m_isFarVisible | WorldObject | protected |
| m_isNewObject | Object | private |
| m_isStoredInWorldObjectGridContainer | WorldObject | protected |
| m_itemDuration | Player | protected |
| m_items | Player | protected |
| m_itemSoulboundTradeable | Player | protected |
| m_itemUpdateQueue | Player | protected |
| m_itemUpdateQueueBlocked | Player | protected |
| m_Last_tick | Player | |
| m_lastDailyQuestTime | Player | protected |
| m_lastFallTime | Player | private |
| m_lastFallZ | Player | private |
| m_lastHonorUpdateTime | Player | protected |
| m_lastManaUse | Unit | private |
| m_lastpetnumber | Player | protected |
| m_lastPotionId | Player | protected |
| m_lastRuneGraceTimers | Player | private |
| m_lastSanctuaryTime | Unit | |
| m_liquidStatus | WorldObject | protected |
| m_logintime | Player | |
| m_lootGuid | Player | protected |
| m_mail | Player | protected |
| m_mailsUpdated | Player | |
| m_mapId | WorldLocation | |
| m_mapRef | Player | private |
| m_MirrorTimer | Player | private |
| m_MirrorTimerFlags | Player | private |
| m_MirrorTimerFlagsLast | Player | private |
| m_modAttackSpeedPct | Unit | |
| m_modAuras | Unit | protected |
| m_modMeleeHitChance | Unit | |
| m_modRangedHitChance | Unit | |
| m_modSpellHitChance | Unit | |
| m_MonthlyQuestChanged | Player | protected |
| m_monthlyquests | Player | protected |
| m_movementCounter | Unit | private |
| m_movementInfo | WorldObject | |
| m_movie | Player | protected |
| m_name | WorldObject | protected |
| m_needsZoneUpdate | Player | protected |
| m_nextMailDelivereTime | Player | |
| m_nextSave | Player | protected |
| m_notifyflags | WorldObject | private |
| m_ObjectSlot | Unit | |
| m_objectType | Object | protected |
| m_objectTypeId | Object | protected |
| m_objectUpdated | Object | protected |
| m_oldpetspell | Player | private |
| m_orientation | Position | private |
| m_originalGroup | Player | protected |
| m_outdoors | WorldObject | protected |
| m_ownedAuras | Unit | protected |
| m_PackGUID | Object | private |
| m_pendingMovementChanges | Unit | private |
| m_petAuras | Player | |
| m_petStable | Player | private |
| m_phaseMask | WorldObject | private |
| m_Played_time | Player | |
| m_playerSharingQuest | Player | protected |
| m_positionX | Position | |
| m_positionY | Position | |
| m_positionZ | Position | |
| m_powerFraction | Player | protected |
| m_procDeep | Unit | protected |
| m_QuestStatus | Player | protected |
| m_QuestStatusSave | Player | protected |
| m_raidDifficulty | Player | protected |
| m_raidMapDifficulty | Player | protected |
| m_reactiveTimer | Unit | protected |
| m_recall_location | Player | protected |
| m_refundableItems | Player | private |
| m_regenTimer | Unit | protected |
| m_regenTimerCount | Player | protected |
| m_removedAuras | Unit | protected |
| m_removedAurasCount | Unit | protected |
| m_reputationMgr | Player | private |
| m_rest_bonus | Player | protected |
| m_RewardedQuests | Player | protected |
| m_RewardedQuestsSave | Player | protected |
| m_runeGraceCooldown | Player | private |
| m_runes | Player | protected |
| m_scAuras | Unit | protected |
| m_scriptRef | Object | private |
| m_SeasonalQuestChanged | Player | protected |
| m_seasonalquests | Player | protected |
| m_seer | Player | |
| m_serverSideVisibility | WorldObject | |
| m_serverSideVisibilityDetect | WorldObject | |
| m_session | Player | protected |
| m_sharedQuestId | Player | protected |
| m_sharedVision | Unit | protected |
| m_social | Player | protected |
| m_speed_rate | Unit | protected |
| m_spellImmune | Unit | |
| m_spellMods | Player | protected |
| m_spellModTakingSpell | Player | |
| m_spellPenetrationItemMod | Player | protected |
| m_spells | Player | protected |
| m_state | Unit | private |
| m_staticFloorZ | WorldObject | protected |
| m_stealth | WorldObject | |
| m_stealthDetect | WorldObject | |
| m_summon_expire | Player | protected |
| m_summon_location | Player | protected |
| m_SummonSlot | Unit | |
| m_swingErrorMsg | Player | protected |
| m_taxi | Player | |
| m_team | Player | protected |
| m_teleport_dest | Player | private |
| m_teleport_options | Player | private |
| m_temporaryUnsummonedPetNumber | Player | private |
| m_threatManager | Unit | private |
| m_timedquests | Player | protected |
| m_titanGripArmorSubclasses | Player | protected |
| m_titanGripPenaltySpellId | Player | protected |
| m_titanGripWeaponSubclasses | Player | protected |
| m_trade | Player | protected |
| m_transformSpell | Unit | protected |
| m_transport | WorldObject | protected |
| m_uint32Values | Object | |
| m_unitTypeMask | Unit | protected |
| m_updateFlag | Object | protected |
| m_valuesCount | Object | protected |
| m_vehicle | Unit | protected |
| m_vehicleKit | Unit | protected |
| m_visibilityDistanceOverride | WorldObject | protected |
| m_visibleAuras | Unit | protected |
| m_weaponChangeTimer | Player | protected |
| m_weaponDamage | Unit | protected |
| m_WeaponProficiency | Player | protected |
| m_WeeklyQuestChanged | Player | protected |
| m_weeklyquests | Player | protected |
| m_zoneId | WorldObject | protected |
| m_zoneScript | WorldObject | protected |
| m_zoneUpdateId | Player | protected |
| m_zoneUpdateTimer | Player | protected |
| MagicSpellHitResult(Unit *victim, SpellInfo const *spellInfo) const | WorldObject | |
| manaBeforeDuel | Player | private |
| MeleeDamageBonusDone(Unit *pVictim, uint32 damage, WeaponAttackType attType, SpellInfo const *spellProto=nullptr, SpellSchoolMask damageSchoolMask=SPELL_SCHOOL_MASK_NORMAL) | Unit | |
| MeleeDamageBonusTaken(Unit *attacker, uint32 pdamage, WeaponAttackType attType, SpellInfo const *spellProto=nullptr, SpellSchoolMask damageSchoolMask=SPELL_SCHOOL_MASK_NORMAL) | Unit | |
| MeleeSpellHitResult(Unit *victim, SpellInfo const *spellInfo) const override | Unit | virtual |
| MeleeSpellMissChance(Unit const *victim, WeaponAttackType attType, int32 skillDiff, uint32 spellId) const override | Unit | virtual |
| mMitems | Player | |
| ModifyArenaPoints(int32 value, CharacterDatabaseTransaction trans=CharacterDatabaseTransaction(nullptr)) | Player | |
| ModifyAuraState(AuraStateType flag, bool apply) | Unit | |
| ModifyHealth(int32 val) | Unit | |
| ModifyHonorPoints(int32 value, CharacterDatabaseTransaction trans=CharacterDatabaseTransaction(nullptr)) | Player | |
| ModifyMoney(int32 amount, bool sendError=true) | Player | |
| ModifyPower(Powers power, int32 val, bool withPowerUpdate=true) | Unit | |
| ModifySkillBonus(uint32 skillid, int32 val, bool talent) | Player | |
| ModSpellCastTime(SpellInfo const *spellInfo, int32 &castTime, Spell *spell=nullptr) const | WorldObject | |
| ModSpellDuration(SpellInfo const *spellInfo, WorldObject const *target, int32 duration, bool positive, uint32 effectMask) const | WorldObject | |
| ModSpellDurationTime(SpellInfo const *spellInfo, int32 &durationTime, Spell *spell=nullptr) const | WorldObject | |
| MoneyChanged(uint32 value) | Player | |
| MonsterMoveWithSpeed(float x, float y, float z, float speed, bool generatePath=false, bool forceDestination=false) | Unit | |
| Mount(uint32 mount, uint32 vehicleId=0, uint32 creatureEntry=0) | Unit | |
| MoveItemFromInventory(uint8 bag, uint8 slot, bool update) | Player | |
| MoveItemToInventory(ItemPosCountVec const &dest, Item *pItem, bool update, bool in_characterInventoryDB=false) | Player | |
| MovePosition(Position &pos, float dist, float angle) | WorldObject | |
| MovePositionToFirstCollision(Position &pos, float dist, float angle) | WorldObject | |
| movespline | Unit | |
| mSemaphoreTeleport_Far | Player | private |
| mSemaphoreTeleport_Near | Player | private |
| mSkillStatus | Player | protected |
| NearTeleportTo(Position const &pos, bool casting=false) | Unit | |
| NearTeleportTo(float x, float y, float z, float orientation, bool casting=false) | Unit | inline |
| NormalizeOrientation(float o) | Position | static |
| Object() | Object | protected |
| Object(Object const &right)=delete | Object | private |
| Object(Object &&right)=delete | Object | private |
| OCTRegenHPPerSpirit() const | Player | |
| OCTRegenMPPerSpirit() const | Player | |
| OfflineResurrect(ObjectGuid const &guid, CharacterDatabaseTransaction trans) | Player | static |
| OnGossipSelect(WorldObject *source, uint32 gossipListId, uint32 menuId) | Player | |
| operator=(Object const &right)=delete | Object | private |
| operator=(Object &&right)=delete | Object | private |
| operator==(Position const &a) const | Position | |
| OutDebugInfo() const | Unit | |
| outDebugValues() const | Player | protected |
| PauseMovement(uint32 timer=0, uint8 slot=0, bool forced=true) | Unit | |
| PeakFirstPendingMovementChange() | Unit | |
| PetSpellInitialize() | Player | |
| PlayDirectMusic(uint32 musicId, Player *target=nullptr) | WorldObject | |
| PlayDirectSound(uint32 soundId, Player *target=nullptr) | WorldObject | |
| PlayDistanceSound(uint32 soundId, Player *target=nullptr) | WorldObject | |
| Player(WorldSession *session) | Player | explicit |
| PlayerTalkClass | Player | |
| PopAI() | Unit | |
| PopPendingMovementChange() | Unit | |
| Position() | Position | inline |
| Position(float x, float y, float z=0.0f, float o=0.0f) | Position | inline |
| PositionPackedXYZStream() | Position | inline |
| PositionPackedXYZStream() const | Position | inline |
| PositionXYStream() | Position | inline |
| PositionXYStream() const | Position | inline |
| PositionXYZOStream() | Position | inline |
| PositionXYZOStream() const | Position | inline |
| PositionXYZStream() | Position | inline |
| PositionXYZStream() const | Position | inline |
| PossessSpellInitialize() | Player | |
| PrepareGossipMenu(WorldObject *source, uint32 menuId=0, bool showQuests=false) | Player | |
| PrepareQuestMenu(ObjectGuid guid) | Player | |
| PrintIndexError(uint32 index, bool set) const | Object | private |
| ProcessDelayedOperations() | Player | |
| ProcessPositionDataChanged(PositionFullTerrainStatus const &data) override | Unit | protectedvirtual |
| ProcessTerrainStatusUpdate(ZLiquidStatus oldLiquidStatus, Optional< LiquidData > const &newLiquidData) override | Player | virtual |
| ProcSkillsAndAuras(Unit *actor, Unit *actionTarget, uint32 typeMaskActor, uint32 typeMaskActionTarget, uint32 spellTypeMask, uint32 spellPhaseMask, uint32 hitMask, Spell *spell, DamageInfo *damageInfo, HealInfo *healInfo) | Unit | static |
| ProcSkillsAndReactives(bool isVictim, Unit *procTarget, uint32 typeMask, uint32 hitMask, WeaponAttackType attType) | Unit | private |
| PropagateSpeedChange() | Unit | |
| PurgeAndApplyPendingMovementChanges(bool informObservers=true) | Unit | |
| PushAI(UnitAI *newAI) | Unit | |
| PushPendingMovementChange(PlayerMovementPendingChange newChange) | Unit | |
| pvpInfo | Player | |
| QuestSet typedef | Player | protected |
| QuickEquipItem(uint16 pos, Item *pItem) | Player | |
| RecalculateObjectScale() | Unit | virtual |
| RecalculateRating(CombatRating cr) | Player | inline |
| Recall() | Player | inline |
| RefreshAI() | Unit | protected |
| RefundItem(Item *item) | Player | private |
| Regenerate(Powers power) | Player | |
| RegenerateAll() | Player | |
| RegenerateHealth() | Player | |
| Relocate(float x, float y) | Position | inline |
| Relocate(float x, float y, float z) | Position | inline |
| Relocate(float x, float y, float z, float o) | Position | inline |
| Relocate(Position const &pos) | Position | inline |
| Relocate(Position const *pos) | Position | inline |
| RelocateOffset(Position const &offset) | Position | |
| removeActionButton(uint8 button) | Player | |
| RemoveActiveQuest(uint32 questId, bool update=true) | Player | |
| RemoveAllAttackers() | Unit | |
| RemoveAllAuras() | Unit | |
| RemoveAllAurasExceptType(AuraType type) | Unit | |
| RemoveAllAurasExceptType(AuraType type1, AuraType type2) | Unit | |
| RemoveAllAurasOnDeath() | Unit | |
| RemoveAllAurasRequiringDeadTarget() | Unit | |
| RemoveAllControlled() | Unit | |
| RemoveAllDynObjects() | Unit | |
| RemoveAllFollowers() | Unit | |
| RemoveAllGameObjects() | Unit | |
| RemoveAllGroupBuffsFromCaster(ObjectGuid casterGUID) | Unit | |
| RemoveAllMinionsByEntry(uint32 entry) | Unit | |
| RemoveAmmo() | Player | |
| RemoveAppliedAuras(std::function< bool(AuraApplication const *)> const &check, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveAppliedAuras(uint32 spellId, std::function< bool(AuraApplication const *)> const &check, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveAreaAurasDueToLeaveWorld() | Unit | |
| RemoveArenaAuras() | Unit | |
| RemoveArenaEnchantments(EnchantmentSlot slot) | Player | |
| RemoveArenaSpellCooldowns(bool removeActivePetCooldowns=false) | Player | |
| RemoveAtLoginFlag(AtLoginFlags flags, bool persist=false) | Player | |
| RemoveAura(AuraApplicationMap::iterator &i, AuraRemoveMode mode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveAura(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, uint8 reqEffMask=0, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveAura(AuraApplication *aurApp, AuraRemoveMode mode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveAura(Aura *aur, AuraRemoveMode mode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveAuraFromStack(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveAurasByShapeShift() | Unit | |
| RemoveAurasByType(AuraType auraType, std::function< bool(AuraApplication const *)> const &check, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveAurasByType(AuraType auraType, ObjectGuid casterGUID=ObjectGuid::Empty, Aura *except=nullptr, bool negative=true, bool positive=true) | Unit | |
| RemoveAurasDueToItemSpell(uint32 spellId, ObjectGuid castItemGuid) | Unit | |
| RemoveAurasDueToSpell(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, uint8 reqEffMask=0, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveAurasDueToSpellByDispel(uint32 spellId, uint32 dispellerSpellId, ObjectGuid casterGUID, WorldObject *dispeller, uint8 chargesRemoved=1) | Unit | |
| RemoveAurasDueToSpellBySteal(uint32 spellId, ObjectGuid casterGUID, WorldObject *stealer) | Unit | |
| RemoveAurasOnEvade() | Unit | |
| RemoveAurasWithAttribute(uint32 flags) | Unit | |
| RemoveAurasWithFamily(SpellFamilyNames family, flag96 const &familyFlag, ObjectGuid casterGUID) | Unit | |
| RemoveAurasWithInterruptFlags(uint32 flag, uint32 except=0) | Unit | |
| RemoveAurasWithMechanic(uint32 mechanicMaskToRemove, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT, uint32 exceptSpellId=0, bool withEffectMechanics=false) | Unit | |
| RemoveBattlegroundQueueId(BattlegroundQueueTypeId val) | Player | |
| RemoveBindSightAuras() | Unit | |
| RemoveByteFlag(uint16 index, uint8 offset, uint8 newFlag) | Object | |
| RemoveCharmAuras() | Unit | |
| RemoveCharmedBy(Unit *charmer) | Unit | |
| RemoveComboPointHolder(Unit *unit) | Unit | inline |
| RemovedInsignia(Player *looterPlr) | Player | |
| RemoveDynamicFlag(uint32 flag) | Object | inlinevirtual |
| RemoveDynObject(uint32 spellId) | Unit | |
| RemoveEnchantmentDurations(Item *item) | Player | |
| RemoveEnchantmentDurationsReferences(Item *item) | Player | |
| RemoveExtraUnitMovementFlag(uint32 f) | Unit | inline |
| RemoveFieldNotifyFlag(uint16 flag) | Object | inline |
| RemoveFlag(uint16 index, uint32 oldFlag) | Object | |
| RemoveFlag64(uint16 index, uint64 oldFlag) | Object | |
| RemoveFromBattlegroundOrBattlefieldRaid() | Player | |
| RemoveFromGrid() | GridObject< Player > | inline |
| RemoveFromGroup(Group *group, ObjectGuid guid, RemoveMethod method=GROUP_REMOVEMETHOD_DEFAULT, ObjectGuid kicker=ObjectGuid::Empty, char const *reason=nullptr) | Player | static |
| RemoveFromGroup(RemoveMethod method=GROUP_REMOVEMETHOD_DEFAULT) | Player | inline |
| RemoveFromObjectUpdate() override | WorldObject | virtual |
| RemoveFromWhisperWhiteList(ObjectGuid guid) | Player | inline |
| RemoveFromWorld() override | Player | virtual |
| RemoveGameObject(GameObject *gameObj, bool del) | Unit | |
| RemoveGameObject(uint32 spellid, bool del) | Unit | |
| RemoveGhoul() | Player | |
| RemoveGuidValue(uint16 index, ObjectGuid value) | Object | |
| RemoveItem(uint8 bag, uint8 slot, bool update) | Player | |
| RemoveItemDependentAurasAndCasts(Item *pItem) | Player | |
| RemoveItemDurations(Item *item) | Player | |
| RemoveItemFromBuyBackSlot(uint32 slot, bool del) | Player | |
| RemoveItemFromUpdateQueueOf | Player | friend |
| RemoveMail(uint32 id) | Player | |
| RemoveMItem(ObjectGuid::LowType id) | Player | |
| RemoveMovementImpairingAuras(bool withRoot) | Unit | |
| RemoveNotOwnSingleTargetAuras(uint32 newPhase=0x0) | Unit | |
| RemoveNpcFlag(NPCFlags flags) | Unit | inline |
| RemoveOwnedAura(AuraMap::iterator &i, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveOwnedAura(uint32 spellId, ObjectGuid casterGUID=ObjectGuid::Empty, uint8 reqEffMask=0, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveOwnedAura(Aura *aura, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveOwnedAuras(std::function< bool(Aura const *)> const &check, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemoveOwnedAuras(uint32 spellId, std::function< bool(Aura const *)> const &check, AuraRemoveMode removeMode=AURA_REMOVE_BY_DEFAULT) | Unit | |
| RemovePet(Pet *pet, PetSaveMode mode, bool returnreagent=false) | Player | |
| RemovePetAura(PetAura const *petSpell) | Player | |
| RemovePetFlag(UnitPetFlag flags) | Unit | inline |
| RemovePetitionsAndSigns(ObjectGuid guid, CharterTypes type) | Player | static |
| RemovePlayerFromVision(Player *player) | Unit | |
| RemovePvpFlag(UnitPVPStateFlags flags) | Unit | inline |
| RemoveQuestSlotState(uint16 slot, uint32 state) | Player | |
| RemoveRestFlag(RestFlag restFlag) | Player | |
| RemoveRewardedQuest(uint32 questId, bool update=true) | Player | |
| RemoveRuneConvertAura(uint8 index, AuraEffect const *aura) | Player | |
| RemoveRunesByAuraEffect(AuraEffect const *aura) | Player | |
| RemoveSocial() | Player | |
| RemoveSpell(uint32 spell_id, bool disabled=false, bool learn_low_rank=true) | Player | |
| RemoveTemporarySpell(uint32 spellId) | Player | |
| RemoveTimedAchievement(AchievementCriteriaTimedTypes type, uint32 entry) | Player | |
| RemoveTimedQuest(uint32 questId) | Player | inline |
| RemoveTradeableItem(Item *item) | Player | |
| RemoveUnitFlag(UnitFlags flags) | Unit | inline |
| RemoveUnitFlag2(UnitFlags2 flags) | Unit | inline |
| RemoveUnitMovementFlag(uint32 f) | Unit | inline |
| RemoveVehicleKit() | Unit | |
| RemoveVisFlag(UnitVisFlags flags) | Unit | inline |
| RemoveVisibleAura(uint8 slot) | Unit | |
| ReplaceAllDynamicFlags(uint32 flag) override | Unit | inlinevirtual |
| ReplaceAllNpcFlags(NPCFlags flags) | Unit | inline |
| ReplaceAllPetFlags(UnitPetFlag flags) | Unit | inline |
| ReplaceAllPvpFlags(UnitPVPStateFlags flags) | Unit | inline |
| ReplaceAllUnitFlags(UnitFlags flags) | Unit | inline |
| ReplaceAllUnitFlags2(UnitFlags2 flags) | Unit | inline |
| ReplaceAllVisFlags(UnitVisFlags flags) | Unit | inline |
| RepopAtGraveyard() | Player | |
| ReportedAfkBy(Player *reporter) | Player | |
| ReputationChanged(FactionEntry const *factionEntry) | Player | |
| ReputationChanged2(FactionEntry const *factionEntry) | Player | |
| ResetAchievementCriteria(AchievementCriteriaCondition condition, uint32 value, bool evenIfCriteriaComplete=false) | Player | |
| ResetAchievements() | Player | |
| ResetAllNotifies() | WorldObject | inline |
| ResetAllPowers() | Player | |
| resetAttackTimer(WeaponAttackType type=BASE_ATTACK) | Unit | |
| ResetContestedPvP() | Player | |
| ResetDailyQuestStatus() | Player | |
| ResetInstances(uint8 method, bool isRaid) | Player | |
| ResetMap() override | Player | virtual |
| ResetMonthlyQuestStatus() | Player | |
| ResetPetTalents() | Player | |
| ResetSeasonalQuestStatus(uint16 event_id, time_t eventStartTime) | Player | |
| ResetSpells(bool myClassOnly=false) | Player | |
| ResetTalents(bool involuntarily=false) | Player | |
| ResetTalentsCost() const | Player | |
| ResetWeeklyQuestStatus() | Player | |
| RestoreBaseRune(uint8 index) | Player | |
| RestoreDisabledAI() | Unit | private |
| RestoreDisplayId() | Unit | |
| RestoreFaction() | Unit | |
| RestoreHealthAfterDuel() | Player | inline |
| RestoreManaAfterDuel() | Player | inline |
| ResumeMovement(uint32 timer=0, uint8 slot=0) | Unit | |
| ResummonPetTemporaryUnSummonedIfAny() | Player | |
| ResurrectPlayer(float restore_percent, bool applySickness=false) | Player | |
| ResurrectUsingRequestData() | Player | |
| ResurrectUsingRequestDataImpl() | Player | |
| ResyncRunes() const | Player | |
| RewardHonor(Unit *victim, uint32 groupsize, int32 honor=-1, bool pvptoken=false) | Player | |
| RewardPlayerAndGroupAtEvent(uint32 creature_id, WorldObject *pRewardSource) | Player | |
| RewardPlayerAndGroupAtKill(Unit *victim, bool isBattleGround) | Player | |
| RewardQuest(Quest const *quest, uint32 reward, Object *questGiver, bool announce=true) | Player | |
| RewardRage(uint32 damage, uint32 weaponSpeedHitFactor, bool attacker) | Unit | |
| RewardReputation(Unit *victim, float rate) | Player | |
| RewardReputation(Quest const *quest) | Player | |
| RollMeleeOutcomeAgainst(Unit const *victim, WeaponAttackType attType) const | Unit | |
| Satisfy(AccessRequirement const *ar, uint32 target_map, bool report=false) | Player | |
| SatisfyQuestBreadcrumbQuest(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestClass(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestConditions(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestDay(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestDependentBreadcrumbQuests(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestDependentPreviousQuests(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestDependentQuests(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestExclusiveGroup(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestLevel(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestLog(bool msg) const | Player | |
| SatisfyQuestMonth(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestPreviousQuest(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestRace(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestReputation(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestSeasonal(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestSkill(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestStatus(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestTimed(Quest const *qInfo, bool msg) const | Player | |
| SatisfyQuestWeek(Quest const *qInfo, bool msg) const | Player | |
| SaveGoldToDB(CharacterDatabaseTransaction trans) const | Player | |
| SaveHealthBeforeDuel() | Player | inline |
| SaveInventoryAndGoldToDB(CharacterDatabaseTransaction trans) | Player | |
| SaveManaBeforeDuel() | Player | inline |
| SavePositionInDB(WorldLocation const &loc, uint16 zoneId, ObjectGuid guid, CharacterDatabaseTransaction trans) | Player | static |
| SaveRecallPosition() | Player | inline |
| SaveToDB(bool create=false) | Player | |
| SaveToDB(CharacterDatabaseTransaction trans, bool create=false) | Player | |
| Say(std::string_view text, Language language, WorldObject const *=nullptr) override | Player | virtual |
| Say(uint32 textId, WorldObject const *target=nullptr) override | Player | virtual |
| ScheduleAIChange() | Unit | |
| ScheduleDelayedOperation(uint32 operation) | Player | inlineprivate |
| SeasonalQuestMapByEvent typedef | Player | protected |
| SeasonalQuestMapByQuest typedef | Player | protected |
| SelectNearbyTarget(Unit *exclude=nullptr, float dist=NOMINAL_MELEE_RANGE) const | Unit | |
| SelectNearestPlayer(float distance) const | WorldObject | |
| SendActionButtons(uint32 state) const | Player | |
| SendAttackStateUpdate(CalcDamageInfo *damageInfo) | Unit | |
| SendAttackStateUpdate(uint32 HitInfo, Unit *target, uint8 SwingType, SpellSchoolMask damageSchoolMask, uint32 Damage, uint32 AbsorbDamage, uint32 Resist, VictimState TargetState, uint32 BlockedAmount) | Unit | |
| SendAttackSwingBadFacingAttack() const | Player | |
| SendAttackSwingCancelAttack() const | Player | |
| SendAttackSwingCantAttack() const | Player | |
| SendAttackSwingDeadTarget() const | Player | |
| SendAttackSwingNotInRange() const | Player | |
| SendAurasForTarget(Unit *target, bool force=false) const | Player | |
| SendAutoRepeatCancel(Unit *target) | Player | |
| SendBattlefieldWorldStates() const | Player | |
| SendBGWeekendWorldStates() const | Player | |
| SendBindPointUpdate() | Player | |
| SendBuyError(BuyResult msg, Creature *creature, uint32 item, uint32 param) const | Player | |
| SendCanTakeQuestResponse(QuestFailedReason msg) const | Player | |
| SendCinematicStart(uint32 CinematicSequenceId) const | Player | |
| SendClearTarget() | Unit | |
| SendComboPoints() | Unit | |
| SendCorpseReclaimDelay(uint32 delay) const | Player | |
| SendDirectMessage(WorldPacket const *data) const | Player | |
| SendDuelCountdown(uint32 counter) | Player | |
| SendDungeonDifficulty(bool IsInGroup) const | Player | |
| SendDurabilityLoss() | Player | |
| SendEnchantmentDurations() | Player | |
| SendEnergizeSpellLog(Unit *victim, uint32 spellId, int32 damage, Powers powerType) | Unit | |
| SendEquipError(InventoryResult msg, Item *pItem, Item *pItem2=nullptr, uint32 itemid=0) const | Player | |
| SendEquipmentSetList() | Player | |
| SendExplorationExperience(uint32 Area, uint32 Experience) const | Player | |
| SendFlightSplineSyncUpdate() | Unit | private |
| SendHealSpellLog(HealInfo &healInfo, bool critical=false) | Unit | |
| SendInitialActionButtons() const | Player | inline |
| SendInitialPacketsAfterAddToMap() | Player | |
| SendInitialPacketsBeforeAddToMap() | Player | |
| SendInitialSpells() | Player | |
| SendInitialVisiblePackets(Unit *target) const | Player | |
| SendInitWorldStates(uint32 zoneId, uint32 areaId) | Player | |
| SendInstanceResetWarning(uint32 mapid, Difficulty difficulty, uint32 time, bool welcome) const | Player | |
| SendItemDurations() | Player | |
| SendItemRefundResult(Item *item, ItemExtendedCostEntry const *iece, uint8 error) const | Player | private |
| SendItemRetrievalMail(uint32 itemEntry, uint32 count) | Player | |
| SendLogXPGain(uint32 GivenXP, Unit *victim, uint32 BonusXP, bool recruitAFriend=false, float group_rate=1.0f) const | Player | |
| SendLoot(ObjectGuid guid, LootType loot_type) | Player | |
| SendLootError(ObjectGuid guid, LootError error) const | Player | |
| SendLootRelease(ObjectGuid guid) const | Player | |
| SendMailResult(uint32 mailId, MailResponseType mailAction, MailResponseResult mailError, uint32 equipError=0, ObjectGuid::LowType item_guid=0, uint32 item_count=0) const | Player | |
| SendMeleeAttackStart(Unit *victim) | Unit | |
| SendMeleeAttackStop(Unit *victim=nullptr) | Unit | |
| SendMessageToSet(WorldPacket const *data, bool self) const override | Player | inlinevirtual |
| SendMessageToSet(WorldPacket const *data, Player const *skipped_rcvr) const override | Player | virtual |
| SendMessageToSetInRange(WorldPacket const *data, float dist, bool self) const override | Player | virtual |
| SendMessageToSetInRange(WorldPacket const *data, float dist, bool self, bool own_team_only, bool required3dDist=false) const | Player | |
| SendMirrorTimer(MirrorTimerType Type, uint32 MaxValue, uint32 CurrentValue, int32 Regen) | Player | protected |
| SendMoveKnockBack(Player *player, float speedXY, float speedZ, float vcos, float vsin) | Unit | |
| SendMovementSetCollisionHeight(float height) | Player | |
| SendMovieStart(uint32 movieId) | Player | |
| SendNewItem(Item *item, uint32 count, bool received, bool created, bool broadcast=false, bool sendChatMessage=true) | Player | |
| SendNewMail() const | Player | |
| SendNotifyLootItemRemoved(uint8 lootSlot) const | Player | |
| SendNotifyLootMoneyRemoved() const | Player | |
| SendObjectDeSpawnAnim(ObjectGuid guid) | WorldObject | |
| SendOnCancelExpectedVehicleRideAura() const | Player | |
| SendPeriodicAuraLog(SpellPeriodicAuraLogInfo *pInfo) | Unit | |
| SendPetActionFeedback(PetActionFeedback msg, uint32 spellId) const | Unit | |
| SendPetActionSound(PetAction action) const | Unit | |
| SendPetAIReaction(ObjectGuid guid) const | Unit | |
| SendPetDismissSound() const | Unit | |
| SendPlaySpellVisualKit(uint32 id, uint32 type) const | Unit | |
| SendPreparedGossip(WorldObject *source) | Player | |
| SendPreparedQuest(ObjectGuid guid) | Player | |
| SendProficiency(ItemClass itemClass, uint32 itemSubclassMask) const | Player | |
| SendPushToPartyResponse(Player const *player, QuestShareMessages msg) const | Player | |
| SendQuestComplete(uint32 questId) const | Player | |
| SendQuestConfirmAccept(Quest const *quest, Player *pReceiver) const | Player | |
| SendQuestFailed(uint32 questId, InventoryResult reason=EQUIP_ERR_OK) const | Player | |
| SendQuestGiverStatusMultiple() | Player | |
| SendQuestReward(Quest const *quest, uint32 XP) const | Player | |
| SendQuestTimerFailed(uint32 questId) const | Player | |
| SendQuestUpdate(uint32 questId) | Player | |
| SendQuestUpdateAddCreatureOrGo(Quest const *quest, ObjectGuid guid, uint32 creatureOrGOIdx, uint16 oldCount, uint16 addCount) | Player | |
| SendQuestUpdateAddItem(Quest const *quest, uint32 itemIdx, uint16 count) const | Player | |
| SendQuestUpdateAddPlayer(Quest const *quest, uint16 oldCount, uint16 addCount) | Player | |
| SendRaidDifficulty(bool IsInGroup, int32 forcedDifficulty=-1) const | Player | |
| SendRaidInfo() | Player | |
| SendRefundInfo(Item *item) | Player | private |
| SendRemoveControlBar() const | Player | |
| SendResetFailedNotify(uint32 mapid) const | Player | |
| SendResetInstanceFailed(uint32 reason, uint32 MapId) const | Player | |
| SendResetInstanceSuccess(uint32 MapId) const | Player | |
| SendRespondInspectAchievements(Player *player) const | Player | |
| SendSavedInstances() | Player | |
| SendSellError(SellResult msg, Creature *creature, ObjectGuid guid, uint32 param) const | Player | |
| SendSpellDamageImmune(Unit *target, uint32 spellId) | Unit | |
| SendSpellDamageResist(Unit *target, uint32 spellId) | Unit | |
| SendSpellMiss(Unit *target, uint32 spellID, SpellMissInfo missInfo) | WorldObject | |
| SendSpellNonMeleeDamageLog(SpellNonMeleeDamage const *log) | Unit | |
| SendSpellNonMeleeDamageLog(Unit *target, uint32 spellID, uint32 damage, SpellSchoolMask damageSchoolMask, uint32 absorbedDamage, uint32 resist, bool isPeriodic, uint32 blocked, bool criticalHit=false, bool split=false) | Unit | |
| SendSummonRequestFrom(Unit *summoner) | Player | |
| SendSupercededSpell(uint32 oldSpell, uint32 newSpell) const | Player | |
| SendTalentsInfoData(bool pet) | Player | |
| SendTalentWipeConfirm(ObjectGuid trainerGuid) const | Player | |
| SendTameFailure(uint8 result) | Player | |
| SendTaxiNodeStatusMultiple() | Player | |
| SendTeleportPacket(Position const &pos, bool teleportingTransport=false) | Unit | |
| SendTransferAborted(uint32 mapid, TransferAbortReason reason, uint8 arg=0) const | Player | |
| SendUnlearnSpells() | Player | |
| SendUpdateToOutOfRangeGroupMembers() | Player | |
| SendUpdateToPlayer(Player *player) | Object | |
| SendUpdateWorldState(uint32 variable, uint32 value) const | Player | |
| SetAcceptWhispers(bool on) | Player | inline |
| setActive(bool isActiveObject) | WorldObject | |
| SetActiveTalentGroup(uint8 group) | Player | inline |
| SetAI(UnitAI *newAI) | Unit | protected |
| SetAmmo(uint32 item) | Player | |
| SetAnimTier(AnimTier animTier) | Unit | |
| SetArenaFaction(uint8 arenaFaction) | Player | inline |
| SetArenaPoints(uint32 value) | Player | |
| SetArenaTeamIdInvited(uint32 ArenaTeamId) | Player | inline |
| SetArenaTeamInfoField(uint8 slot, ArenaTeamInfoType type, uint32 value) | Player | |
| SetArmor(int32 val) | Unit | inline |
| SetAtLoginFlag(AtLoginFlags f) | Player | inline |
| SetAttackPower(int32 attackPower) | Unit | inline |
| SetAttackPowerModNeg(int32 attackPowerMod) | Unit | inline |
| SetAttackPowerModPos(int32 attackPowerMod) | Unit | inline |
| SetAttackPowerMultiplier(float attackPowerMult) | Unit | inline |
| SetAttackTime(WeaponAttackType att, uint32 val) | Unit | inline |
| setAttackTimer(WeaponAttackType type, uint32 time) | Unit | inline |
| SetAuraStack(uint32 spellId, Unit *target, uint32 stack) | Unit | |
| SetAuraUpdateMaskForRaid(uint8 slot) | Player | inline |
| SetBankBagSlotCount(uint8 count) | Player | inline |
| SetBaseModFlatValue(BaseModGroup modGroup, float val) | Player | |
| SetBaseModPctValue(BaseModGroup modGroup, float val) | Player | |
| SetBaseRune(uint8 index, RuneType baseRune) | Player | inline |
| SetBaseWeaponDamage(WeaponAttackType attType, WeaponDamageRange damageRange, float value, uint8 damageIndex=0) | Unit | inline |
| SetBattlegroundEntryPoint() | Player | |
| SetBattlegroundId(uint32 val, BattlegroundTypeId bgTypeId) | Player | |
| SetBattlegroundOrBattlefieldRaid(Group *group, int8 subgroup=-1) | Player | |
| SetBeenGrantedLevelsFromRaF() | Player | inline |
| SetBGTeam(uint32 team) | Player | |
| SetBindPoint(ObjectGuid guid) const | Player | |
| SetBoundingRadius(float boundingRadius) | Unit | inline |
| SetByteFlag(uint16 index, uint8 offset, uint8 newFlag) | Object | |
| SetByteValue(uint16 index, uint8 offset, uint8 value) | Object | |
| SetCanBlock(bool value) | Player | |
| SetCanDelayTeleport(bool setting) | Player | inlineprivate |
| SetCanDualWield(bool value) | Unit | inlinevirtual |
| SetCanFly(bool enable, bool packetOnly=false) | Unit | |
| SetCanModifyStats(bool modifyStats) | Unit | inline |
| SetCanParry(bool value) | Player | |
| SetCanTitanGrip(bool value, uint32 penaltySpellId=0, int32 allowedItemClass=0, int32 allowedItemSubClassMask=0) | Player | |
| SetCantProc(bool apply) | Unit | |
| SetChampioningFaction(uint32 faction) | Player | inline |
| SetChannelObjectGuid(ObjectGuid guid) | Unit | inline |
| SetChannelSpellId(uint32 channelSpellId) | Unit | inline |
| SetCharm(Unit *target, bool apply) | Unit | |
| SetCharmedBy(Unit *charmer, CharmType type, AuraApplication const *aurApp=nullptr) | Unit | |
| setCinematic(uint8 cine) | Player | inline |
| SetClass(uint8 classId) | Unit | inline |
| SetClientControl(Unit *target, bool allowMove) | Player | |
| SetCombatReach(float combatReach) | Unit | inline |
| SetCommandStatusOff(uint32 command) | Player | inline |
| SetCommandStatusOn(uint32 command) | Player | inline |
| SetConfused(bool apply) | Unit | protected |
| SetContestedPvP(Player *attackedPlayer=nullptr) | Player | |
| SetContestedPvPTimer(uint32 newTime) | Player | inline |
| SetControlled(bool apply, UnitState state) | Unit | |
| SetCreatedBySpell(int32 spellId) | Unit | inline |
| SetCreateHealth(uint32 val) | Unit | inline |
| SetCreateMana(uint32 val) | Unit | inline |
| SetCreateStat(Stats stat, float val) | Unit | inline |
| SetCreatorGUID(ObjectGuid creator) | Unit | inline |
| SetCritterGUID(ObjectGuid guid) | Unit | inline |
| SetCurrentCastSpell(Spell *pSpell) | Unit | |
| SetCurrentRune(uint8 index, RuneType currentRune) | Player | inline |
| SetDailyQuestStatus(uint32 quest_id) | Player | |
| setDeathState(DeathState s) override | Player | virtual |
| SetDelayedTeleportFlag(bool setting) | Player | inlineprivate |
| SetDeveloper(bool on) | Player | inline |
| SetDisableGravity(bool disable, bool updateAnimTier=true) | Unit | |
| SetDisplayId(uint32 modelId) | Unit | virtual |
| SetDrunkValue(uint8 newDrunkValue, uint32 itemId=0) | Player | |
| SetDungeonDifficulty(Difficulty dungeon_difficulty) | Player | inline |
| SetDynamicFlag(uint32 flag) | Object | inlinevirtual |
| SetEmoteState(Emote emote) | Unit | inline |
| SetEntry(uint32 entry) | Object | inline |
| SetEquipmentSet(EquipmentSetInfo::EquipmentSetData const &eqset) | Player | |
| SetExtraUnitMovementFlags(uint32 f) | Unit | inline |
| SetFaceId(uint8 face) | Player | inline |
| SetFacialStyle(uint8 facialStyle) | Player | inline |
| SetFacingTo(float ori, bool force=true, uint32 movementId=EVENT_FACE) | Unit | |
| SetFacingToObject(WorldObject const *object, bool force=true, uint32 movementId=EVENT_FACE) | Unit | |
| SetFaction(uint32 faction) override | Unit | inlinevirtual |
| SetFactionForRace(uint8 race) | Player | |
| SetFall(bool enable) | Unit | |
| SetFallInformation(uint32 time, float z) | Player | |
| SetFarVisible(bool on) | WorldObject | |
| SetFeared(bool apply) | Unit | protected |
| SetFeatherFall(bool enable) | Unit | |
| SetFieldNotifyFlag(uint16 flag) | Object | inline |
| SetFlag(uint16 index, uint32 newFlag) | Object | |
| SetFlag64(uint16 index, uint64 newFlag) | Object | |
| SetFloatValue(uint16 index, float value) | Object | |
| SetFreePrimaryProfessions(uint16 profs) | Player | inline |
| SetFreeTalentPoints(uint32 points) | Player | |
| SetFullHealth() | Unit | inline |
| SetFullPower(Powers power) | Unit | inline |
| SetGameClientMovingMe(GameClient *gameClientMovingMe) | Unit | inline |
| SetGameMaster(bool on) | Player | |
| SetGender(Gender gender) | Unit | inline |
| SetGlyph(uint8 slot, uint32 glyph) | Player | |
| SetGlyphSlot(uint8 slot, uint32 slottype) | Player | inline |
| SetGMChat(bool on) | Player | inline |
| SetGMVisible(bool on) | Player | |
| SetGrantableLevels(uint8 val) | Player | inline |
| SetGroup(Group *group, int8 subgroup=-1) | Player | |
| SetGroupInvite(Group *group) | Player | inline |
| SetGroupUpdateFlag(uint32 flag) | Player | inline |
| SetGuidValue(uint16 index, ObjectGuid value) | Object | |
| SetGuildIdInvited(ObjectGuid::LowType GuildId) | Player | inline |
| SetGuildRank(uint8 rankId) | Player | inline |
| SetHairColorId(uint8 hairColor) | Player | inline |
| SetHairStyleId(uint8 hairStyle) | Player | inline |
| SetHas310Flyer(bool on) | Player | inline |
| SetHasLevelBoosted() | Player | inline |
| SetHasRaceChanged() | Player | inline |
| SetHealth(uint32 val) | Unit | |
| SetHomebind(WorldLocation const &loc, uint32 areaId) | Player | |
| SetHonorPoints(uint32 value) | Player | |
| SetHover(bool enable, bool updateAnimTier=true) | Unit | |
| SetHoverHeight(float hoverHeight) | Unit | inline |
| SetImmuneToAll(bool apply, bool keepCombat) | Unit | |
| SetImmuneToAll(bool apply) | Unit | inlinevirtual |
| SetImmuneToNPC(bool apply, bool keepCombat) | Unit | |
| SetImmuneToNPC(bool apply) | Unit | inlinevirtual |
| SetImmuneToPC(bool apply, bool keepCombat) | Unit | |
| SetImmuneToPC(bool apply) | Unit | inlinevirtual |
| SetInArenaTeam(uint32 ArenaTeamId, uint8 slot, uint8 type) | Player | |
| SetInCombatWith(Unit *enemy, bool addSecondUnitSuppressed=false) | Unit | inline |
| SetInFront(WorldObject const *target) | Unit | |
| SetInGameTime(uint32 time) | Player | inline |
| SetInGuild(ObjectGuid::LowType guildId) | Player | |
| SetInstantCast(bool set) | Unit | inline |
| SetInt16Value(uint16 index, uint8 offset, int16 value) | Object | inline |
| SetInt32Value(uint16 index, int32 value) | Object | |
| SetInviteForBattlegroundQueueType(BattlegroundQueueTypeId bgQueueTypeId, uint32 instanceId) | Player | |
| SetIsCombatDisallowed(bool apply) | Unit | inline |
| SetIsNewObject(bool enable) | Object | inline |
| SetIsStoredInWorldObjectGridContainer(bool apply) | WorldObject | |
| SetLastDamagedTargetGuid(ObjectGuid guid) | Unit | inline |
| SetLastExtraAttackSpell(uint32 spellId) | Unit | inline |
| SetLastManaUse(uint32 spellCastTime) | Unit | inline |
| SetLastPetNumber(uint32 petnumber) | Player | inline |
| SetLastPotionId(uint32 item_id) | Player | inline |
| SetLastRuneGraceTimer(uint8 index, uint32 timer) | Player | inline |
| SetLastUsedRune(RuneType type) | Player | inline |
| SetLevel(uint8 lvl, bool sendUpdate=true) | Unit | |
| SetLocationInstanceId(uint32 _instanceId) | WorldObject | inlineprotected |
| SetLocationMapId(uint32 _mapId) | WorldObject | inlineprotected |
| SetLootGUID(ObjectGuid guid) | Player | inline |
| SetMap(Map *map) override | Player | virtual |
| SetMaxHealth(uint32 val) | Unit | |
| SetMaxPower(Powers power, uint32 val) | Unit | |
| SetMinion(Minion *minion, bool apply) | Unit | |
| SetMinionGUID(ObjectGuid guid) | Unit | inline |
| SetModCastingSpeed(float castingSpeed) | Unit | inline |
| SetMoney(uint32 value) | Player | |
| SetMonthlyQuestStatus(uint32 quest_id) | Player | |
| SetMountDisplayId(uint32 mountDisplayId) | Unit | inline |
| SetMovie(uint32 movie) | Player | inline |
| SetName(std::string newname) | WorldObject | inline |
| SetNativeDisplayId(uint32 displayId) | Unit | inline |
| SetNativeGender(Gender gender) override | Player | inlinevirtual |
| SetNeedsZoneUpdate(bool needsUpdate) | Player | inline |
| SetNpcFlag(NPCFlags flags) | Unit | inline |
| SetObjectScale(float scale) override | Player | virtual |
| SetOrientation(float orientation) | Position | inline |
| SetOriginalGroup(Group *group, int8 subgroup=-1) | Player | |
| SetOwnerGUID(ObjectGuid owner) | Unit | |
| SetPassOnGroupLoot(bool bPassOnGroupLoot) | Player | inline |
| SetPendingBind(uint32 instanceId, uint32 bindTimer) | Player | |
| SetPetFlag(UnitPetFlag flags) | Unit | inline |
| SetPetGUID(ObjectGuid guid) | Unit | inline |
| SetPetNameTimestamp(uint32 timestamp) | Unit | inline |
| SetPetNumberForClient(uint32 petNumber) | Unit | inline |
| SetPhaseMask(uint32 newPhaseMask, bool update) override | Player | virtual |
| SetPower(Powers power, uint32 val, bool withPowerUpdate=true, bool force=false) | Unit | |
| SetPowerType(Powers power, bool sendUpdate=true) | Unit | |
| SetPrivateObjectOwner(ObjectGuid const &owner) | WorldObject | inline |
| SetPvP(bool state) override | Player | virtual |
| SetPvPDeath(bool on) | Player | inline |
| SetPvpFlag(UnitPVPStateFlags flags) | Unit | inline |
| SetQuestSharingInfo(ObjectGuid guid, uint32 id) | Player | inline |
| SetQuestSlot(uint16 slot, uint32 quest_id, uint32 timer=0) | Player | |
| SetQuestSlotCounter(uint16 slot, uint8 counter, uint16 count) | Player | |
| SetQuestSlotState(uint16 slot, uint32 state) | Player | |
| SetQuestSlotTimer(uint16 slot, uint32 timer) | Player | |
| SetQuestStatus(uint32 questId, QuestStatus status, bool update=true) | Player | |
| SetRace(uint8 race) | Unit | inline |
| SetRaidDifficulty(Difficulty raid_difficulty) | Player | inline |
| SetRandomWinner(bool isWinner) | Player | |
| SetRangedAttackPower(int32 attackPower) | Unit | inline |
| SetRangedAttackPowerModNeg(int32 attackPowerMod) | Unit | inline |
| SetRangedAttackPowerModPos(int32 attackPowerMod) | Unit | inline |
| SetRangedAttackPowerMultiplier(float attackPowerMult) | Unit | inline |
| setRegenTimerCount(uint32 time) | Player | inline |
| SetRegularAttackTime() | Player | |
| SetReputation(uint32 factionentry, uint32 value) | Player | |
| SetResistance(SpellSchools school, int32 val) | Unit | inline |
| SetRestBonus(float rest_bonus_new) | Player | |
| SetRestFlag(RestFlag restFlag, uint32 triggerId=0) | Player | |
| SetRestState(uint8 restState) | Player | inline |
| SetResurrectRequestData(WorldObject const *caster, uint32 health, uint32 mana, uint32 appliedAura) | Player | |
| SetRewardedQuest(uint32 quest_id) | Player | |
| SetRooted(bool apply) | Unit | protected |
| SetRuneConvertAura(uint8 index, AuraEffect const *aura) | Player | |
| SetRuneCooldown(uint8 index, uint32 cooldown, bool casted=false) | Player | |
| SetRuneTimer(uint8 index, uint32 timer) | Player | inline |
| SetSaveTimer(uint32 timer) | Player | inline |
| SetSeasonalQuestStatus(uint32 quest_id) | Player | |
| SetSeer(WorldObject *target) | Player | inline |
| SetSelection(ObjectGuid guid) | Player | inline |
| SetSemaphoreTeleportFar(bool semphsetting) | Player | inline |
| SetSemaphoreTeleportNear(bool semphsetting) | Player | inline |
| SetShapeshiftForm(ShapeshiftForm form) | Unit | |
| SetSheath(SheathState sheathed) override | Player | virtual |
| SetSkill(uint32 id, uint16 step, uint16 newVal, uint16 maxVal) | Player | |
| SetSkillLineId(uint32 pos, uint16 skillLineId) | Player | inline |
| SetSkillMaxRank(uint32 pos, uint16 max) | Player | inline |
| SetSkillPermBonus(uint32 pos, uint16 bonus) | Player | inline |
| SetSkillRank(uint32 pos, uint16 rank) | Player | inline |
| SetSkillStep(uint32 pos, uint16 step) | Player | inline |
| SetSkillTempBonus(uint32 pos, int16 bonus) | Player | inline |
| SetSkinId(uint8 skin) | Player | inline |
| SetSpeed(UnitMoveType mtype, float newValue) | Unit | |
| SetSpeedRate(UnitMoveType mtype, float rate) | Unit | |
| SetSpeedRateReal(UnitMoveType mtype, float rate) | Unit | private |
| SetSpellModTakingSpell(Spell *spell, bool apply) | Player | |
| SetStandState(UnitStandStateType state) | Unit | |
| SetStat(Stats stat, int32 val) | Unit | inline |
| SetStatFlatModifier(UnitMods unitMod, UnitModifierFlatType modifierType, float val) | Unit | |
| SetStatFloatValue(uint16 index, float value) | Object | |
| SetStatInt32Value(uint16 index, int32 value) | Object | |
| SetStatPctModifier(UnitMods unitMod, UnitModifierPctType modifierType, float val) | Unit | |
| SetStunned(bool apply) | Unit | protected |
| SetSwim(bool enable) | Unit | |
| SetTalentGroupsCount(uint8 count) | Player | inline |
| SetTalentResetCost(uint32 cost) | Player | inline |
| SetTalentResetTime(time_t time_) | Player | inline |
| SetTarget(ObjectGuid) override | Player | inlinevirtual |
| SetTaxiCheater(bool on) | Player | inline |
| SetTemporaryUnsummonedPetNumber(uint32 petnumber) | Player | inline |
| SetTitle(CharTitlesEntry const *title, bool lost=false) | Player | |
| SetTransformSpell(uint32 spellid) | Unit | inline |
| SetTransport(Transport *t) | WorldObject | inline |
| SetUInt16Value(uint16 index, uint8 offset, uint16 value) | Object | |
| SetUInt32Value(uint16 index, uint32 value) | Object | |
| SetUInt64Value(uint16 index, uint64 value) | Object | |
| SetUnitFlag(UnitFlags flags) | Unit | inline |
| SetUnitFlag2(UnitFlags2 flags) | Unit | inline |
| SetUnitMovementFlags(uint32 f) | Unit | inline |
| SetUsedTalentCount(uint32 talents) | Player | inline |
| SetVehicle(Vehicle *vehicle) | Unit | inline |
| SetViewpoint(WorldObject *target, bool apply) | Player | |
| SetVirtualItem(uint32 slot, uint32 itemId) | Unit | |
| SetVirtualItemSlot(uint8 i, Item *item) | Player | |
| SetVisFlag(UnitVisFlags flags) | Unit | inline |
| SetVisibilityDistanceOverride(VisibilityDistanceType type) | WorldObject | |
| SetVisible(bool x) | Unit | |
| SetVisibleAura(uint8 slot, AuraApplication *aurApp) | Unit | |
| SetVisibleItemSlot(uint8 slot, Item *pItem) | Player | |
| SetWalk(bool enable) | Unit | |
| SetWaterWalking(bool enable) | Unit | |
| setWeaponChangeTimer(uint32 time) | Player | inline |
| SetWeeklyQuestStatus(uint32 quest_id) | Player | |
| SetXP(uint32 xp) | Player | inline |
| SetZoneScript() | WorldObject | |
| SpawnCorpseBones(bool triggerSave=true) | Player | |
| SpellBaseDamageBonusDone(SpellSchoolMask schoolMask) const | Unit | |
| SpellBaseHealingBonusDone(SpellSchoolMask schoolMask) const | Unit | |
| SpellCritChanceDone(SpellInfo const *spellInfo, SpellSchoolMask schoolMask, WeaponAttackType attackType=BASE_ATTACK, bool isPeriodic=false) const | Unit | |
| SpellCritChanceTaken(Unit const *caster, SpellInfo const *spellInfo, SpellSchoolMask schoolMask, float doneChance, WeaponAttackType attackType=BASE_ATTACK, bool isPeriodic=false) const | Unit | |
| SpellCriticalDamageBonus(Unit const *caster, SpellInfo const *spellProto, uint32 damage, Unit *victim) | Unit | static |
| SpellCriticalHealingBonus(Unit const *caster, SpellInfo const *spellProto, uint32 damage, Unit *victim) | Unit | static |
| SpellDamageBonusDone(Unit *victim, SpellInfo const *spellProto, uint32 pdamage, DamageEffectType damagetype, SpellEffectInfo const &spellEffectInfo, Optional< float > const &donePctTotal, uint32 stack=1) const | Unit | |
| SpellDamageBonusTaken(Unit *caster, SpellInfo const *spellProto, uint32 pdamage, DamageEffectType damagetype) const | Unit | |
| SpellDamagePctDone(Unit *victim, SpellInfo const *spellProto, DamageEffectType damagetype) const | Unit | |
| SpellHealingBonusDone(Unit *victim, SpellInfo const *spellProto, uint32 healamount, DamageEffectType damagetype, SpellEffectInfo const &spellEffectInfo, Optional< float > const &donePctTotal, uint32 stack=1) const | Unit | |
| SpellHealingBonusTaken(Unit *caster, SpellInfo const *spellProto, uint32 healamount, DamageEffectType damagetype) const | Unit | |
| SpellHealingPctDone(Unit *victim, SpellInfo const *spellProto) const | Unit | |
| SpellHitResult(Unit *victim, SpellInfo const *spellInfo, bool canReflect=false) const | WorldObject | |
| SplitItem(uint16 src, uint16 dst, uint32 count) | Player | |
| StartReactiveTimer(ReactiveType reactive) | Unit | inline |
| StartTimedAchievement(AchievementCriteriaTimedTypes type, uint32 entry, uint32 timeLost=0) | Player | |
| StopAttackFaction(uint32 faction_id) | Unit | |
| StopCastingBindSight() const | Player | |
| StopCastingCharm() | Player | |
| StopMirrorTimer(MirrorTimerType Type) | Player | protected |
| StopMirrorTimers() | Player | |
| StopMoving(bool force=false) | Unit | |
| StoreItem(ItemPosCountVec const &pos, Item *pItem, bool update) | Player | |
| StoreLootItem(uint8 lootSlot, Loot *loot) | Player | |
| StoreNewItem(ItemPosCountVec const &pos, uint32 item, bool update, int32 randomPropertyId=0, GuidSet const &allowedLooters=GuidSet()) | Player | |
| StoreNewItemInBestSlots(uint32 item_id, uint32 item_count) | Player | |
| StoreRaidMapDifficulty() | Player | |
| SummonCreature(uint32 entry, Position const &pos, TempSummonType despawnType=TEMPSUMMON_MANUAL_DESPAWN, Milliseconds despawnTime=0s, uint32 vehId=0, uint32 spellId=0, ObjectGuid privateObjectOwner=ObjectGuid::Empty) | WorldObject | |
| SummonCreature(uint32 entry, float x, float y, float z, float o=0, TempSummonType despawnType=TEMPSUMMON_MANUAL_DESPAWN, Milliseconds despawnTime=0s, ObjectGuid privateObjectOwner=ObjectGuid::Empty) | WorldObject | |
| SummonCreatureGroup(uint8 group, std::list< TempSummon * > *list=nullptr) | WorldObject | |
| SummonGameObject(uint32 entry, Position const &pos, QuaternionData const &rot, Seconds respawnTime, GOSummonType summonType=GO_SUMMON_TIMED_OR_CORPSE_DESPAWN) | WorldObject | |
| SummonGameObject(uint32 entry, float x, float y, float z, float ang, QuaternionData const &rot, Seconds respawnTime, GOSummonType summonType=GO_SUMMON_TIMED_OR_CORPSE_DESPAWN) | WorldObject | |
| SummonIfPossible(bool agree) | Player | |
| SummonPet(uint32 entry, float x, float y, float z, float ang, PetType petType, uint32 despwtime) | Player | |
| SummonTrigger(float x, float y, float z, float ang, Milliseconds despawnTime, CreatureAI *(*GetAI)(Creature *)=nullptr) | WorldObject | |
| SwapItem(uint16 src, uint16 dst) | Player | |
| SwapQuestSlot(uint16 slot1, uint16 slot2) | Player | |
| TakeQuestSourceItem(uint32 questId, bool msg) | Player | |
| Talk(std::string_view text, ChatMsg msgType, Language language, float textRange, WorldObject const *target) | Unit | virtual |
| Talk(uint32 textId, ChatMsg msgType, float textRange, WorldObject const *target) | Unit | virtual |
| TalkedToCreature(uint32 entry, ObjectGuid guid) | Player | |
| TeamForRace(uint8 race) | Player | static |
| TeamIdForRace(uint8 race) | Player | static |
| TeleportTo(uint32 mapid, float x, float y, float z, float orientation, uint32 options=0) | Player | |
| TeleportTo(WorldLocation const &loc, uint32 options=0) | Player | |
| TeleportToBGEntryPoint() | Player | |
| TextEmote(std::string_view text, WorldObject const *=nullptr, bool=false) override | Player | virtual |
| TextEmote(uint32 textId, WorldObject const *target=nullptr, bool isBossEmote=false) override | Player | virtual |
| ToAbsoluteAngle(float relAngle) const | Position | inline |
| ToCorpse(Object *o) | Object | inlinestatic |
| ToCorpse(Object const *o) | Object | inlinestatic |
| ToCorpse() | Object | inline |
| ToCorpse() const | Object | inline |
| ToCreature(Object *o) | Object | inlinestatic |
| ToCreature(Object const *o) | Object | inlinestatic |
| ToCreature() | Object | inline |
| ToCreature() const | Object | inline |
| ToDynObject(Object *o) | Object | inlinestatic |
| ToDynObject(Object const *o) | Object | inlinestatic |
| ToDynObject() | Object | inline |
| ToDynObject() const | Object | inline |
| ToGameObject(Object *o) | Object | inlinestatic |
| ToGameObject(Object const *o) | Object | inlinestatic |
| ToGameObject() | Object | inline |
| ToGameObject() const | Object | inline |
| ToggleAFK() | Player | |
| ToggleByteFlag(uint16 index, uint8 offset, uint8 flag) | Object | |
| ToggleDND() | Player | |
| ToggleFlag(uint16 index, uint32 flag) | Object | |
| ToggleFlag64(uint16 index, uint64 flag) | Object | |
| ToggleMetaGemsActive(uint8 exceptslot, bool apply) | Player | |
| ToItem(Object *o) | Object | inlinestatic |
| ToItem(Object const *o) | Object | inlinestatic |
| ToItem() | Object | inline |
| ToItem() const | Object | inline |
| ToPet() | Unit | inline |
| ToPet() const | Unit | inline |
| ToPlayer(Object *o) | Object | inlinestatic |
| ToPlayer(Object const *o) | Object | inlinestatic |
| ToPlayer() | Object | inline |
| ToPlayer() const | Object | inline |
| ToRelativeAngle(float absAngle) const | Position | inline |
| ToString() const | Position | |
| ToTempSummon() | Unit | inline |
| ToTempSummon() const | Unit | inline |
| ToTotem() | Unit | inline |
| ToTotem() const | Unit | inline |
| ToUnit(Object *o) | Object | inlinestatic |
| ToUnit(Object const *o) | Object | inlinestatic |
| ToUnit() | Object | inline |
| ToUnit() const | Object | inline |
| ToWorldObject(Object *o) | Object | inlinestatic |
| ToWorldObject(Object const *o) | Object | inlinestatic |
| ToWorldObject() | Object | inline |
| ToWorldObject() const | Object | inline |
| TradeCancel(bool sendback, TradeStatus status=TRADE_STATUS_TRADE_CANCELED) | Player | |
| TriggerAurasProcOnEvent(Unit *actionTarget, uint32 typeMaskActor, uint32 typeMaskActionTarget, uint32 spellTypeMask, uint32 spellPhaseMask, uint32 hitMask, Spell *spell, DamageInfo *damageInfo, HealInfo *healInfo) | Unit | |
| TriggerAurasProcOnEvent(ProcEventInfo &eventInfo, AuraApplicationProcContainer &procAuras) | Unit | |
| UnbindInstance(uint32 mapid, Difficulty difficulty, bool unload=false) | Player | |
| UnbindInstance(BoundInstancesMap::iterator &itr, Difficulty difficulty, bool unload=false) | Player | |
| UninviteFromGroup() | Player | |
| Unit(bool isWorldObject) | Unit | explicitprotected |
| UnitAIStack typedef | Unit | private |
| UnitVector typedef | Unit | |
| unReadMails | Player | |
| UnsummonAllTotems() | Unit | |
| UnsummonPetTemporaryIfAny() | Player | |
| Update(uint32 time) override | Player | virtual |
| UpdateAchievementCriteria(AchievementCriteriaTypes type, uint32 miscValue1=0, uint32 miscValue2=0, WorldObject *ref=nullptr) | Player | |
| UpdateAfkReport(time_t currTime) | Player | |
| UpdateAllCritPercentages() | Player | |
| UpdateAllDamageDoneMods() | Unit | |
| UpdateAllDamagePctDoneMods() | Unit | |
| UpdateAllowedPositionZ(float x, float y, float &z, float *groundZ=nullptr) const | WorldObject | |
| UpdateAllRatings() | Player | |
| UpdateAllResistances() | Unit | virtual |
| UpdateAllSpellCritChances() | Player | |
| UpdateAllStats() override | Player | virtual |
| UpdateAllWeaponDependentCritAuras() | Player | |
| UpdateArea(uint32 newArea) | Player | |
| UpdateAreaDependentAuras(uint32 area_id) | Player | |
| UpdateArmor() override | Player | virtual |
| UpdateArmorPenetration(int32 amount) | Player | |
| UpdateAttackPowerAndDamage(bool ranged=false) override | Player | virtual |
| UpdateAuraForGroup(uint8 slot) | Unit | |
| UpdateBaseModGroup(BaseModGroup modGroup) | Player | |
| UpdateBlockPercentage() | Player | |
| UpdateCharmAI() | Unit | private |
| UpdateCombatSkills(Unit *victim, WeaponAttackType attType, bool defense) | Player | |
| UpdateContestedPvP(uint32 currTime) | Player | |
| UpdateCorpseReclaimDelay() | Player | |
| UpdateCraftSkill(uint32 spellid) | Player | |
| UpdateCritPercentage(WeaponAttackType attType) | Player | |
| UpdateDamageDoneMods(WeaponAttackType attackType, int32 skipEnchantSlot=-1) override | Player | virtual |
| UpdateDamagePctDoneMods(WeaponAttackType attackType) | Unit | |
| UpdateDamagePhysical(WeaponAttackType attType) | Unit | virtual |
| UpdateDefense() | Player | |
| UpdateDefenseBonusesMod() | Player | |
| UpdateDisplayPower() | Unit | |
| UpdateDodgePercentage() | Player | |
| UpdateDuelFlag(time_t currTime) | Player | |
| UpdateEnchantTime(uint32 time) | Player | |
| UpdateEquipSpellsAtFormChange() | Player | |
| UpdateExpertise(WeaponAttackType attType) | Player | |
| UpdateFallInformationIfNeed(MovementInfo const &minfo, uint16 opcode) | Player | |
| UpdateFishingSkill() | Player | |
| UpdateGatherSkill(uint32 SkillId, uint32 SkillValue, uint32 RedLevel, uint32 Multiplicator=1) | Player | |
| UpdateGroundPositionZ(float x, float y, float &z) const | WorldObject | |
| UpdateHeight(float newZ) | Unit | |
| UpdateHomebindTime(uint32 time) | Player | |
| UpdateHonorFields() | Player | |
| UpdateInterruptMask() | Unit | |
| UpdateInvisibilityDrunkDetect() | Player | |
| UpdateItemDuration(uint32 time, bool realtimeonly=false) | Player | |
| UpdateLocalChannels(uint32 newZone) | Player | |
| UpdateMaxHealth() override | Player | virtual |
| UpdateMaxPower(Powers power) override | Player | virtual |
| UpdateMeleeHitChances() | Player | |
| UpdateMirrorTimers() | Player | |
| UpdateNextMailTimeAndUnreads() | Player | |
| UpdateObjectVisibility(bool forced=true) override | Player | virtual |
| UpdateObjectVisibilityOnCreate() | WorldObject | inlinevirtual |
| UpdateOrientation(float orientation) | Unit | |
| UpdateParryPercentage() | Player | |
| UpdatePetCombatState() | Unit | |
| UpdatePosition(float x, float y, float z, float orientation, bool teleport=false) override | Player | virtual |
| UpdatePosition(Position const &pos, bool teleport=false) override | Player | inlinevirtual |
| UpdatePositionData() | WorldObject | |
| UpdatePotionCooldown(Spell *spell=nullptr) | Player | |
| UpdatePowerRegen(Powers power) | Player | |
| UpdatePvP(bool state, bool override=false) | Player | |
| UpdatePvPFlag(time_t currTime) | Player | |
| UpdatePvPState(bool onlyFFA=false) | Player | |
| UpdateRangedHitChances() | Player | |
| UpdateRating(CombatRating cr) | Player | |
| UpdateReactives(uint32 p_time) | Unit | |
| UpdateResistanceBuffModsMod(SpellSchools school) | Unit | |
| UpdateResistances(uint32 school) override | Player | virtual |
| UpdateRuneRegen(RuneType rune) | Player | |
| UpdateShieldBlockValue() | Player | |
| UpdateSkill(uint32 skill_id, uint32 step) | Player | |
| UpdateSkillEnchantments(uint16 skill_id, uint16 curr_value, uint16 new_value) | Player | |
| UpdateSkillPro(uint16 skillId, int32 chance, uint32 step) | Player | |
| UpdateSkillsForLevel() | Player | |
| UpdateSoulboundTradeItems() | Player | |
| UpdateSpeakTime(ChatFloodThrottle::Index index) | Player | |
| UpdateSpeed(UnitMoveType mtype) | Unit | |
| UpdateSpellCritChance(uint32 school) | Player | |
| UpdateSpellDamageAndHealingBonus() | Player | |
| UpdateSpellHitChances() | Player | |
| UpdateSplineMovement(uint32 t_diff) | Unit | private |
| UpdateSplinePosition() | Unit | private |
| UpdateStatBuffMod(Stats stat) | Unit | |
| UpdateStats(Stats stat) override | Player | virtual |
| UpdateTalentGroupCount(uint8 count) | Player | |
| UpdateTriggerVisibility() | Player | |
| UpdateUInt32Value(uint16 index, uint32 value) | Object | |
| UpdateUnitMod(UnitMods unitMod) | Unit | |
| UpdateVisibilityForPlayer() | Player | |
| UpdateVisibilityOf(WorldObject *target) | Player | |
| UpdateVisibilityOf(T *target, UpdateData &data, std::set< Unit * > &visibleNow) | Player | |
| UpdateVisibleGameobjectsOrSpellClicks() | Player | |
| UpdateWeaponDependentAuras(WeaponAttackType attackType) | Player | |
| UpdateWeaponDependentCritAuras(WeaponAttackType attackType) | Player | |
| UpdateWeaponSkill(Unit *victim, WeaponAttackType attType) | Player | |
| UpdateWeaponsSkillsToMaxSkillsForLevel() | Player | |
| UpdateZone(uint32 newZone, uint32 newArea) | Player | |
| UpdateZoneDependentAuras(uint32 zone_id) | Player | |
| ValidateAppearance(uint8 race, uint8 class_, uint8 gender, uint8 hairID, uint8 hairColor, uint8 faceID, uint8 facialHair, uint8 skinColor, bool create=false) | Player | static |
| ValidateAttackersAndOwnTarget() | Unit | |
| VehicleSpellInitialize() | Player | |
| VisibleAuraMap typedef | Unit | |
| VisualizeItem(uint8 slot, Item *pItem) | Player | |
| Whisper(std::string_view text, Language language, Player *receiver, bool=false) override | Player | virtual |
| Whisper(uint32 textId, Player *target, bool isBossWhisper=false) override | Player | virtual |
| WhisperAddon(std::string const &text, Player *receiver) | Player | |
| WhisperList | Player | protected |
| WorldLocation() | WorldLocation | inlineexplicit |
| WorldLocation(uint32 _mapId, float x, float y, float z=0.0f, float o=0.0f) | WorldLocation | inlineexplicit |
| WorldLocation(uint32 mapId, Position const &position) | WorldLocation | inline |
| WorldObject(bool isWorldObject) | WorldObject | explicitprotected |
| WorldRelocate(WorldLocation const &loc) | WorldLocation | inline |
| WorldRelocate(WorldLocation const *loc) | WorldLocation | inline |
| WorldRelocate(uint32 mapId, Position const &pos) | WorldLocation | inline |
| WorldRelocate(uint32 mapId=MAPID_INVALID, float x=0.f, float y=0.f, float z=0.f, float o=0.f) | WorldLocation | inline |
| WorldSession | Player | friend |
| Yell(std::string_view text, Language language, WorldObject const *=nullptr) override | Player | virtual |
| Yell(uint32 textId, WorldObject const *target=nullptr) override | Player | virtual |
| ~GridObject() | GridObject< Player > | inlinevirtual |
| ~Object() | Object | virtual |
| ~Player() | Player | |
| ~Unit() | Unit | virtual |
| ~WorldObject() | WorldObject | virtual |