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

ListConstant_factory() public static method

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