isSlowingEnabled method
Inquiry method that checks if the slowing algorithm is enabled or not.
Returns Whether the slowing algorithm is enabled or not.
Implementation
bool isSlowingEnabled() {
return _slowingEnabled;
}
Inquiry method that checks if the slowing algorithm is enabled or not.
Returns Whether the slowing algorithm is enabled or not.
bool isSlowingEnabled() {
return _slowingEnabled;
}