Arma Reforger Script API
|
Format for name with specific messages and variable limitations. More...
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 |
Format for name with specific messages and variable limitations.
override bool SCR_WidgetEditFormatName.IsFormatValid | ( | string | str | ) |
Method ready for overr to verifying that format is correct.
Implements SCR_WidgetEditFormatRange.
|
staticprotected |
|
staticprotected |
|
staticprotected |