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

Statement_10_factory() public static method

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