Declaración
func JoinChatChannel(target entity<Player>, channel entity<ChatChannel>)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | Target Player |
Channel | ChatChannel | Chat Channel Entity |
Makes the player join the specified chat channel. If the player is already in another chat channel, it will switch to the target channel.
func JoinChatChannel(target entity<Player>, channel entity<ChatChannel>)
go
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | Target Player |
Channel | ChatChannel | Chat Channel Entity |