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

ReturnStatement_factory() public static method

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