Remove deprecated namespace apis that are now in their own separate files

This commit is contained in:
2025-05-18 00:41:48 +02:00
parent e1b1adacd4
commit d7a79283fb
323 changed files with 1 additions and 1513 deletions

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_BlackMarket.Close() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_BlackMarket.GetHotItem() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_BlackMarket.GetItemInfoByID() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_BlackMarket.GetItemInfoByIndex() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_BlackMarket.GetNumItems() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_BlackMarket.ItemPlaceBid() end

View File

@@ -1,5 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---Requests updated black market auction information from the server.. The black market UI must be open according to the server in order for this function to have any effect.
function C_BlackMarket.RequestItems() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.AddFollowerToMission() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.AssignFollowerToBuilding() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CanGenerateRecruits() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CanOpenMissionChest() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CanSetRecruitmentPreference() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CanUpgradeGarrison() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CancelConstruction() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CastSpellOnFollower() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CloseArchitect() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CloseGarrisonTradeskillNPC() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CloseMissionNPC() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CloseRecruitmentNPC() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.CloseTradeskillCrafter() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GenerateRecruits() end

View File

@@ -1,5 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---Returns an array of available missions.. Returns an array of available missions each with the following structure: description: A short description of the mission cost: The cost in resources of the mission duration: The display duration of the mission (45 min) durationSeconds: The duration of the mission in seconds level: The mission level type: The display mission type (Combat) locPrefix: The mission location with prefix (GarrMissionLocation-FrostfireRidge) rewards: A table of the rewards indexed by the reward ID title: Type of reward (currency or xp) quantity: Amount for the reward (item or currency) icon: Display icon for reward (currency or xp) currencyID: ID of currency type (currency only) itemID: ID of item (items only) followerXP: amount of xp (follower xp only) tooltip: string for display in tooltip (xp only) name: display string for reward (xp only) numRewards: Number of rewards for the mission numFollowers: Number of followers the mission may have state: The state of the mission iLevel: The required iLevel for the mission name: The display name for the mission followers: Table of followers assigned to the mission location: The display location for the mission(Frostfire Ridge) isRare: Whether the mission is of rare quality typeAtlas: Prefixed mission type (GarrMission_MissionIcon-Combat) missionID: The ID of the mission that is used for other API calls.
function C_Garrison.GetAvailableMissions() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetAvailableRecruits() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBasicMissionInfo() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBuffedFollowersForMission() end

View File

@@ -1,23 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param buildingID number
---@return number buildingID
---@return string buildingName
---@return string texturePrefix
---@return string icon
---@return string description
---@return number rank
---@return number currencyID
---@return number currencyAmount
---@return number goldAmount
---@return string timeRequirement
---@return boolean needsPlan
---@return boolean isPreBuilt
---@return table possSpecs
---@return table upgrades
---@return boolean canUpgrade
---@return boolean isMaxLevel
---@return boolean hasFollowerSlot
---Returns information on a garrison building. For additional information on the character's buildings, check out C_Garrison.GetOwnedBuildingInfo()
function C_Garrison.GetBuildingInfo(buildingID) end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBuildingLockInfo() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBuildingSizes() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBuildingSpecInfo() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBuildingTimeRemaining() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBuildingTooltip() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBuildingUpgradeInfo() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBuildings() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBuildingsForPlot() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetBuildingsForSize() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetCompleteMissions() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerAbilities() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerAbilityAtIndex() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerAbilityAtIndexByID() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerAbilityCounterMechanicInfo() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerAbilityDescription() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerAbilityIcon() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerAbilityIsTrait() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerAbilityLink() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerAbilityName() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerActivationCost() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerBiasForMission() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerClassSpec() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerClassSpecAtlas() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerClassSpecByID() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerClassSpecName() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerDisplayID() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerDisplayIDByID() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerInfo() end

View File

@@ -1,14 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param plotID number
---@return string name
---@return number level
---@return number quality
---@return number displayID
---@return number followerID
---@return string garrFollowerID
---@return number status
---@return number portraitIconID
---Returns info about a follower assigned to a building. This will return information about the follower (if any) assigned to the building on the specified plot. Note that this function takes a plot ID, not a building ID. To query for the follower at, say, the Enchanter's Study, one would have to first find the plot where the study is and then give that plot ID to this function.
function C_Garrison.GetFollowerInfoForBuilding(plotID) end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerItemLevelAverage() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerItems() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerLevel() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerLevelXP() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerLink() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerLinkByID() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerMissionCompleteInfo() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerModelItems() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerName() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerNameByID() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerPortraitIconIDByID() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerQuality() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerQualityTable() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerSoftCap() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerSourceTextByID() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerStatus() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerTraitAtIndex() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerTraitAtIndexByID() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerXP() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowerXPTable() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowers() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetFollowersTraitsForMission() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetGarrisonInfo() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetGarrisonUpgradeCost() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetInProgressMissions() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetLandingPageItems() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetLandingPageShipmentCount() end

View File

@@ -1,16 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return string name
---@return string texture
---@return number shipmentCapacity
---@return number shipmentsTotal
---@return number creationTime
---@return number duration
---@return string timeLeftString
---@return string itemName
---@return string itemIcon
---@return number itemQuality
---@return number itemID
---Returns info about a particular Garrison Building's shipments.
function C_Garrison.GetLandingPageShipmentInfo() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetMissionCompleteEncounters() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetMissionDisplayIDs() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetMissionInfo() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetMissionLink() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetMissionMaxFollowers() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetMissionName() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetMissionRewardInfo() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetMissionTimes() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetMissionUncounteredMechanics() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetNumActiveFollowers() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetNumFollowerActivationsRemaining() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetNumFollowerDailyActivations() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetNumFollowers() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetNumFollowersOnMission() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetNumPendingShipments() end

View File

@@ -1,4 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
function C_Garrison.GetNumShipmentReagents() end

View File

@@ -1,31 +0,0 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param plotID number
---@return number buildingID
---@return string buildingName
---@return string texturePrefix
---@return string icon
---@return string description
---@return number rank
---@return number currencyID
---@return number currencyAmount
---@return number goldAmount
---@return string timeRequirement
---@return boolean needsPlan
---@return boolean isPreBuilt
---@return table possSpecs
---@return table upgrades
---@return boolean canUpgrade
---@return boolean isMaxLevel
---@return boolean hasFollowerSlot
---@return table knownSpecs
---@return number currentSpec
---@return numbernil specCooldown
---@return boolean isBeingBuilt
---@return number timeStarted
---@return number buildDuration
---@return string timeRemainingText
---@return boolean canCompleteBuild
---Returns information on a building in the character's garrison
function C_Garrison.GetOwnedBuildingInfo(plotID) end

Some files were not shown because too many files have changed in this diff Show More