|
override bool | DisplayStartDrawInit (IEntity owner) |
|
override void | DisplayStartDraw (IEntity owner) |
|
override void | DisplayUpdate (IEntity owner, float timeSlice) |
|
void | SetEnabled (bool isEnabled) |
|
override void | Show (bool show, float speed=UIConstants.FADE_RATE_INSTANT, EAnimationCurve curve=EAnimationCurve.LINEAR) |
| Show/hide InfoDisplay properly, not breaking other systems like AdaptiveOpacity or ConditionalVisibility.
|
|
SCR_InfoDisplayHandler | GetHandler (TypeName handlerType) |
|
SCR_InfoDisplayInvoker | GetOnStart () |
|
SCR_InfoDisplayInvoker | GetOnStop () |
|
IEntity | GetOwnerEntity () |
|
Widget | GetContentWidget () |
|
string | GetContentWidgetName () |
|
void | SetRootWidget (notnull Widget root) |
|
void | SetContentWidget (notnull Widget content) |
|
bool | IsShown () |
|
Widget | GetRootWidget () |
|
bool | GetDimensions (out float width, out float height, bool addSafezones=true) |
| Get width and height of the InfoDisplay element, optionally with safezones adjustments.
|
|
bool | GetAnchorPosition (out float x, out float y, EWidgetAnchor anchor=EWidgetAnchor.TOPLEFT, bool addSafezones=true) |
| Get width and height of the InfoDisplay element, optionally with safezones adjustments.
|
|
void | RegisterToHudManager () |
|
proto external int | GetInfoDisplays (out notnull array< BaseInfoDisplay > outInfoDisplays) |
|
proto external GenericComponent | FindComponentInParentContainer (TypeName typeName) |
|
◆ DisplayStartDraw()
override void SCR_CampaignInfoDisplay.DisplayStartDraw |
( |
IEntity | owner | ) |
|
◆ DisplayStartDrawInit()
override bool SCR_CampaignInfoDisplay.DisplayStartDrawInit |
( |
IEntity | owner | ) |
|
◆ DisplayUpdate()
override void SCR_CampaignInfoDisplay.DisplayUpdate |
( |
IEntity | owner, |
|
|
float | timeSlice ) |
◆ HideHUD()
void SCR_CampaignInfoDisplay.HideHUD |
( |
| ) |
|
|
protected |
◆ UpdateHUD()
void SCR_CampaignInfoDisplay.UpdateHUD |
( |
| ) |
|
|
protected |
◆ UpdateHUDValues()
void SCR_CampaignInfoDisplay.UpdateHUDValues |
( |
| ) |
|
|
protected |
◆ HUD_DURATION
const int SCR_CampaignInfoDisplay.HUD_DURATION = 15000 |
|
staticprotected |
◆ m_bInitDone
bool SCR_CampaignInfoDisplay.m_bInitDone |
|
protected |
◆ m_bPeriodicRefresh
bool SCR_CampaignInfoDisplay.m_bPeriodicRefresh |
|
protected |
◆ m_Campaign
◆ m_wCountdown
RichTextWidget SCR_CampaignInfoDisplay.m_wCountdown |
|
protected |
◆ m_wCountdownOverlay
Widget SCR_CampaignInfoDisplay.m_wCountdownOverlay |
|
protected |
◆ m_wFlavour
RichTextWidget SCR_CampaignInfoDisplay.m_wFlavour |
|
protected |
◆ m_wLeftFlag
ImageWidget SCR_CampaignInfoDisplay.m_wLeftFlag |
|
protected |
◆ m_wLeftScore
RichTextWidget SCR_CampaignInfoDisplay.m_wLeftScore |
|
protected |
◆ m_wRightFlag
ImageWidget SCR_CampaignInfoDisplay.m_wRightFlag |
|
protected |
◆ m_wRightScore
RichTextWidget SCR_CampaignInfoDisplay.m_wRightScore |
|
protected |
◆ m_wWinScore
RichTextWidget SCR_CampaignInfoDisplay.m_wWinScore |
|
protected |
◆ m_wWinScoreSideLeft
ImageWidget SCR_CampaignInfoDisplay.m_wWinScoreSideLeft |
|
protected |
◆ m_wWinScoreSideRight
ImageWidget SCR_CampaignInfoDisplay.m_wWinScoreSideRight |
|
protected |
◆ SIZE_NORMAL
const int SCR_CampaignInfoDisplay.SIZE_NORMAL = 20 |
|
staticprotected |
◆ SIZE_WINNER
const int SCR_CampaignInfoDisplay.SIZE_WINNER = 24 |
|
staticprotected |
The documentation for this interface was generated from the following file:
- Game/UI/HUD/SCR_CampaignInfoDisplay.c