WoW:API SetChannelPassword: Difference between revisions
Jump to navigation
Jump to search
SetChannelPassword -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
Line 31: | Line 31: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|SetChannelPassword]] | |||
[[Category:API Channel Functions|SetChannelPassword]] |
Revision as of 18:52, 27 August 2005
Changes the password of the current channel.
SetChannelPassword(channelName, playerName);
- Arguments
- (String username, String password)
- username
- The user who changed the password? You?
- password
- The password to set the channel to
- Returns
- nil
- Example
SetChannelPassword("Sembiance", "secretpassword");
- Result
- Description
- Changes the password of the current channel.