Aurora.ScriptEngineParser.FunctionCall.FunctionCall C# (CSharp) Method

FunctionCall() public method

public FunctionCall ( Parser yyp ) : Tools
yyp Tools.Parser
return Tools
        public FunctionCall(Parser yyp) : base(yyp)
        {
        }

Same methods

FunctionCall::FunctionCall ( Parser yyp, string id, ArgumentList al ) : Tools