File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1822,8 +1822,11 @@ function C_LFGList.GetRoleCheckInfo() end
1822
1822
--- [Documentation](https://warcraft.wiki.gg/wiki/API_C_LFGList.GetSearchResultEncounterInfo)
1823
1823
function C_LFGList .GetSearchResultEncounterInfo (searchResultID ) end
1824
1824
1825
- --- #nopage
1826
1825
--- [Documentation](https://warcraft.wiki.gg/wiki/API_C_LFGList.GetSearchResultFriends)
1826
+ --- @param searchResultID number
1827
+ --- @return string[] bnetFriends
1828
+ --- @return string[] charFriends
1829
+ --- @return string[] guildMates
1827
1830
function C_LFGList .GetSearchResultFriends (searchResultID ) end
1828
1831
1829
1832
--- #nopage
Original file line number Diff line number Diff line change 39
39
local function PrependText (path )
40
40
local contents = ReadFile (path )
41
41
-- dont overwrite files with that have a named meta
42
- if not contents :find (" ---@meta" ) then
42
+ if not contents :find (" ---%s? @meta" ) then
43
43
print (" rewriting" , path )
44
44
os.remove (path )
45
45
WriteFile (path , " ---@meta _\n " .. contents )
You can’t perform that action at this time.
0 commit comments