武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Armed Assault
版本:
1.00

描述

描述:
Return the actual mission date and time as an array [year, month, day, hour, minute]. Month is a full number between 1 and 12, day is between 1 and 31, hour is between 0 and 23 and minute is between 0 and 59.

基本句法

句法:
date
返回值:
Array - [year, month, day, hour, minute]

范例

范例1:
_now = date; // _now = [2014,10,30,2,30] (Oct. 30th, 2:30am) _hour = _now select 3; _min = _now select 4;
范例2:
if (date select 3 >= 19) then { // 7pm hintSilent "ah, Arma sunset"; //...cue bad guys };

额外资讯

多人游戏:
Returns the current local in game date.
也可以看看:
setDatedateToNumbernumberToDatetimemissionStart

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Notes

Bottom Section

Advertisement