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