Aurora.ScriptEngineParser.yyLSLSyntax.VectorConstant_factory C# (CSharp) Method

VectorConstant_factory() public static method

public static VectorConstant_factory ( Parser yyp ) : object
yyp Tools.Parser
return object
        public static object VectorConstant_factory(Parser yyp)
        {
            return new VectorConstant(yyp);
        }
yyLSLSyntax