Sets the value of the variable without forcing.
(String var_name, String value)
| 191 | * Sets the value of the variable without forcing. |
| 192 | */ |
| 193 | public cvar_t Set(String var_name, String value) { |
| 194 | return Set2(var_name, value, false); |
| 195 | } |
| 196 | |
| 197 | /** |
| 198 | * Sets the value of the variable with forcing. |