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

JumpLabel_1_factory() public static method

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