Ejemplo n.º 1
0
        public virtual void GetScopedValues(LuatScript script, ref Dictionary <string, LuatValue> scopedValues)
        {
            LuatAstNodeBase parent = this.ParentNode as LuatAstNodeBase;

            if (null != parent)
            {
                parent.GetScopedValues(script, ref scopedValues);
            }
        }