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

VectorConstant_1_factory() public static method

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