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

Constant_2_factory() public static method

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