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

Statement_9_factory() public static method

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