DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
System

Разделы

 Keyboard input API
 
 Mouse API
 returns index of defined key in InputDevice by its name
 
 API
 
 FileIO API
 

Функции

proto void GetHourMinuteSecond (out int hour, out int minute, out int second)
 Returns system time.
 
proto void GetYearMonthDay (out int year, out int month, out int day)
 Returns system date.
 
proto void GetHourMinuteSecondUTC (out int hour, out int minute, out int second)
 Returns UTC system time.
 
proto void GetYearMonthDayUTC (out int year, out int month, out int day)
 Returns UTC system date.
 
proto string GetProfileName ()
 
proto string GetMachineName ()
 
proto native int TickCount (int prev)
 performance counter. Returns number of CPU ticks between 'prev' and 'now'
 
proto native void MemoryValidation (bool enable)
 Switches memory validation (huge slowdown! Use with care only for certain section of code!)
 
proto bool GetCLIParam (string param, out string val)
 Returns command line argument.
 
proto native bool IsCLIParam (string param)
 Returns if command line argument is present.
 

Переменные

 DIRECTORIES
 Looks for files in fs directories only.
 
 ARCHIVES
 Looks for files in archive only. (.pak)
 
 ALL
 <Looks in archives and fs directories.
 

Подробное описание