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

◆ ChangeSettings()

void UniversalTemperatureSourceDebug::ChangeSettings ( UniversalTemperatureSourceSettings pSettings)
inlineprotected

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

189 {
190 m_Timer.SetParams(new Param2<UniversalTemperatureSourceSettings, UniversalTemperatureSourceLambdaBase>(m_Settings, m_Lambda));
191 }
ref UniversalTemperatureSourceTimer m_Timer
Определения UniversalTemperatureSource.c:70
UniversalTemperatureSourceSettings m_Settings
Определения UniversalTemperatureSource.c:71
ref UniversalTemperatureSourceLambdaBase m_Lambda
Определения UniversalTemperatureSource.c:73

Перекрестные ссылки m_Lambda, m_Settings и m_Timer.