Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SCR_WeatherForecastUIComponent Interface Reference
Inheritance diagram for SCR_WeatherForecastUIComponent:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
override void HandlerDeattached (Widget w)
 

Protected Member Functions

void CheckWeatherUpdate ()
 
void ShowWeatherUI (bool show)
 

Protected Attributes

string m_sCurrentWeatherIconName
 
string m_sCurrentWeatherTextName
 
string m_sNextWeatherIconName
 
string m_sNextWeatherTimeName
 
string m_sNextWeatherTextName
 
string m_sNextWeatherHolderName
 
LocalizedString m_sLoopingWeatherText
 
float m_fUIUpdateFreq
 
LocalizedString m_sUnknownWeatherName
 
ResourceName m_sUnknownWeatherIcon
 
bool m_bListeningToUpdate
 
TimeAndWeatherManagerEntity m_TimeAndWeatherEntity
 
BaseWeatherStateTransitionManager m_WeatherStateManager
 
ref array< ref WeatherState > m_WeatherStates = new array<ref WeatherState>
 
ImageWidget m_wCurrentWeatherIcon
 
TextWidget m_wCurrentWeatherText
 
TextWidget m_wNextWeatherText
 
TextWidget m_wNextWeatherTimeText
 
ImageWidget m_wNextWeatherIcon
 
Widget m_wNextWeatherHolder
 
Widget m_wRoot
 

Member Function Documentation

◆ CheckWeatherUpdate()

void SCR_WeatherForecastUIComponent.CheckWeatherUpdate ( )
protected

◆ HandlerAttached()

override void SCR_WeatherForecastUIComponent.HandlerAttached ( Widget  w)

◆ HandlerDeattached()

override void SCR_WeatherForecastUIComponent.HandlerDeattached ( Widget  w)

◆ ShowWeatherUI()

void SCR_WeatherForecastUIComponent.ShowWeatherUI ( bool  show)
protected

Member Data Documentation

◆ m_bListeningToUpdate

bool SCR_WeatherForecastUIComponent.m_bListeningToUpdate
protected

◆ m_fUIUpdateFreq

float SCR_WeatherForecastUIComponent.m_fUIUpdateFreq
protected

◆ m_sCurrentWeatherIconName

string SCR_WeatherForecastUIComponent.m_sCurrentWeatherIconName
protected

◆ m_sCurrentWeatherTextName

string SCR_WeatherForecastUIComponent.m_sCurrentWeatherTextName
protected

◆ m_sLoopingWeatherText

LocalizedString SCR_WeatherForecastUIComponent.m_sLoopingWeatherText
protected

◆ m_sNextWeatherHolderName

string SCR_WeatherForecastUIComponent.m_sNextWeatherHolderName
protected

◆ m_sNextWeatherIconName

string SCR_WeatherForecastUIComponent.m_sNextWeatherIconName
protected

◆ m_sNextWeatherTextName

string SCR_WeatherForecastUIComponent.m_sNextWeatherTextName
protected

◆ m_sNextWeatherTimeName

string SCR_WeatherForecastUIComponent.m_sNextWeatherTimeName
protected

◆ m_sUnknownWeatherIcon

ResourceName SCR_WeatherForecastUIComponent.m_sUnknownWeatherIcon
protected

◆ m_sUnknownWeatherName

LocalizedString SCR_WeatherForecastUIComponent.m_sUnknownWeatherName
protected

◆ m_TimeAndWeatherEntity

TimeAndWeatherManagerEntity SCR_WeatherForecastUIComponent.m_TimeAndWeatherEntity
protected

◆ m_wCurrentWeatherIcon

ImageWidget SCR_WeatherForecastUIComponent.m_wCurrentWeatherIcon
protected

◆ m_wCurrentWeatherText

TextWidget SCR_WeatherForecastUIComponent.m_wCurrentWeatherText
protected

◆ m_WeatherStateManager

BaseWeatherStateTransitionManager SCR_WeatherForecastUIComponent.m_WeatherStateManager
protected

◆ m_WeatherStates

ref array<ref WeatherState> SCR_WeatherForecastUIComponent.m_WeatherStates = new array<ref WeatherState>
protected

◆ m_wNextWeatherHolder

Widget SCR_WeatherForecastUIComponent.m_wNextWeatherHolder
protected

◆ m_wNextWeatherIcon

ImageWidget SCR_WeatherForecastUIComponent.m_wNextWeatherIcon
protected

◆ m_wNextWeatherText

TextWidget SCR_WeatherForecastUIComponent.m_wNextWeatherText
protected

◆ m_wNextWeatherTimeText

TextWidget SCR_WeatherForecastUIComponent.m_wNextWeatherTimeText
protected

◆ m_wRoot

Widget SCR_WeatherForecastUIComponent.m_wRoot
protected

The documentation for this interface was generated from the following file: