2026-06-23 21:47:51 +08:00
|
|
|
|
# ValidationSettings
|
|
|
|
|
|
|
|
|
|
|
|
Checks the settings.
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
virtual bool ValidationSettings()
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
Return Value
|
|
|
|
|
|
|
|
|
|
|
|
true - successful, otherwise - false.
|
|
|
|
|
|
|
|
|
|
|
|
Note
|
|
|
|
|
|
|
|
|
|
|
|
If the value of decrease factor is negative, it returns false, otherwise it returns true.
|