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

FunctionCall_factory() public static method

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