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

Statement_3_factory() public static method

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