C# Class HaloMap.Plugins.IFPHashMap

The ifp hash map.
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
H1IFPHash System.Collections.Hashtable
H2IFPHash System.Collections.Hashtable

Public Methods

Method Description
GetIfp ( string TagType, HaloVersionEnum HaloVersion ) : IFPIO

The get ifp.

RemoveIfp ( string TagType, Map map ) : void

The remove ifp.

Method Details

GetIfp() public static method

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

RemoveIfp() public static method

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

Property Details

H1IFPHash public_oe static_oe property

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

H2IFPHash public_oe static_oe property

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