C# Class HaloMap.H2MetaContainers.ugh_

The ugh_.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
Choices List
ChoicesTranslation int
Permutations List
PermutationsTranslation int
SoundChunk1Translation int
SoundChunks1 List
SoundChunks2 List
SoundNames List
SoundNamesTranslation int

Public Methods

Method Description
GetUghContainerInfo ( Map map ) : void

The get ugh container info.

ugh_ ( Meta &meta ) : System

Initializes a new instance of the ugh_ class.

Method Details

GetUghContainerInfo() public static method

The get ugh container info.
public static GetUghContainerInfo ( Map map ) : void
map HaloMap.Map.Map The map.
return void

ugh_() public method

Initializes a new instance of the ugh_ class.
public ugh_ ( Meta &meta ) : System
meta Meta The meta.
return System

Property Details

Choices public_oe property

The choices.
public List Choices
return List

ChoicesTranslation public_oe property

The choices translation.
public int ChoicesTranslation
return int

Permutations public_oe property

The permutations.
public List Permutations
return List

PermutationsTranslation public_oe property

The permutations translation.
public int PermutationsTranslation
return int

SoundChunk1Translation public_oe property

The sound chunk 1 translation.
public int SoundChunk1Translation
return int

SoundChunks1 public_oe property

The sound chunks 1.
public List SoundChunks1
return List

SoundChunks2 public_oe property

The sound chunks 2.
public List SoundChunks2
return List

SoundNames public_oe property

The sound names.
public List SoundNames
return List

SoundNamesTranslation public_oe property

The sound names translation.
public int SoundNamesTranslation
return int