correct return values
mNo edit summary |
(correct return values) |
||
| Line 3: | Line 3: | ||
Joins the channel with the specified name. | Joins the channel with the specified name. | ||
type, name = JoinChannelByName("channelName" [,"password" [,frameID]]) | |||
== Parameters == | == Parameters == | ||
=== Arguments === | === Arguments === | ||
| Line 13: | Line 13: | ||
=== Returns === | === Returns === | ||
: | :;type : Number - The type of channel. 0 for a undefined channel, 1 for the zone General channel, etc | ||
:;name : String - The name of the channel. | |||
== Example == | == Example == | ||
<!-- begin code --> | <!-- begin code --> | ||