System/SetCVar
From Blue Mars Developer Guidebook
There are security restrictions on this article
|
|
This is a System function
Function
- SetCVar(name, value)
- sets the value of a console variable
- name - string name of the console variable
- value - new value of the console variable
Usage
When this is called from a third party developer script, the variable will be automatically set back to its original value when the level is unloaded.
Example
See ARDebug
