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

Statement_7_factory() public static method

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