C# Class HaloMap.ChunkCloning.MetaSplitter

The meta splitter.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
Header SplitReflexive
TagIndex int
magic int
name string
offset int
raw HaloMap.RawData.RawDataContainer
rawtype RawDataContainerType
type string

Public Methods

Method Description
SplitWithIFP ( IFPIO &ifp, Meta &meta, Map map ) : void

The split with ifp.

Private Methods

Method Description
CycleElements ( SplitReflexive &reflex, object elements, Meta &meta, int offset, Map map, int TagIndex, int magic ) : void

The cycle elements.

GetBaseString ( string name ) : string

The get base string.

Method Details

SplitWithIFP() public method

The split with ifp.
public SplitWithIFP ( IFPIO &ifp, Meta &meta, Map map ) : void
ifp HaloMap.Plugins.IFPIO The ifp.
meta HaloMap.Meta.Meta The meta.
map HaloMap.Map.Map The map.
return void

Property Details

Header public property

The header.
public SplitReflexive Header
return SplitReflexive

TagIndex public property

The TagIndex.
public int TagIndex
return int

magic public property

The magic.
public int magic
return int

name public property

The name.
public string name
return string

offset public property

The offset.
public int offset
return int

raw public property

The raw.
public RawDataContainer,HaloMap.RawData raw
return HaloMap.RawData.RawDataContainer

rawtype public property

The rawtype.
public RawDataContainerType rawtype
return RawDataContainerType

type public property

The type.
public string type
return string