Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SCR_WidgetEditFormatRange Interface Reference

Is string of count. More...

Inheritance diagram for SCR_WidgetEditFormatRange:
[legend]

Public Member Functions

override bool IsFormatValid (string str)
 Method ready for overr to verifying that format is correct.
 
int GetMinRange ()
 
int GetMaxRange ()
 
- Public Member Functions inherited from SCR_WidgetEditFormat
bool IsFormatValid (string str)
 Method ready for overr to verifying that format is correct.
 
string GetFormatMessage ()
 
void SetEditBoxFilter (EditBoxFilterComponent filter)
 

Protected Member Functions

bool BellowMin (string str)
 
bool OverMax (string str)
 

Protected Attributes

int m_iMinRange
 
int m_iMaxRange
 
- Protected Attributes inherited from SCR_WidgetEditFormat
string m_sFormatMessage
 
EditBoxFilterComponent m_EditBoxFilter
 

Detailed Description

Is string of count.

Member Function Documentation

◆ BellowMin()

bool SCR_WidgetEditFormatRange.BellowMin ( string  str)
protected

◆ GetMaxRange()

int SCR_WidgetEditFormatRange.GetMaxRange ( )

◆ GetMinRange()

int SCR_WidgetEditFormatRange.GetMinRange ( )

◆ IsFormatValid()

override bool SCR_WidgetEditFormatRange.IsFormatValid ( string  str)

Method ready for overr to verifying that format is correct.

Implements SCR_WidgetEditFormat.

Implemented in SCR_WidgetEditFormatName.

◆ OverMax()

bool SCR_WidgetEditFormatRange.OverMax ( string  str)
protected

Member Data Documentation

◆ m_iMaxRange

int SCR_WidgetEditFormatRange.m_iMaxRange
protected

◆ m_iMinRange

int SCR_WidgetEditFormatRange.m_iMinRange
protected

The documentation for this interface was generated from the following file: