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

Constant_3_factory() public static method

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