C# Class HaloMap.ChunkCloning.MetaSplitter

The meta splitter.
Mostra 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_oe property

The header.
public SplitReflexive Header
return SplitReflexive

TagIndex public_oe property

The TagIndex.
public int TagIndex
return int

magic public_oe property

The magic.
public int magic
return int

name public_oe property

The name.
public string name
return string

offset public_oe property

The offset.
public int offset
return int

raw public_oe property

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

rawtype public_oe property

The rawtype.
public RawDataContainerType rawtype
return RawDataContainerType

type public_oe property

The type.
public string type
return string