Everything is meta
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Confirms abandoning a quest. Use SetAbandonQuest() first to select the quest to abandon.
|
||||
function AbandonQuest() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param index number
|
||||
---Unlearns a skill (used only for professions)
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Accepts the next upcoming periodic resurrection from a battleground spirit healer. Automatically called in the default UI in response to the AREA_SPIRIT_HEALER_IN_RANGE event which fires when the player's ghost is near a battleground spirit healer.
|
||||
function AcceptAreaSpiritHeal() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param index number
|
||||
---@param accept 1nil
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Accepts a proposed duel
|
||||
function AcceptDuel() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Accepts an invitation to join a party or raid. Usable in response to the PARTY_INVITE_REQUEST event which fires when the player is invited to join a group. This function does not automatically hide the default UI's group invite dialog; doing such requires calling StaticPopup_Hide("PARTY_INVITE"), but only after the PARTY_MEMBERS_CHANGED event fires indicating the player has successfully joined the group.
|
||||
function AcceptGroup() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Accepts an invitation to join a guild. Usable in response to the GUILD_INVITE_REQUEST event, which fires when the player is invited to join a guild.
|
||||
function AcceptGuild() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Accepts a level offered by the player's Recruit-a-Friend partner
|
||||
function AcceptLevelGrant() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Accepts a LFG dungeon invite.
|
||||
function AcceptProposal() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Accepts the quest offered by a questgiver. Usable following the QUEST_DETAIL event in which the questgiver presents the player with the details of a quest and the option to accept or decline.
|
||||
function AcceptQuest() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Accepts an offered resurrection spell. Not used for self-resurrection; see UseSoulstone() for such cases.
|
||||
function AcceptResurrect() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Accepts changes made in the Item Socketing UI. Any gems added are permanently socketed into the item, and any existing gems replaced by new gems are destroyed. This function only has effect while the Item Socketing UI is open (i.e. between the SOCKET_INFO_UPDATE and SOCKET_INFO_CLOSE events).
|
||||
function AcceptSockets() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function AcceptSpellConfirmationPrompt() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Accepts a proposed trade. Once both players have accepted, the trade process completes and the actual exchange of items/money/enchants takes place.
|
||||
function AcceptTrade() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Resurrects the player at a spirit healer, accepting possible consequences. Resurrecting at a spirit healer generally results in a loss of durability (both equipped items and those in the player's bags) and may also result in the Resurrection Sickness debuff. Early in the development of World of Warcraft, resurrecting at a spirit healer caused a loss of experience points. The change to a loss of item durability was made before the initial public release of World of Warcraft, but the name of this function was never changed.
|
||||
function AcceptXPLoss() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function AcknowledgeAutoAcceptQuest() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function AcknowledgeSurvey() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param slot number
|
||||
---@return 1nil hasRange
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param questId number
|
||||
---@param type OFFER
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param index number
|
||||
---@param channel number
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param index number
|
||||
---@param messageGroup string
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param name string
|
||||
---Adds a character to the friends list
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param name string
|
||||
---Adds a character to the ignore list
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param name string
|
||||
---Adds a character to the muted list for voice chat. The Muted list acts for voice chat as the Ignore list does for text chat: muted characters will never be heard regardless of which voice channels they join the player in.
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param fullname string
|
||||
---Adds the named character to the ignore list, or removes the character if already in the ignore list
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param unit string
|
||||
---@param name string
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param name string
|
||||
---@param note string
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param questIndex number
|
||||
---Adds a quest to the objectives tracker
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param id number
|
||||
---Adds an achievement to the objectives tracker UI
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Adds the money currently on the cursor to the trade window
|
||||
function AddTradeMoney() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param fullName string
|
||||
---@param context string
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function AntiAliasingSupported() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Purchases the selected barber shop style changes. Does not exit the barber shop session, so further changes are still allowed. The BARBER_SHOP_SUCCESS and BARBER_SHOP_APPEARANCE_APPLIED events fire once the style change takes effect.
|
||||
function ApplyBarberShopStyle() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Applies all pending transmogrifications, and pays for the cost
|
||||
function ApplyTransmogrifications() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function ArchaeologyGetIconInfo() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@return number numEntries
|
||||
---Returns the number of digsites in the current zone. The value returned reflects dig sites for the current zone: If the world map is visible, the currently viewed zone; else, the player's zone. It will always return 0 when called while the zone is continent or further zoomed out.
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param index number
|
||||
---@return number blobID
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@return 1nil isHidden
|
||||
---Returns whether the player is displaying only character achievements to others
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param teamSize number
|
||||
---@return number teamID
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Stops movement initiated by JumpOrAscendStart. Used by the JUMP binding, which also controls ascent when swimming or flying. Has no meaningful effect if called while jumping (in which case movement is generally stopped by hitting the ground).
|
||||
function AscendStop() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param unit string
|
||||
---@param name string
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Begins auto-attack against the player's current target. (If the "Auto Attack/Auto Shot" option is turned on, also begins Auto Shot for hunters.)
|
||||
function AttackTarget() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function AutoChooseCurrentGraphicsSetting() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---Equips the item on the cursor. The item is automatically equipped in the first available slot in which it fits. To equip an item in a specific slot, see EquipCursorItem(). Causes an error message (UI_ERROR_MESSAGE) if the item on the cursor cannot be equipped. Does nothing if the cursor does not contain an item.
|
||||
function AutoEquipCursorItem() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param mailID number
|
||||
---Automatically takes any attached items and money from a mail. If the mail does not have body text (which can be saved as a permanent copy), also deletes the mail.
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param tab number
|
||||
---@param slot number
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNAcceptFriendInvite() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNCheckBattleTagInviteToGuildMember() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNCheckBattleTagInviteToUnit() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@return boolean isOnline
|
||||
---Returns whether or not the player is connected to Battle.net
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param presenceID_1 number
|
||||
---@param presenceID_2 number
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNDeclineFriendInvite() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@return boolean isEnabled
|
||||
---Returns whether or not RealID services are disabled
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNFeaturesEnabledAndConnected() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNGetBlockedInfo() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNGetBlockedToonInfo() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param channel number
|
||||
---@return string type
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param channel number
|
||||
---@param memberIndex number
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNGetCustomMessageTable() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param presenceID number
|
||||
---@param mutual boolean
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param presenceID number
|
||||
---@return number index
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param friendIndex number
|
||||
---@return number presenceID
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param presenceID number
|
||||
---@return number presenceID
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNGetFriendInviteInfo() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param friendIndex number
|
||||
---@param toonIndex number
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@return number unknownPresenceID1
|
||||
---@return string battleTag
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@return boolean isEnabled
|
||||
---Returns boolean for the Mature Language Filter option's state.
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@return number count
|
||||
---Returns the maximum number of simultaneous RealID conversations you can be a part of
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@return number count
|
||||
---Returns the maximum number of realID friends you can have in one conversation
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNGetNumBlocked() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNGetNumBlockedToons() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param channel number
|
||||
---@return number memberCount
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNGetNumFOF() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNGetNumFriendInvites() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param friendIndex number
|
||||
---@return number numToons
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@return number totalBNet
|
||||
---@return number numBNetOnline
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNGetSelectedBlock() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@return number friendIndex
|
||||
---Returns the index of the selected user on your friend's list
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNGetSelectedToonBlock() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param bnetIDGameAccount number
|
||||
---@return boolean unknown
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNInviteFriend() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param channel number
|
||||
---@param presenceID number
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNIsBlocked() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNIsFriend() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNIsFriendConversationValid() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param presenceID number
|
||||
---@return boolean isSelf
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNIsToonBlocked() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNLeaveConversation() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNListConversation() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNRemoveFriend() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNReportFriendInvite() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNReportPlayer() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNRequestFOFInfo() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNSendConversationMessage() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNSendFriendInvite() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNSendFriendInviteByID() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param presenceID number
|
||||
---@param addonPrefix string
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNSendSoR() end
|
||||
|
@@ -1,3 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
function BNSendVerifiedBattleTagInvite() end
|
||||
|
@@ -1,4 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
---@meta
|
||||
|
||||
---@param presenceID number
|
||||
---@param messageText text
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user