![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_WidgetEditFormat |
| class | SCR_WidgetEditFormatNumberRange |
| Is string of count. More... | |
| class | SCR_WidgetEditFormatName |
| Format for name with specific messages and variable limitations. More... | |
Functions | |
| class SCR_WidgetEditFormat | BaseContainerProps (configRoot:true) |
| Is string of count. | |
| bool | IsFormatValid (string str) |
| Method ready for overr to verifying that format is correct. | |
| string | GetFormatMessage () |
| void | SetEditBoxFilter (EditBoxFilterComponent filter) |
| void | SetMaxRange (float max) |
| float | GetMaxRange () |
Variables | |
| string | m_sFormatMessage |
| EditBoxFilterComponent | m_EditBoxFilter |
| const string | HINT_RANGE = "#AR-ServerHosting_ValidRangeHint" |
| float | m_fMinRange |
| float | m_fMaxRange |
| class SCR_WidgetEditFormat BaseContainerProps | ( | configRoot:true | ) |
Is string of count.
Format for ip.
Return true if address is in given range
Retrun IP address formant number to int
Definition at line 1 of file SCR_WidgetEditFormat.c.
|
protected |
Definition at line 52 of file SCR_WidgetEditFormat.c.
|
protected |
Definition at line 156 of file SCR_WidgetEditFormat.c.
Method ready for overr to verifying that format is correct.
Definition at line 46 of file SCR_WidgetEditFormat.c.
|
protected |
Definition at line 58 of file SCR_WidgetEditFormat.c.
|
protected |
Definition at line 150 of file SCR_WidgetEditFormat.c.
|
protected |
Definition at line 124 of file SCR_WidgetEditFormat.c.
|
protected |
Definition at line 42 of file SCR_WidgetEditFormat.c.
|
protected |
Definition at line 130 of file SCR_WidgetEditFormat.c.
|
protected |
Definition at line 127 of file SCR_WidgetEditFormat.c.
|
protected |
Definition at line 40 of file SCR_WidgetEditFormat.c.