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

ListConstant_1_factory() public static method

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