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

◆ GetMovementRotationSpeedSprint()

static float CfgGameplayHandler::GetMovementRotationSpeedSprint ( )
inlinestaticprivate

См. определение в файле CfgGameplayHandler.c строка 257

258 {
259 return Math.Max(0.01, m_Data.PlayerData.MovementData.rotationSpeedSprint);
260 }
static ref CfgGameplayJson m_Data
Определения CfgGameplayHandler.c:6

Перекрестные ссылки m_Data и Math::Max().