Class FunctionFrame
Inherited Members
Namespace: SociallyDistant.Core.Core.Scripting.Parsing
Assembly: SociallyDistant.Framework.dll
Syntax
public class FunctionFrameMethods
SetVariableValue(string, string)
Declaration
public void SetVariableValue(string variableName, string value)Parameters
| Type | Name | Description | 
|---|---|---|
| string | variableName | |
| string | value | 
TryGetVariable(string, out string?)
Declaration
public bool TryGetVariable(string variableName, out string? value)Parameters
| Type | Name | Description | 
|---|---|---|
| string | variableName | |
| string | value | 
Returns
| Type | Description | 
|---|---|
| bool |