Argümanlar
number
gerekli
integer conversion ile dönüştürülüp communication channel list içinde aranacak channel ID.
Dönüşler
Instance | nil
channel ID için saklanan BindableEvent Instance, veya ID communication channels içinde yoksa nil.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Bir channel ID değerini communication channel list içinde arar ve saklanan BindableEvent Instance değerini döndürür. İlk argument number olmalıdır ve lookup öncesinde integer conversion ile dönüştürülür. Bu ID için entry yoksa function nil döndürür.
get_comm_channel(channelId: number): Instance | nil
local channelId = create_comm_channel()
local event = get_comm_channel(channelId)
print(event)