in script/lib/variable-collection.ts [79:81]
public getByName(fullName: string): ModeVariable | undefined { return this.data.get(fullName) }