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

IfStatement_3_factory() public static method

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