|
| override bool | DisplayStartDrawInit (IEntity owner) |
| |
| override void | DisplayStartDraw (IEntity owner) |
| |
| override void | DisplayStopDraw (IEntity owner) |
| |
| override void | UpdateHUD () |
| |
| override void | UpdateHUDValues () |
| |
| void | OnMapOpen (MapConfiguration config) |
| |
| void | OnMapClose (MapConfiguration config) |
| |
| 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_CampaignMapInfoDisplay.DisplayStartDraw |
( |
IEntity | owner | ) |
|
◆ DisplayStartDrawInit()
| override bool SCR_CampaignMapInfoDisplay.DisplayStartDrawInit |
( |
IEntity | owner | ) |
|
◆ DisplayStopDraw()
| override void SCR_CampaignMapInfoDisplay.DisplayStopDraw |
( |
IEntity | owner | ) |
|
◆ OnFactionCommanderChanged()
| void SCR_CampaignMapInfoDisplay.OnFactionCommanderChanged |
( |
SCR_Faction | faction, |
|
|
int | commanderPlayerId ) |
|
protected |
◆ OnMapClose()
◆ OnMapOpen()
◆ SetPlatformImage()
| void SCR_CampaignMapInfoDisplay.SetPlatformImage |
( |
bool | setVisible, |
|
|
int | commanderId, |
|
|
notnull SCR_PlayerController | playerController ) |
|
protected |
◆ UpdateHUD()
| override void SCR_CampaignMapInfoDisplay.UpdateHUD |
( |
| ) |
|
◆ UpdateHUDValues()
| override void SCR_CampaignMapInfoDisplay.UpdateHUDValues |
( |
| ) |
|
◆ CURRENT_COMMANDER_AI_TEXT
| const string SCR_CampaignMapInfoDisplay.CURRENT_COMMANDER_AI_TEXT = "#AR-FactionCommander_CurrentCommander_AI" |
|
staticprotected |
◆ CURRENT_COMMANDER_PLAYER_TEXT
| const string SCR_CampaignMapInfoDisplay.CURRENT_COMMANDER_PLAYER_TEXT = "#AR-FactionCommander_CurrentCommander" |
|
staticprotected |
◆ m_bCommanderRoleEnabled
| bool SCR_CampaignMapInfoDisplay.m_bCommanderRoleEnabled |
|
protected |
◆ m_bIsPlayerCommander
| bool SCR_CampaignMapInfoDisplay.m_bIsPlayerCommander |
|
protected |
◆ m_bMapOpen
| bool SCR_CampaignMapInfoDisplay.m_bMapOpen |
|
protected |
◆ m_GameplaySettings
| BaseContainer SCR_CampaignMapInfoDisplay.m_GameplaySettings |
|
protected |
◆ m_MapConfig
◆ m_wCommanderName
| RichTextWidget SCR_CampaignMapInfoDisplay.m_wCommanderName |
|
protected |
◆ m_wCommanderNameWrapper
| Widget SCR_CampaignMapInfoDisplay.m_wCommanderNameWrapper |
|
protected |
◆ m_wPlatformIcon
| ImageWidget SCR_CampaignMapInfoDisplay.m_wPlatformIcon |
|
protected |
◆ m_wPlatformScale
| Widget SCR_CampaignMapInfoDisplay.m_wPlatformScale |
|
protected |
The documentation for this interface was generated from the following file:
- Game/UI/HUD/SCR_CampaignMapInfoDisplay.c