WoW:API SetChannelPassword: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m ({{wowapi}}) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Changes the password of the current channel. | Changes the password of the current channel. | ||
Line 28: | Line 27: | ||
: Changes the password of the current channel. | : Changes the password of the current channel. | ||
Revision as of 12:03, 18 June 2006
← WoW API < SetChannelPassword
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.