Declaración
func GetCurrentChatChannel(target entity<Player>) entity<ChatChannel>
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | Target Player |
Regresar
Tipo | Descripción |
---|---|
ChatChannel | Chat Channel Entity |
Get the chat channel entity that the specified player is currently in
func GetCurrentChatChannel(target entity<Player>) entity<ChatChannel>
go
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | Target Player |
Tipo | Descripción |
---|---|
ChatChannel | Chat Channel Entity |