* Get whether the array is enabled/disable using its name. */
| 117 | * Get whether the array is enabled/disable using its name. |
| 118 | */ |
| 119 | int GetArraySetting(const char* name) const { return this->ArrayIsEnabled(name); } |
| 120 | |
| 121 | /** |
| 122 | * Set array setting given the name. If the array doesn't exist, it will be |
nothing calls this directly
no test coverage detected