C# 클래스 HaloMap.Plugins.IFPHashMap

The ifp hash map.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
H1IFPHash System.Collections.Hashtable
H2IFPHash System.Collections.Hashtable

공개 메소드들

메소드 설명
GetIfp ( string TagType, HaloVersionEnum HaloVersion ) : IFPIO

The get ifp.

RemoveIfp ( string TagType, Map map ) : void

The remove ifp.

메소드 상세

GetIfp() 공개 정적인 메소드

The get ifp.
public static GetIfp ( string TagType, HaloVersionEnum HaloVersion ) : IFPIO
TagType string The tag type.
HaloVersion HaloVersionEnum
리턴 IFPIO

RemoveIfp() 공개 정적인 메소드

The remove ifp.
public static RemoveIfp ( string TagType, Map map ) : void
TagType string The tag type.
map HaloMap.Map.Map The map.
리턴 void

프로퍼티 상세

H1IFPHash 공개적으로 정적으로 프로퍼티

The h 1 ifp hash.
public static Hashtable,System.Collections H1IFPHash
리턴 System.Collections.Hashtable

H2IFPHash 공개적으로 정적으로 프로퍼티

The h 2 ifp hash.
public static Hashtable,System.Collections H2IFPHash
리턴 System.Collections.Hashtable