C# Class entity.MetaFuncs.MetaOverWriter

The meta over writer.
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
OffsetOfShift int
SizeOfShift int
TagIndex int

Public Methods

Method Description
FixReflexives ( ArrayList metas, Map map ) : void

The fix reflexives.

OverWrite ( Map map, int tagIndex, Meta &newMeta ) : void

The over write.

Method Details

FixReflexives() public static method

The fix reflexives.
public static FixReflexives ( ArrayList metas, Map map ) : void
metas System.Collections.ArrayList The metas.
map HaloMap.Map.Map The map.
return void

OverWrite() public static method

The over write.
public static OverWrite ( Map map, int tagIndex, Meta &newMeta ) : void
map HaloMap.Map.Map The map.
tagIndex int Index of the tag.
newMeta HaloMap.Meta.Meta The new meta.
return void

Property Details

OffsetOfShift public_oe static_oe property

The offset of shift.
public static int OffsetOfShift
return int

SizeOfShift public_oe static_oe property

The size of shift.
public static int SizeOfShift
return int

TagIndex public_oe static_oe property

The tag number.
public static int TagIndex
return int