Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | List of all members
SCR_BlockedUsersDialogEntryUIComponent Interface Reference
Inheritance diagram for SCR_BlockedUsersDialogEntryUIComponent:
[legend]

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.
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override void HandlerAttached (Widget w)
 
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
 
RichTextWidget m_wPlayerName
 
ImageWidget m_wPlatfromIcon
 
string m_sPlayerName
 
PlatformKind m_ePlayerPlatform
 
SCR_ModularButtonComponent m_Button
 
- 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

◆ HandlerAttached()

override void SCR_BlockedUsersDialogEntryUIComponent.HandlerAttached ( Widget  w)

◆ 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_sPlatformIconWidgetName

string SCR_BlockedUsersDialogEntryUIComponent.m_sPlatformIconWidgetName
protected

◆ m_sPlayerName

string SCR_BlockedUsersDialogEntryUIComponent.m_sPlayerName
protected

◆ m_sPlayerNameWidgetName

string SCR_BlockedUsersDialogEntryUIComponent.m_sPlayerNameWidgetName
protected

◆ m_wPlatfromIcon

ImageWidget SCR_BlockedUsersDialogEntryUIComponent.m_wPlatfromIcon
protected

◆ m_wPlayerName

RichTextWidget SCR_BlockedUsersDialogEntryUIComponent.m_wPlayerName
protected

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