Format for ip.
More...
|
static bool | IsAddressInRange (string address, string min, string max, bool validCheck=true) |
| Return true if address is in given range.
|
|
static int | AddressToDecimal (string address, bool validCheck=true) |
| Retrun IP address formant number to int.
|
|
◆ AddressToDecimal()
static int SCR_WidgetEditFormatIP.AddressToDecimal |
( |
string |
address, |
|
|
bool |
validCheck = true |
|
) |
| |
|
static |
Retrun IP address formant number to int.
◆ IsAddressInRange()
static bool SCR_WidgetEditFormatIP.IsAddressInRange |
( |
string |
address, |
|
|
string |
min, |
|
|
string |
max, |
|
|
bool |
validCheck = true |
|
) |
| |
|
static |
Return true if address is in given range.
◆ IsFormatValid()
override bool SCR_WidgetEditFormatIP.IsFormatValid |
( |
string |
str | ) |
|
◆ IsPrivate() [1/2]
bool SCR_WidgetEditFormatIP.IsPrivate |
( |
| ) |
|
◆ IsPrivate() [2/2]
bool SCR_WidgetEditFormatIP.IsPrivate |
( |
string |
address | ) |
|
|
protected |
◆ IsValidated()
bool SCR_WidgetEditFormatIP.IsValidated |
( |
| ) |
|
◆ ADDRESS_VALUES_COUNT
int SCR_WidgetEditFormatIP.ADDRESS_VALUES_COUNT = 4 |
|
staticprotected |
◆ HINT_PRIVATE
const string SCR_WidgetEditFormatIP.HINT_PRIVATE = "#AR-ServerHosting_PrivateIPHint" |
|
staticprotected |
◆ HINT_RANGE
const string SCR_WidgetEditFormatIP.HINT_RANGE = "#AR-ServerHosting_ValidRangeHint" |
|
staticprotected |
◆ LAN_VALUE
const string SCR_WidgetEditFormatIP.LAN_VALUE = "local" |
|
static |
◆ m_bIsPrivate
bool SCR_WidgetEditFormatIP.m_bIsPrivate |
|
protected |
◆ m_bIsValidated
bool SCR_WidgetEditFormatIP.m_bIsValidated |
|
protected |
The documentation for this interface was generated from the following file:
- Game/UI/Menu/ConfigurableWidgetEntries/SCR_WidgetEditFormat.c