Interface IVariableSource
All components that provide variables to the VariablesService should implement this interface.
Assembly: NoSuchStudio-Variables.dll
Syntax
public interface IVariableSource : IVariablesServiceComponent, IServiceComponent<VariablesService>
Methods
GetVariable(String)
Declaration
string GetVariable(string variable)
Parameters
| Type |
Name |
Description |
| String |
variable |
|
Returns
SetVariable(String, String)
Declaration
bool SetVariable(string variable, string value)
Parameters
Returns