→Example
No edit summary |
|||
| Line 12: | Line 12: | ||
:(ID) | :(ID) | ||
:;ID : numeric - index value of the "player's" (your character) trade slots (starts at | :;ID : numeric - index value of the "player's" (your character) trade slots (starts at 1 and proceeds to 6. 7 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 = | for i = 1, 7 do | ||
chatItemLink = GetTradePlayerItemLink(i); | chatItemLink = GetTradePlayerItemLink(i); | ||
end | end | ||