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

FunctionCall_1_factory() public static method

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