WoW:TitleId: Difference between revisions

60 bytes removed ,  15 August 2023
m
Move page script moved page TitleId to WoW:TitleId without leaving a redirect
(Undo revision 2714314 by 186.233.78.124 (talk))
m (Move page script moved page TitleId to WoW:TitleId without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 301: Line 301:
This simple script code will iterate through the title IDs and display them in the default chat window:
This simple script code will iterate through the title IDs and display them in the default chat window:


  for i = 1, [[API GetNumTitles|GetNumTitles]]() do
  for i = 1, 
     print(i..":"..([[API GetTitleName|GetTitleName]](i) or "nil"))
() do
     print(i..":"..(281(i) or "nil"))
  end
  end
Anonymous user