|
Arma Reforger Script API
|
Displays current session duration of the gamemode. More...
Public Member Functions | |
| override void | HandlerAttachedScripted (Widget w) |
| Event called when subcomponent is initialized. | |
| override void | HandlerDeattached (Widget w) |
Public Member Functions inherited from MenuRootSubComponent | |
| Widget | GetWidget () |
| Get widget to which the component belongs to. | |
| MenuRootBase | GetMenu () |
| Get menu of which the widget is part of. | |
| MenuRootComponent | GetRootComponent () |
| Get root component of this subcomponent,. | |
| override void | HandlerAttached (Widget w) |
Protected Member Functions | |
| void | SetSessionDurationTime () |
Protected Member Functions inherited from MenuRootSubComponent | |
| bool | IsUnique () |
| Is the component to exist only in one instance? | |
Protected Attributes | |
| LocalizedString | m_sSessionDurationFormatting |
| TextWidget | m_wSessionDurationText |
| SCR_BaseGameMode | m_GameMode |
Displays current session duration of the gamemode.
| override void SCR_SessionDurationUIComponent.HandlerAttachedScripted | ( | Widget | w | ) |
Event called when subcomponent is initialized.
Called only after all other subcomponents were registered as well and can be searched for. To be overwritten by inherited classes.
| Widget |
Implements MenuRootSubComponent.
| override void SCR_SessionDurationUIComponent.HandlerDeattached | ( | Widget | w | ) |
Implements MenuRootSubComponent.
|
protected |
|
protected |
|
protected |
|
protected |