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

Constant_4_factory() public static method

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