C# 클래스 BF2Statistics.Web.ASP.GetUnlocksInfo

/ASP/getunlocksinfo.aspx
상속: ASPController
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 메소드들

메소드 설명
GetUnlocksInfo ( HttpClient Client ) : System

This request provides details of the players unlocked weapons

HandleRequest ( ) : void

비공개 메소드들

메소드 설명
CheckUnlock ( int Want, int Need, bool>.Dictionary Unlocks ) : void

This method adds special forces unlocks to the output, only if the base class unlock is unlocked. We dont add the unlock if the base class unlock is NOT unlocked, because if we do, then the user will be able to choose the unlock, without earning the base unlock first

GetBonusUnlocks ( ) : int

Gets the total unlocks a player can have based off of rank, and awards

메소드 상세

GetUnlocksInfo() 공개 메소드

This request provides details of the players unlocked weapons
public GetUnlocksInfo ( HttpClient Client ) : System
Client HttpClient The HttpClient who made the request
리턴 System

HandleRequest() 공개 메소드

public HandleRequest ( ) : void
리턴 void