|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| debug_commandscript () | |
| std::vector< ChatCommand > | GetCommands () const OVERRIDE |
| Public Member Functions inherited from ScriptObject | |
| const std::string & | GetName () const |
| virtual bool | IsDatabaseBound () const |
Static Public Member Functions | |
| static Skyfire::Rest::InnAreaBounds | BuildInnAreaBounds (Player const *player) |
| static Skyfire::Rest::InnAreaBounds | BuildInnAreaBounds (TavernRestArea const &restArea) |
| static char const * | GetRestTypeName (RestType restType) |
| static BattlegroundSA * | GetSOTABattlegroundForBoatCommand (ChatHandler *handler) |
| static bool | HandleBoatStartCommand (ChatHandler *handler, char const *) |
| static bool | HandleBoatStopCommand (ChatHandler *handler, char const *) |
| static bool | HandleDebugAnimCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugAreaTriggersCommand (ChatHandler *handler, char const *) |
| static bool | HandleDebugArenaCommand (ChatHandler *, char const *) |
| static bool | HandleDebugBattlegroundCommand (ChatHandler *, char const *) |
| static bool | HandleDebugEnterVehicleCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugGetItemStateCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugGetItemValueCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugGetLootRecipientCommand (ChatHandler *handler, char const *) |
| static bool | HandleDebugGetValueCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugHostileRefListCommand (ChatHandler *handler, char const *) |
| static bool | HandleDebugItemExpireCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugLfgFlexCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugLfgGroupCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugLfgRequirementsCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugLoSCommand (ChatHandler *handler, char const *) |
| static bool | HandleDebugMod32ValueCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugMoveflagsCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugPlayCinematicCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugPlayMovieCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugPlaySoundCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugRestCommand (ChatHandler *handler, char const *) |
| static bool | HandleDebugSendBuyErrorCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSendChannelNotifyCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSendChatMsgCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSendEquipErrorCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSendLargePacketCommand (ChatHandler *handler, char const *) |
| static bool | HandleDebugSendQuestInvalidMsgCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSendQuestPartyMsgCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSendSellErrorCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSendSetPhaseShiftCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSendSpellFailCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSet32BitCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSetAuraStateCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSetItemValueCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSetValueCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSetVehicleIdCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugSpawnVehicleCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugThreatListCommand (ChatHandler *handler, char const *) |
| static bool | HandleDebugTransportCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugUpdateCommand (ChatHandler *handler, char const *args) |
| static bool | HandleDebugUpdateWorldStateCommand (ChatHandler *handler, char const *args) |
| static bool | HandleWPGPSCommand (ChatHandler *handler, char const *) |
| static void | RefreshLfgLockInfoForOnlinePlayers () |
Additional Inherited Members | |
| Protected Member Functions inherited from CommandScript | |
| CommandScript (const char *name) | |
| Protected Member Functions inherited from ScriptObject | |
| ScriptObject (const char *name) | |
| virtual | ~ScriptObject () |
Definition at line 32 of file cs_debug.cpp.
|
inline |
Definition at line 35 of file cs_debug.cpp.
References CommandScript::CommandScript().
|
inlinestatic |
Definition at line 1426 of file cs_debug.cpp.
References Skyfire::Rest::InnAreaBounds::BoxOrientation, Skyfire::Rest::InnAreaBounds::BoxX, Skyfire::Rest::InnAreaBounds::BoxY, Skyfire::Rest::InnAreaBounds::BoxZ, Player::GetInnAreaBoxOrientation(), Player::GetInnAreaBoxX(), Player::GetInnAreaBoxY(), Player::GetInnAreaBoxZ(), Player::GetInnAreaRadius(), Player::GetInnPosMapId(), Player::GetInnPosX(), Player::GetInnPosY(), Player::GetInnPosZ(), Skyfire::Rest::InnAreaBounds::MapId, Skyfire::Rest::InnAreaBounds::Radius, Skyfire::Rest::InnAreaBounds::X, Skyfire::Rest::InnAreaBounds::Y, and Skyfire::Rest::InnAreaBounds::Z.
Referenced by HandleDebugRestCommand().
|
inlinestatic |
Definition at line 1441 of file cs_debug.cpp.
References Skyfire::Rest::InnAreaBounds::BoxOrientation, TavernRestArea::BoxOrientation, Skyfire::Rest::InnAreaBounds::BoxX, TavernRestArea::BoxX, Skyfire::Rest::InnAreaBounds::BoxY, TavernRestArea::BoxY, Skyfire::Rest::InnAreaBounds::BoxZ, TavernRestArea::BoxZ, Skyfire::Rest::InnAreaBounds::MapId, TavernRestArea::MapId, Skyfire::Rest::InnAreaBounds::Radius, TavernRestArea::Radius, Skyfire::Rest::InnAreaBounds::X, TavernRestArea::X, Skyfire::Rest::InnAreaBounds::Y, TavernRestArea::Y, Skyfire::Rest::InnAreaBounds::Z, and TavernRestArea::Z.
|
inlinevirtual |
Implements CommandScript.
Definition at line 37 of file cs_debug.cpp.
References HandleBoatStartCommand(), HandleBoatStopCommand(), HandleDebugAnimCommand(), HandleDebugAreaTriggersCommand(), HandleDebugArenaCommand(), HandleDebugBattlegroundCommand(), HandleDebugEnterVehicleCommand(), HandleDebugGetItemStateCommand(), HandleDebugGetItemValueCommand(), HandleDebugGetLootRecipientCommand(), HandleDebugGetValueCommand(), HandleDebugHostileRefListCommand(), HandleDebugItemExpireCommand(), HandleDebugLfgFlexCommand(), HandleDebugLfgGroupCommand(), HandleDebugLfgRequirementsCommand(), HandleDebugLoSCommand(), HandleDebugMod32ValueCommand(), HandleDebugMoveflagsCommand(), HandleDebugPlayCinematicCommand(), HandleDebugPlayMovieCommand(), HandleDebugPlaySoundCommand(), HandleDebugRestCommand(), HandleDebugSendBuyErrorCommand(), HandleDebugSendChannelNotifyCommand(), HandleDebugSendChatMsgCommand(), HandleDebugSendEquipErrorCommand(), HandleDebugSendLargePacketCommand(), HandleDebugSendQuestInvalidMsgCommand(), HandleDebugSendQuestPartyMsgCommand(), HandleDebugSendSellErrorCommand(), HandleDebugSendSetPhaseShiftCommand(), HandleDebugSendSpellFailCommand(), HandleDebugSet32BitCommand(), HandleDebugSetAuraStateCommand(), HandleDebugSetItemValueCommand(), HandleDebugSetValueCommand(), HandleDebugSetVehicleIdCommand(), HandleDebugSpawnVehicleCommand(), HandleDebugThreatListCommand(), HandleDebugTransportCommand(), HandleDebugUpdateCommand(), HandleDebugUpdateWorldStateCommand(), HandleWPGPSCommand(), OVERRIDE, rbac::RBAC_PERM_COMMAND_DEBUG, rbac::RBAC_PERM_COMMAND_DEBUG_ANIM, rbac::RBAC_PERM_COMMAND_DEBUG_AREATRIGGERS, rbac::RBAC_PERM_COMMAND_DEBUG_ARENA, rbac::RBAC_PERM_COMMAND_DEBUG_BG, rbac::RBAC_PERM_COMMAND_DEBUG_ENTERVEHICLE, rbac::RBAC_PERM_COMMAND_DEBUG_GETITEMSTATE, rbac::RBAC_PERM_COMMAND_DEBUG_GETITEMVALUE, rbac::RBAC_PERM_COMMAND_DEBUG_GETVALUE, rbac::RBAC_PERM_COMMAND_DEBUG_HOSTIL, rbac::RBAC_PERM_COMMAND_DEBUG_ITEMEXPIRE, rbac::RBAC_PERM_COMMAND_DEBUG_LFG_FLEX, rbac::RBAC_PERM_COMMAND_DEBUG_LFG_REQUIREMENTS, rbac::RBAC_PERM_COMMAND_DEBUG_LOOTRECIPIENT, rbac::RBAC_PERM_COMMAND_DEBUG_LOS, rbac::RBAC_PERM_COMMAND_DEBUG_MOD32VALUE, rbac::RBAC_PERM_COMMAND_DEBUG_MOVEFLAGS, rbac::RBAC_PERM_COMMAND_DEBUG_PLAY, rbac::RBAC_PERM_COMMAND_DEBUG_PLAY_CINEMATIC, rbac::RBAC_PERM_COMMAND_DEBUG_PLAY_MOVIE, rbac::RBAC_PERM_COMMAND_DEBUG_PLAY_SOUND, rbac::RBAC_PERM_COMMAND_DEBUG_REST, rbac::RBAC_PERM_COMMAND_DEBUG_SEND, rbac::RBAC_PERM_COMMAND_DEBUG_SEND_BUYERROR, rbac::RBAC_PERM_COMMAND_DEBUG_SEND_CHANNELNOTIFY, rbac::RBAC_PERM_COMMAND_DEBUG_SEND_CHATMESSAGE, rbac::RBAC_PERM_COMMAND_DEBUG_SEND_EQUIPERROR, rbac::RBAC_PERM_COMMAND_DEBUG_SEND_LARGEPACKET, rbac::RBAC_PERM_COMMAND_DEBUG_SEND_QINVALIDMSG, rbac::RBAC_PERM_COMMAND_DEBUG_SEND_QPARTYMSG, rbac::RBAC_PERM_COMMAND_DEBUG_SEND_SELLERROR, rbac::RBAC_PERM_COMMAND_DEBUG_SEND_SETPHASESHIFT, rbac::RBAC_PERM_COMMAND_DEBUG_SEND_SPELLFAIL, rbac::RBAC_PERM_COMMAND_DEBUG_SETAURASTATE, rbac::RBAC_PERM_COMMAND_DEBUG_SETBIT, rbac::RBAC_PERM_COMMAND_DEBUG_SETITEMVALUE, rbac::RBAC_PERM_COMMAND_DEBUG_SETVALUE, rbac::RBAC_PERM_COMMAND_DEBUG_SETVID, rbac::RBAC_PERM_COMMAND_DEBUG_SPAWNVEHICLE, rbac::RBAC_PERM_COMMAND_DEBUG_THREAT, rbac::RBAC_PERM_COMMAND_DEBUG_TRANSPORT, rbac::RBAC_PERM_COMMAND_DEBUG_UPDATE, rbac::RBAC_PERM_COMMAND_DEBUG_UWS, and rbac::RBAC_PERM_COMMAND_WPGPS.
|
inlinestatic |
Definition at line 1411 of file cs_debug.cpp.
References REST_TYPE_IN_CITY, REST_TYPE_IN_TAVERN, and REST_TYPE_NO.
Referenced by HandleDebugRestCommand().
|
inlinestatic |
Definition at line 110 of file cs_debug.cpp.
References BATTLEGROUND_SA, Player::GetBattleground(), WorldSession::GetPlayer(), ChatHandler::GetSession(), Battleground::GetTypeID(), sBattlegroundMgr, ChatHandler::SendSysMessage(), and ChatHandler::SetSentErrorMessage().
Referenced by HandleBoatStartCommand(), and HandleBoatStopCommand().
|
inlinestatic |
Definition at line 139 of file cs_debug.cpp.
References BattlegroundSA::DebugStartBoats(), BattlegroundSA::GetBoatDebugStatus(), WorldSession::GetPlayer(), ChatHandler::GetSession(), GetSOTABattlegroundForBoatCommand(), ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), and ChatHandler::SetSentErrorMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 158 of file cs_debug.cpp.
References BattlegroundSA::DebugStopBoats(), BattlegroundSA::GetBoatDebugStatus(), WorldSession::GetPlayer(), ChatHandler::GetSession(), GetSOTABattlegroundForBoatCommand(), ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), and ChatHandler::SetSentErrorMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1114 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::GetSession(), and Unit::HandleEmoteCommand().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 496 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::GetSession(), Player::isDebugAreaTriggers, LANG_DEBUG_AREATRIGGER_OFF, LANG_DEBUG_AREATRIGGER_ON, and ChatHandler::PSendSysMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 847 of file cs_debug.cpp.
References sBattlegroundMgr.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 841 of file cs_debug.cpp.
References sBattlegroundMgr.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 915 of file cs_debug.cpp.
References Unit::EnterVehicle(), WorldSession::GetPlayer(), ChatHandler::getSelectedUnit(), ChatHandler::GetSession(), Unit::IsVehicle(), ChatHandler::PSendSysMessage(), and WorldObject::VisitNearbyObject().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 570 of file cs_debug.cpp.
References BUYBACK_SLOT_END, BUYBACK_SLOT_START, Item::GetBagSlot(), Item::GetContainer(), Object::GetGUID(), Object::GetGUIDLow(), Player::GetItemByPos(), Player::GetItemUpdateQueue(), Item::GetOwnerGUID(), WorldSession::GetPlayer(), Item::GetQueuePos(), ChatHandler::getSelectedPlayer(), ChatHandler::GetSession(), Item::GetSlot(), Item::GetState(), GUID_LOPART(), INVENTORY_SLOT_BAG_0, Item::IsInUpdateQueue(), ITEM_CHANGED, ITEM_NEW, ITEM_REMOVED, ITEM_UNCHANGED, PLAYER_SLOT_END, PLAYER_SLOT_START, ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), SIZEFMTD, and Item::ToBag().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1033 of file cs_debug.cpp.
References Player::GetItemByGuid(), WorldSession::GetPlayer(), ChatHandler::GetSession(), Object::GetUInt32Value(), Object::GetValuesCount(), HIGHGUID_ITEM, MAKE_NEW_GUID(), and ChatHandler::PSendSysMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 551 of file cs_debug.cpp.
References Creature::GetDBTableGUIDLow(), Object::GetGUIDLow(), Creature::GetLootRecipient(), WorldObject::GetName(), ChatHandler::getSelectedCreature(), Creature::hasLootRecipient(), and ChatHandler::PSendSysMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1210 of file cs_debug.cpp.
References Object::GetFloatValue(), Object::GetGUID(), ChatHandler::getSelectedUnit(), Object::GetUInt32Value(), Object::GetValuesCount(), GUID_LOPART(), LANG_GET_FLOAT_FIELD, LANG_GET_UINT_FIELD, LANG_SELECT_CHAR_OR_CREATURE, LANG_TOO_BIG_INDEX, ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), and ChatHandler::SetSentErrorMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 875 of file cs_debug.cpp.
References HostileRefManager::getFirst(), Object::GetGUIDLow(), Unit::getHostileRefManager(), WorldObject::GetName(), ThreatManager::GetOwner(), WorldSession::GetPlayer(), ChatHandler::getSelectedUnit(), ChatHandler::GetSession(), Reference< TO, FROM >::GetSource(), HostileReference::getThreat(), HostileReference::next(), ChatHandler::PSendSysMessage(), and ChatHandler::SendSysMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1091 of file cs_debug.cpp.
References Player::DestroyItem(), Item::GetBagSlot(), Player::GetItemByGuid(), WorldSession::GetPlayer(), ChatHandler::GetSession(), Item::GetSlot(), Item::GetTemplate(), HIGHGUID_ITEM, MAKE_NEW_GUID(), and sScriptMgr.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 216 of file cs_debug.cpp.
References ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), ChatHandler::SetSentErrorMessage(), and sLFGMgr.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 244 of file cs_debug.cpp.
References Group::ConvertToGroup(), Group::ConvertToRaid(), Player::GetGroup(), Object::GetGUID(), Group::GetMembersCount(), Group::GetMemberSlots(), WorldSession::GetPlayer(), ChatHandler::GetSession(), Group::IsLeader(), Group::isRaidGroup(), MAXGROUPSIZE, MAXRAIDSIZE, lfg::PLAYER_ROLE_DAMAGE, ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), Group::SendUpdate(), Group::SetMemberRole(), and ChatHandler::SetSentErrorMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 185 of file cs_debug.cpp.
References ChatHandler::PSendSysMessage(), RefreshLfgLockInfoForOnlinePlayers(), ChatHandler::SendSysMessage(), ChatHandler::SetSentErrorMessage(), and sLFGMgr.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1124 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::getSelectedUnit(), ChatHandler::GetSession(), WorldObject::IsWithinLOSInMap(), and ChatHandler::PSendSysMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1256 of file cs_debug.cpp.
References Object::GetGUIDLow(), WorldSession::GetPlayer(), ChatHandler::GetSession(), Object::GetUInt32Value(), Object::GetValuesCount(), LANG_CHANGE_32BIT_FIELD, LANG_TOO_BIG_INDEX, ChatHandler::PSendSysMessage(), and Object::SetUInt32Value().
Referenced by GetCommands().
|
inlinestatic |
Display case
@fixme: port master's HandleDebugMoveflagsCommand; flags need different handling
Definition at line 1366 of file cs_debug.cpp.
References WorldObject::DestroyForNearbyPlayers(), Unit::GetExtraUnitMovementFlags(), WorldSession::GetPlayer(), ChatHandler::getSelectedUnit(), ChatHandler::GetSession(), Object::GetTypeId(), Unit::GetUnitMovementFlags(), LANG_MOVEFLAGS_GET, LANG_MOVEFLAGS_SET, ChatHandler::PSendSysMessage(), WorldObject::SendMessageToSet(), Unit::SetExtraUnitMovementFlags(), Unit::SetUnitMovementFlags(), SMSG_PLAYER_MOVE, TYPEID_PLAYER, and Unit::WriteMovementInfo().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 333 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::GetSession(), LANG_BAD_VALUE, LANG_CINEMATIC_NOT_EXIST, ChatHandler::PSendSysMessage(), sCinematicSequencesStore, Player::SendCinematicStart(), ChatHandler::SendSysMessage(), and ChatHandler::SetSentErrorMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 357 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::GetSession(), LANG_BAD_VALUE, LANG_MOVIE_NOT_EXIST, ChatHandler::PSendSysMessage(), Player::SendMovieStart(), ChatHandler::SendSysMessage(), ChatHandler::SetSentErrorMessage(), and sMovieStore.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 382 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::getSelectedUnit(), ChatHandler::GetSession(), Unit::GetTarget(), LANG_BAD_VALUE, LANG_SELECT_CHAR_OR_CREATURE, LANG_SOUND_NOT_EXIST, LANG_YOU_HEAR_SOUND, WorldObject::PlayDirectSound(), WorldObject::PlayDistanceSound(), ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), ChatHandler::SetSentErrorMessage(), and sSoundEntriesStore.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1456 of file cs_debug.cpp.
References BuildInnAreaBounds(), Skyfire::Rest::FormatInnAreaBounds(), WorldObject::GetAreaId(), WorldLocation::GetMapId(), Position::GetOrientation(), WorldSession::GetPlayer(), Position::GetPositionX(), Position::GetPositionY(), Position::GetPositionZ(), Player::GetRestBonus(), Player::GetRestType(), GetRestTypeName(), ChatHandler::GetSession(), WorldObject::GetZoneId(), Object::HasFlag(), Skyfire::Rest::HasInnAreaBounds(), Player::IsInCurrentInnArea(), PLAYER_FIELD_PLAYER_FLAGS, PLAYER_FLAGS_RESTING, ChatHandler::PSendSysMessage(), sObjectMgr, and TavernRestArea::TriggerId.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 472 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::GetSession(), and Player::SendBuyFailed().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 513 of file cs_debug.cpp.
References ChatHandler::GetSession(), WorldSession::SendPacket(), and SMSG_CHANNEL_NOTIFY.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 531 of file cs_debug.cpp.
References ChatHandler::BuildChatPacket(), WorldSession::GetPlayer(), ChatHandler::GetSession(), LANG_UNIVERSAL, and WorldSession::SendPacket().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 452 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::GetSession(), and Player::SendEquipError().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 999 of file cs_debug.cpp.
References ChatHandler::SendSysMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 563 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::GetSession(), and Player::SendCanTakeQuestResponse().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 544 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::GetSession(), and Player::SendPushToPartyResponse().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 462 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::GetSession(), and Player::SendSellResponse().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1009 of file cs_debug.cpp.
References ChatHandler::GetSession(), and WorldSession::SendSetPhaseShift().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 419 of file cs_debug.cpp.
References ChatHandler::GetSession(), WorldSession::SendPacket(), and SMSG_CAST_FAILED.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1335 of file cs_debug.cpp.
References ChatHandler::getSelectedObject(), LANG_SELECT_CHAR_OR_CREATURE, LANG_SET_32BIT_FIELD, ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), ChatHandler::SetSentErrorMessage(), and Object::SetUInt32Value().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1131 of file cs_debug.cpp.
References ChatHandler::getSelectedUnit(), LANG_BAD_VALUE, LANG_SELECT_CHAR_OR_CREATURE, Unit::ModifyAuraState(), ChatHandler::SendSysMessage(), and ChatHandler::SetSentErrorMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1062 of file cs_debug.cpp.
References Player::GetItemByGuid(), WorldSession::GetPlayer(), ChatHandler::GetSession(), Object::GetValuesCount(), HIGHGUID_ITEM, MAKE_NEW_GUID(), and Object::SetUInt32Value().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1161 of file cs_debug.cpp.
References Object::GetGUID(), ChatHandler::getSelectedObject(), Object::GetValuesCount(), GUID_LOPART(), LANG_SELECT_CHAR_OR_CREATURE, LANG_SET_FLOAT_FIELD, LANG_SET_UINT_FIELD, LANG_TOO_BIG_INDEX, ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), Object::SetFloatValue(), ChatHandler::SetSentErrorMessage(), and Object::SetUInt32Value().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 896 of file cs_debug.cpp.
References ChatHandler::getSelectedUnit(), Unit::IsVehicle(), and ChatHandler::PSendSysMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 950 of file cs_debug.cpp.
References Map::AddToMap(), Creature::Create(), WorldObject::GetClosePoint(), WorldObject::GetMap(), WorldObject::GetObjectSize(), Position::GetOrientation(), WorldObject::GetPhases(), WorldSession::GetPlayer(), ChatHandler::GetSession(), Player::GetTeam(), HIGHGUID_VEHICLE, Unit::SetPhased(), sObjectMgr, WorldObject::SummonCreature(), sVehicleStore, and Object::ToCreature().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 853 of file cs_debug.cpp.
References Object::GetGUIDLow(), WorldObject::GetName(), ChatHandler::getSelectedCreature(), ThreatManager::getThreatList(), Unit::getThreatManager(), Unit::IsPet(), Unit::IsTotem(), ChatHandler::PSendSysMessage(), and ChatHandler::SendSysMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1501 of file cs_debug.cpp.
References Transport::EnableMovement(), GameObject::GetGoState(), WorldObject::GetName(), WorldSession::GetPlayer(), ChatHandler::GetSession(), WorldObject::GetTransport(), GO_STATE_READY, and ChatHandler::PSendSysMessage().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1286 of file cs_debug.cpp.
References Object::GetGUIDLow(), ChatHandler::getSelectedUnit(), Object::GetTypeId(), Object::GetUInt32Value(), LANG_SELECT_CHAR_OR_CREATURE, LANG_UPDATE, LANG_UPDATE_CHANGE, PLAYER_END, ChatHandler::PSendSysMessage(), ChatHandler::SendSysMessage(), ChatHandler::SetSentErrorMessage(), Object::SetUInt32Value(), TYPEID_PLAYER, and UNIT_END.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 482 of file cs_debug.cpp.
References WorldSession::GetPlayer(), ChatHandler::GetSession(), and Player::SendUpdateWorldState().
Referenced by GetCommands().
|
inlinestatic |
Definition at line 1491 of file cs_debug.cpp.
References WorldSession::GetPlayer(), Position::GetPositionX(), Position::GetPositionY(), Position::GetPositionZ(), ChatHandler::GetSession(), ChatHandler::PSendSysMessage(), and SF_LOG_INFO.
Referenced by GetCommands().
|
inlinestatic |
Definition at line 176 of file cs_debug.cpp.
References HashMapHolder< T >::GetLock(), SF_SHARED_GUARD, and sObjectAccessor.
Referenced by HandleDebugLfgRequirementsCommand().