m
game doesn't crash if index is out of bounds
No edit summary |
m (game doesn't crash if index is out of bounds) |
||
| Line 9: | Line 9: | ||
:(Integer [[API TYPE RaidIndex|RaidIndex]]) | :(Integer [[API TYPE RaidIndex|RaidIndex]]) | ||
:;RaidIndex : Index of raid member between 1 and 40. | :;RaidIndex : Index of raid member between 1 and 40. If you specify an index that is out of bounds, that is zero, a negative number, or an integer greater than the number of players, the function returns [[nil]]. | ||
---- | ---- | ||