Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_WidgetEditFormat.c File Reference

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
 

Function Documentation

◆ BaseContainerProps()

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.

◆ GetFormatMessage()

string BaseContainerProps::GetFormatMessage ( )

Definition at line 16 of file SCR_WidgetEditFormat.c.

◆ GetMaxRange()

float BaseContainerProps::GetMaxRange ( )

Definition at line 34 of file SCR_WidgetEditFormat.c.

◆ IsFormatValid()

override bool IsFormatValid ( string  str)

Method ready for overr to verifying that format is correct.

Definition at line 10 of file SCR_WidgetEditFormat.c.

◆ SetEditBoxFilter()

void BaseContainerProps::SetEditBoxFilter ( EditBoxFilterComponent  filter)

Definition at line 22 of file SCR_WidgetEditFormat.c.

◆ SetMaxRange()

void BaseContainerProps::SetMaxRange ( float  max)

Definition at line 28 of file SCR_WidgetEditFormat.c.

Variable Documentation

◆ HINT_RANGE

const protected string HINT_RANGE = "#AR-ServerHosting_ValidRangeHint"

Definition at line 2 of file SCR_WidgetEditFormat.c.

◆ m_EditBoxFilter

protected EditBoxFilterComponent m_EditBoxFilter

Definition at line 6 of file SCR_WidgetEditFormat.c.

◆ m_fMaxRange

protected float m_fMaxRange

Definition at line 8 of file SCR_WidgetEditFormat.c.

◆ m_fMinRange

protected float m_fMinRange

Definition at line 5 of file SCR_WidgetEditFormat.c.

◆ m_sFormatMessage

protected string m_sFormatMessage

Definition at line 4 of file SCR_WidgetEditFormat.c.