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

Statement_6_factory() public static method

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