Arma Reforger Script API
|
Classes for handling limits of configurable widget entries. More...
Public Member Functions | |
bool | IsFormatValid (string str) |
Method ready for overr to verifying that format is correct. | |
string | GetFormatMessage () |
void | SetEditBoxFilter (EditBoxFilterComponent filter) |
Protected Attributes | |
string | m_sFormatMessage |
EditBoxFilterComponent | m_EditBoxFilter |
Classes for handling limits of configurable widget entries.
string SCR_WidgetEditFormat.GetFormatMessage | ( | ) |
bool SCR_WidgetEditFormat.IsFormatValid | ( | string | str | ) |
Method ready for overr to verifying that format is correct.
Implemented in SCR_WidgetEditFormatRange, SCR_WidgetEditFormatNumberRange, SCR_WidgetEditFormatIP, and SCR_WidgetEditFormatName.
void SCR_WidgetEditFormat.SetEditBoxFilter | ( | EditBoxFilterComponent | filter | ) |
|
protected |
|
protected |