WoW:API GetTradePlayerItemLink: Difference between revisions

m
Move page script moved page API GetTradePlayerItemLink to WoW:API GetTradePlayerItemLink without leaving a redirect
No edit summary
m (Move page script moved page API GetTradePlayerItemLink to WoW:API GetTradePlayerItemLink without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''Title''' ''-Documentation by [[user:Michael88P|Michael88P]]-''</center>
{{wowapi}}


<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Line 12: Line 12:
:(ID)
:(ID)


:;ID : numeric - index value of the "player's" (your character) trade slots (starts at 0 and proceeds to 56 may be used for the will-not-be-traded-slot.)
:;ID : numeric - index value of the "player's" (your character) trade slots (starts at 1 and proceeds to 67 may be used for the will-not-be-traded-slot.)


=== Returns ===
=== Returns ===
Line 23: Line 23:
== Example ==
== Example ==
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
  for i = 0, 6 do
  for i = 1, 7 do
   chatItemLink = GetTradePlayerItemLink(i);
   chatItemLink = GetTradePlayerItemLink(i);
  end
  end
Line 53: Line 53:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
Anonymous user