Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
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. More... | |
bool | IsFormatValid (string str) |
Method ready for overr to verifying that format is correct. More... | |
string | GetFormatMessage () |
void | SetEditBoxFilter (EditBoxFilterComponent filter) |
void | SetMaxRange (float max) |
float | GetMaxRange () |
Variables | |
protected string | m_sFormatMessage |
protected EditBoxFilterComponent | m_EditBoxFilter |
const protected string | HINT_RANGE = "#AR-ServerHosting_ValidRangeHint" |
protected float | m_fMinRange |
protected 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 37 of file SCR_WidgetEditFormat.c.
string BaseContainerProps::GetFormatMessage | ( | ) |
Definition at line 16 of file SCR_WidgetEditFormat.c.
float BaseContainerProps::GetMaxRange | ( | ) |
Definition at line 34 of file SCR_WidgetEditFormat.c.
override bool IsFormatValid | ( | string | str | ) |
Method ready for overr to verifying that format is correct.
Definition at line 10 of file SCR_WidgetEditFormat.c.
void BaseContainerProps::SetEditBoxFilter | ( | EditBoxFilterComponent | filter | ) |
Definition at line 22 of file SCR_WidgetEditFormat.c.
void BaseContainerProps::SetMaxRange | ( | float | max | ) |
Definition at line 28 of file SCR_WidgetEditFormat.c.
const protected string HINT_RANGE = "#AR-ServerHosting_ValidRangeHint" |
Definition at line 2 of file SCR_WidgetEditFormat.c.
protected EditBoxFilterComponent m_EditBoxFilter |
Definition at line 6 of file SCR_WidgetEditFormat.c.
protected float m_fMaxRange |
Definition at line 8 of file SCR_WidgetEditFormat.c.
protected float m_fMinRange |
Definition at line 5 of file SCR_WidgetEditFormat.c.
protected string m_sFormatMessage |
Definition at line 4 of file SCR_WidgetEditFormat.c.