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

Public Member Functions

void CreateWidget (notnull Widget parent)
 
bool CanCreateWidget ()
 Check if the widget can be created (input method filter or anything else)
 
bool CanRefresh ()
 Used to check if the entry requires a refresh (on e.g KBM/pad input change)
 

Protected Attributes

SCR_EInputTypeCondition m_eInputDisplayCondition
 

Member Function Documentation

◆ CanCreateWidget()

bool SCR_FieldManualPiece.CanCreateWidget ( )

Check if the widget can be created (input method filter or anything else)

Returns
true if the widget corresponds to the input method, false if not

◆ CanRefresh()

bool SCR_FieldManualPiece.CanRefresh ( )

Used to check if the entry requires a refresh (on e.g KBM/pad input change)

Returns
true if an update can be used, false otherwise

◆ CreateWidget()

void SCR_FieldManualPiece.CreateWidget ( notnull Widget  parent)

Member Data Documentation

◆ m_eInputDisplayCondition

SCR_EInputTypeCondition SCR_FieldManualPiece.m_eInputDisplayCondition
protected

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