WoW:API SetChannelOwner: Difference between revisions
Jump to navigation
Jump to search
SetChannelOwner -Documentation by Sij-
No edit summary |
(rv) |
||
Line 1: | Line 1: | ||
I | <center>'''SetChannelOwner''' ''-Documentation by Sij-''</center> | ||
Sets the channel owner. | |||
SetChannelOwner(channel, newowner); | |||
---- | |||
;''Arguments'' | |||
:(String channel, String newowner) | |||
:;channel : channel name to be changed | |||
:;newowner : the new owner of the channel | |||
---- | |||
;''Returns'' | |||
:;nil | |||
---- | |||
;''Example'' | |||
SetChannelOwner("myFriends", "Sij"); | |||
---- | |||
;''Description'' | |||
: Changes the owner of the channel to the player specified. | |||
---- | |||
;''Assumptions'' | |||
: I would assume that you would have to be the current channel owner, but have not tested this. | |||
---- | |||
{{WoW API}} |
Revision as of 16:27, 14 June 2006
Sets the channel owner.
SetChannelOwner(channel, newowner);
- Arguments
- (String channel, String newowner)
- channel
- channel name to be changed
- newowner
- the new owner of the channel
- Returns
- nil
- Example
SetChannelOwner("myFriends", "Sij");
- Description
- Changes the owner of the channel to the player specified.
- Assumptions
- I would assume that you would have to be the current channel owner, but have not tested this.