武装突袭 Wiki
Advertisement
  

點擊圖片可看到更多訊息

開始使用於

遊戲:
Arma 2
版本:
1.00

描述

描述:
Defines an action performed just before the preload screen started.
i Since Arma 3 v1.57 a stackable version of this EH is available: PreloadStarted
Arma 3 logo black In order to keep compatibility between official and community content the functions BIS_fnc_addStackedEventHandler and BIS_fnc_removeStackedEventHandler should be used instead.

基本句法

句法:
onPreloadStarted command
參數:
command: String or Code
返回值:
Nothing

範例

範例1:
onPreloadStarted {diag_log "preload started";};

額外資訊

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

注意事項

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

Notes

Bottom Section

Advertisement