|
| 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_StatsPanel_ServerName.DisplayStartDraw |
( |
IEntity | owner | ) |
|
◆ DisplayStartDrawInit()
| override bool SCR_StatsPanel_ServerName.DisplayStartDrawInit |
( |
IEntity | owner | ) |
|
◆ DisplayUpdate()
| override void SCR_StatsPanel_ServerName.DisplayUpdate |
( |
IEntity | owner, |
|
|
float | timeSlice ) |
◆ Update()
| override void SCR_StatsPanel_ServerName.Update |
( |
float | value | ) |
|
|
protected |
◆ m_ServerInfo
| ServerInfo SCR_StatsPanel_ServerName.m_ServerInfo = GetGame().GetServerInfo() |
|
protected |
◆ m_sServerName
| string SCR_StatsPanel_ServerName.m_sServerName |
|
protected |
◆ OPACITY
| const float SCR_StatsPanel_ServerName.OPACITY = 0.5 |
|
staticprotected |
The documentation for this interface was generated from the following file:
- Game/UI/HUD/StatsPanel/SCR_StatsPanel_ServerName.c