public Indices ( Meta meta, string iEntName, Map map, int iOffsetInChunk, IFPIO iValueType, IFPIO iIndex ) : System |
meta |
HaloMap.Meta.Meta |
The controls meta data |
iEntName |
string |
The identifying name of the meta string |
map |
HaloMap.Map.Map |
The metas map file |
iOffsetInChunk |
int |
The offset to the string in the memory stream |
iValueType |
HaloMap.Plugins.IFPIO |
The value type associated with the Indices
/// Available types are:
/// ��Byte, Short, UShort, Int, UInt, Float, Unknown |
iIndex |
HaloMap.Plugins.IFPIO |
The type of data that the value points to
/// Available types are:
/// ��Ident, StringID, Float, Short, UShort, Int, UInt, String32, UnicodeString64, String256, UnicodeString256 |
return |
System |
|