WoW:API GuildControlSetRankFlag: Difference between revisions
Jump to navigation
Jump to search
(initial documentation) |
No edit summary |
||
| Line 33: | Line 33: | ||
# edit officer note | # edit officer note | ||
# modify guild info | # modify guild info | ||
# ? | |||
# use guildbank repair | |||
# withdraw guildbank gold | |||
Revision as of 15:42, 30 May 2008
← WoW API < GuildControlSetRankFlag
GuildControlSetRankFlag(index, enabled);
Sets the current ranks property at index to enabled.
Parameters
Arguments
- index
- Number - the flag index
- enabled
- Boolean - whether the flag is enabled or disabled
Details
index muse be between 1 and GuildControlGetNumRanks().
Calling this API changes the value of the current rank flags. This changes are not saved until a call to GuildControlSaveRank() is made.
Possible flag indices:
- guild chat listen
- guild chat speak
- officer chat listen
- officer chat speak
- promote
- demote
- invite member
- remove member
- set motd
- edit public note
- view officer note
- edit officer note
- modify guild info
- ?
- use guildbank repair
- withdraw guildbank gold