Sets the value of the variable with forcing.
(String var_name, String value)
| 198 | * Sets the value of the variable with forcing. |
| 199 | */ |
| 200 | public cvar_t ForceSet(String var_name, String value) { |
| 201 | return Set2(var_name, value, true); |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * Gereric set function, sets the value of the variable, with forcing its even possible to |