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

◆ SqrInt()

static proto int Math::SqrInt ( int i)
staticprivate

Returns squared value.

Аргументы
iint Value
Возвращает
int - Squared value
Print( Math.SqrInt(12) );
>> 144
proto void Print(void var)
Prints content of variable to console/log.
void Math()
Определения EnMath.c:8