Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_BlockedUsersDialogEntryUIComponent Interface Reference
Inheritance diagram for SCR_BlockedUsersDialogEntryUIComponent:
SCR_ScriptedWidgetComponent

Public Member Functions

override void HandlerAttached (Widget w)
 
void SetPlayerName (string name)
 Show the name of the player.
 
void SetPlatfrom (PlatformKind platform)
 Show the players platform.
 
void SetButtonsVisibility (bool newVis)
 
SCR_ModularButtonComponent GetProfileButton ()
 
SCR_ModularButtonComponent GetUnblockButton ()
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Public Attributes

bool m_bDebugIsPlaystation
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Protected Attributes

string m_sPlayerNameWidgetName
 
string m_sPlatformIconWidgetName
 
string m_sProfileButtonName
 
string m_sUnblockButtonName
 
RichTextWidget m_wPlayerName
 
ImageWidget m_wPlatfromIcon
 
ImageWidget m_wUnblockButtonIcon
 
string m_sPlayerName
 
PlatformKind m_ePlayerPlatform
 
SCR_ModularButtonComponent m_Button
 
SCR_ModularButtonComponent m_ProfileButton
 
SCR_ModularButtonComponent m_UnblockButton
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Additional Inherited Members

- Static Public Member Functions inherited from SCR_ScriptedWidgetComponent
static SCR_ScriptedWidgetComponent GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.
 

Member Function Documentation

◆ GetProfileButton()

SCR_ModularButtonComponent SCR_BlockedUsersDialogEntryUIComponent.GetProfileButton ( )

◆ GetUnblockButton()

SCR_ModularButtonComponent SCR_BlockedUsersDialogEntryUIComponent.GetUnblockButton ( )

◆ HandlerAttached()

override void SCR_BlockedUsersDialogEntryUIComponent.HandlerAttached ( Widget w)

◆ SetButtonsVisibility()

void SCR_BlockedUsersDialogEntryUIComponent.SetButtonsVisibility ( bool newVis)

◆ SetPlatfrom()

void SCR_BlockedUsersDialogEntryUIComponent.SetPlatfrom ( PlatformKind platform)

Show the players platform.

◆ SetPlayerName()

void SCR_BlockedUsersDialogEntryUIComponent.SetPlayerName ( string name)

Show the name of the player.

Member Data Documentation

◆ m_bDebugIsPlaystation

bool SCR_BlockedUsersDialogEntryUIComponent.m_bDebugIsPlaystation

◆ m_Button

SCR_ModularButtonComponent SCR_BlockedUsersDialogEntryUIComponent.m_Button
protected

◆ m_ePlayerPlatform

PlatformKind SCR_BlockedUsersDialogEntryUIComponent.m_ePlayerPlatform
protected

◆ m_ProfileButton

SCR_ModularButtonComponent SCR_BlockedUsersDialogEntryUIComponent.m_ProfileButton
protected

◆ m_sPlatformIconWidgetName

string SCR_BlockedUsersDialogEntryUIComponent.m_sPlatformIconWidgetName
protected

◆ m_sPlayerName

string SCR_BlockedUsersDialogEntryUIComponent.m_sPlayerName
protected

◆ m_sPlayerNameWidgetName

string SCR_BlockedUsersDialogEntryUIComponent.m_sPlayerNameWidgetName
protected

◆ m_sProfileButtonName

string SCR_BlockedUsersDialogEntryUIComponent.m_sProfileButtonName
protected

◆ m_sUnblockButtonName

string SCR_BlockedUsersDialogEntryUIComponent.m_sUnblockButtonName
protected

◆ m_UnblockButton

SCR_ModularButtonComponent SCR_BlockedUsersDialogEntryUIComponent.m_UnblockButton
protected

◆ m_wPlatfromIcon

ImageWidget SCR_BlockedUsersDialogEntryUIComponent.m_wPlatfromIcon
protected

◆ m_wPlayerName

RichTextWidget SCR_BlockedUsersDialogEntryUIComponent.m_wPlayerName
protected

◆ m_wUnblockButtonIcon

ImageWidget SCR_BlockedUsersDialogEntryUIComponent.m_wUnblockButtonIcon
protected

The documentation for this interface was generated from the following file: