Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Protected Attributes | List of all members
SCR_WidgetEditFormatName Interface Reference

Format for name with specific messages and variable limitations. More...

Inheritance diagram for SCR_WidgetEditFormatName:
[legend]

Public Member Functions

override bool IsFormatValid (string str)
 Method ready for overr to verifying that format is correct.
 
- Public Member Functions inherited from SCR_WidgetEditFormatRange
override bool IsFormatValid (string str)
 Method ready for overr to verifying that format is correct.
 
int GetMinRange ()
 
int GetMaxRange ()
 
- Public Member Functions inherited from SCR_WidgetEditFormat
bool IsFormatValid (string str)
 Method ready for overr to verifying that format is correct.
 
string GetFormatMessage ()
 
void SetEditBoxFilter (EditBoxFilterComponent filter)
 

Static Protected Attributes

const string HINT_SHORT = "#AR-ServerHosting_ShortTextWarning"
 
const string HINT_LONG = ""
 
const string HINT_WRONG_INPUT = ""
 

Additional Inherited Members

- Protected Member Functions inherited from SCR_WidgetEditFormatRange
bool BellowMin (string str)
 
bool OverMax (string str)
 
- Protected Attributes inherited from SCR_WidgetEditFormatRange
int m_iMinRange
 
int m_iMaxRange
 
- Protected Attributes inherited from SCR_WidgetEditFormat
string m_sFormatMessage
 
EditBoxFilterComponent m_EditBoxFilter
 

Detailed Description

Format for name with specific messages and variable limitations.

Member Function Documentation

◆ IsFormatValid()

override bool SCR_WidgetEditFormatName.IsFormatValid ( string  str)

Method ready for overr to verifying that format is correct.

Implements SCR_WidgetEditFormatRange.

Member Data Documentation

◆ HINT_LONG

const string SCR_WidgetEditFormatName.HINT_LONG = ""
staticprotected

◆ HINT_SHORT

const string SCR_WidgetEditFormatName.HINT_SHORT = "#AR-ServerHosting_ShortTextWarning"
staticprotected

◆ HINT_WRONG_INPUT

const string SCR_WidgetEditFormatName.HINT_WRONG_INPUT = ""
staticprotected

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