49
edits
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{userfunc}} | {{userfunc}} | ||
A simple function that takes a players name and returns their index within the currently stored Guild Roster. Note that the index for a player in each Guild Roster will depend on how it is sorted and can be different from player to player. The index only remains constant between all calls to [[API GuildRoster|GuildRoster]]() and local to each machine. | A simple function that takes a players name and returns their index within the currently stored Guild Roster. Note that the index for a player in each Guild Roster will depend on how it is sorted and can be different from player to player. The index only remains constant between all calls to [[API GuildRoster|GuildRoster]]() and local to each machine. | ||
| Line 31: | Line 30: | ||
end | end | ||
</pre> | </pre> | ||