Arbiter.HasParam C# (CSharp) Method

HasParam() public method

public HasParam ( int team, string pname ) : bool
team int
pname string
return bool
    public virtual bool HasParam(int team, string pname)
    {
        return GetTeam(team).HasParam(pname);
    }