武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.42
  

點擊圖片可看到更多訊息

開始使用於

遊戲:
Arma 3
版本:
1.42

描述

描述:
Returns true or false depending on whether the given channel is enabled or disabled. For more information about enabling/disabling of chat channels see enableChannel. Channel / Number correspondence:
  • 0 = Global
  • 1 = Side
  • 2 = Command
  • 3 = Group
  • 4 = Vehicle
  • 5 = Direct
  • 6-15 = Custom Radio (Is not supported by channelEnabled)

基本句法

句法:
channelEnabled channel
參數:
channel: Number
返回值:
Boolean

範例

範例1:
_isGlobalEnabled = channelEnabled 0; // Check if user can send voice and text on global channel

額外資訊

多人遊戲:
-
也可以看看:
currentChannelsetCurrentChannelgetPlayerChannelenableChannelradioChannelCreate

注意事項

此處撰寫句法皆為可行用法. 可到官網[1]專頁回報錯誤. 你可以使用討論頁面或是論壇來進行討論.
新增注意事項 | 如何新增?

Notes

Bottom Section

Advertisement