DIFF

class ServerBrowserDetailsContainerSource

ServerBrowserDetailsContainer ScriptedWidgetEventHandler Managed

All members, including inherited

Constructors 1

Members 21

protected ServerBrowserTab m_Tab
protected Widget m_Root
protected TextWidget m_ServerNameText
protected TextWidget m_ServerTypeResult
protected TextWidget m_ServerModeResult
protected TextWidget m_LastCharacterResult
protected TextWidget m_TimeAccelerationResult
protected TextWidget m_BattleyeResult
protected WrapSpacerWidget m_VersionContainer
protected TextWidget m_VersionResult
protected GridSpacerWidget m_ServerDecContainer
protected MultilineTextWidget m_ServerDesc
protected WrapSpacerWidget m_DetailsContainerRight
protected ImageWidget m_MapImage
protected ButtonWidget m_BtnShowFilters
protected ButtonWidget m_RefreshList
protected bool m_IsOnline

Methods 19

void ClearDetails()

Map image container and handling is hidden/disabled for now

Referenced by SetDetails()
protected void SetName(string name)
Referenced by SetDetails()
protected void SetType(string shardId)
Referenced by SetDetails()
protected void SetConsoleType(bool offical)PLATFORM_CONSOLE
Referenced by SetDetails()
protected void SetMode(int mode)
Referenced by SetDetails()
protected void SetServerIP(string ip)
Referenced by SetDetails()
protected void SetCharacter(string characterName)PLATFORM_WINDOWS!PLATFORM_CONSOLE
Referenced by SetDetails()
protected void SetFriends(string steamFriends = "")PLATFORM_WINDOWS!PLATFORM_CONSOLE
Referenced by SetDetails()
protected void SetTimeAcceleration(float timeMul, float nightTimeMul)
protected void SetBattleyeState(int enabled = -1)
protected void SetVersion(string version)
protected void SetServerDesc(string desc)
Referenced by SetDetails()
override bool OnFocus(Widget w, int x, int y)
override bool OnMouseEnter(Widget w, int x, int y)
override bool OnMouseLeave(Widget w, Widget enterW, int x, int y)