C# 클래스 FFACETools.FFACE.SearchTools

Wrapper class for the search information returned from FFACE
파일 보기 프로젝트 열기: golfandsurf/Campah

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MainJob ( short index ) : Job

Main job of the search result index

MainLvl ( short index ) : byte

Main level of the search result index

Name ( short index ) : string

Name of person in the search result

SearchTools ( int instanceID ) : System

Constructor

SubJob ( short index ) : Job

Sub job of the search result index

SubLvl ( short index ) : byte

Main level of the search result index

Zone ( short index ) : Zone

Zone the search result index is currently in

메소드 상세

MainJob() 공개 메소드

Main job of the search result index
public MainJob ( short index ) : Job
index short Index of the search results to check
리턴 Job

MainLvl() 공개 메소드

Main level of the search result index
public MainLvl ( short index ) : byte
index short Index of the search results to check
리턴 byte

Name() 공개 메소드

Name of person in the search result
public Name ( short index ) : string
index short Index of the search results to look for
리턴 string

SearchTools() 공개 메소드

Constructor
public SearchTools ( int instanceID ) : System
instanceID int Instance ID generated by FFACE
리턴 System

SubJob() 공개 메소드

Sub job of the search result index
public SubJob ( short index ) : Job
index short Index of the search results to check
리턴 Job

SubLvl() 공개 메소드

Main level of the search result index
public SubLvl ( short index ) : byte
index short Index of the search results to check
리턴 byte

Zone() 공개 메소드

Zone the search result index is currently in
public Zone ( short index ) : Zone
index short Index of the search results to check
리턴 Zone