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

◆ SqrFloat()

static proto float Math::SqrFloat ( float f)
staticprivate

Returns squared value.

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

Используется в ActionTriggerRemotely::ActionCondition(), EvaluateComponentEx(), Environment::GatherTemperatureSources(), GetAttackTypeByDistanceToTarget(), HitZoneSelectionRaycast(), IsPlaceable(), MeleeTargetSettings(), RemoteDetonatorTrigger::OnActivatedByItem(), OnCEUpdate(), RemoteDetonatorTrigger::OnCEUpdate(), Grenade_Base::OnExplosionEffects(), PluginBase::ProcessUniversalTemperatureSources() и TargetSelection().