| 
| static proto int  | GetClassVar (Class inst, string varname, int index, out void result) | 
|   | Dynamic read of variable value by its name.  
  | 
|   | 
| static proto int  | SetClassVar (Class inst, string varname, int index, void input) | 
|   | Dynamic write to variable by its name.  
  | 
|   | 
| static proto int  | SetVar (out void var, string value) | 
|   | Sets variable value by value in string.  
  | 
|   | 
| static proto void  | Watch (void var, int flags) | 
|   | Debug tool for watching certain variable. Invokes debugger whenever is variable used.  
  | 
|   | 
The documentation for this class was generated from the following file: