武装突袭 Wiki
Advertisement
  

點擊圖片可看到更多訊息

開始使用於

遊戲:
Armed Assault
版本:
1.00

描述

描述:
Defines the music track played on activation. Track is a subclass name of CfgMusic. In addition, "$STOP$" (stops the current music track).

基本句法

句法:
trigger setMusicEffect track
參數:
trigger: Object
track: String
返回值:
Nothing

替代句法

句法:
waypoint setMusicEffect track
參數:
waypoint: Array - format Waypoint
track: String
返回值:
Nothing

範例

範例1:
_trigger setMusicEffect "Track1"
範例2:
[_group1,1] setMusicEffect "$STOP$"

額外資訊

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

注意事項

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

Notes

Bottom Section

Advertisement