|
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_WidgetEditFormatIP, SCR_WidgetEditFormatName, SCR_WidgetEditFormatNumberRange, and SCR_WidgetEditFormatRange.
| void SCR_WidgetEditFormat.SetEditBoxFilter | ( | EditBoxFilterComponent | filter | ) |
|
protected |
|
protected |