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

Statement_1_factory() public static method

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