武装突袭 Wiki
Advertisement
  Effects of this scripting command are broadcasted over the network and happen on every computer in the networkThis scripting command must be executed on the server to work properly in multiplayer

點擊圖片可看到更多訊息

開始使用於

遊戲:
Operation Flashpoint: Resistance
版本:
1.75

描述

描述:
Set rain density smoothly over the given transition time (in seconds). A transition time of zero means an immediate change. A rain density of zero is no rain, one is maximum rain. Rain is not possible when overcast is less than 0.7.

NOTE: Since Arma 3 this command is MP synchronised, if executed on server, the changes will propagate globally. If executed on client effect is temporary as it will soon change to the server setting.

基本句法

句法:
time setRain rain
參數:
time: Number - transition time to the new value in seconds
rain: Number - new rain value in range 0...1
返回值:
Nothing

範例

範例1:
60 setRain 1;
範例2:
Force no rain: 0 setRain 0; forceWeatherChange; 999999 setRain 0;

額外資訊

多人遊戲:
Pre-Arma 3, each client and the server could have different rain values.
也可以看看:
overcastsetOvercastrainnextWeatherChangeforceWeatherChangesetFog

注意事項

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

Notes

Bottom Section

Posted on December 15, 2015 - 14:31 (UTC)
Zapat
setTimeMultiplier does NOT affect transition time.
Advertisement