Skip to content

v0.2.7-beta.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 01:52

Added

  • Added IScope.ContainedScopes which lets you check scopes contained within another scope.
  • Added IVariable.CanBeAccessedIn(IScope) which lets you check if the variable can be accessed within a given scope.
  • Added IScope.FindVariable(string) which lets you try to find a variable in a scope or any of its parents.
  • Added Script.RenameVariable(IVariable variable, string newName) which lets you rename a variable in a new script instance.

Changed

  • Renamed IScope.Parent to IScope.ContainingScope to be more consistent with ContainedScopes.