C# Class HaloMap.Plugins.MakeIFPS

The make ifps.
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
Results System.Collections.Hashtable

Public Methods

Method Description
AnalyzeReferences ( Meta &m ) : void

The analyze references.

DissectMeta ( Meta &m ) : void

The dissect meta.

ToDir ( Map map, string path ) : void

The to dir.

Method Details

AnalyzeReferences() public static method

The analyze references.
public static AnalyzeReferences ( Meta &m ) : void
m HaloMap.Meta.Meta The m.
return void

DissectMeta() public static method

The dissect meta.
public static DissectMeta ( Meta &m ) : void
m HaloMap.Meta.Meta The m.
return void

ToDir() public static method

The to dir.
public static ToDir ( Map map, string path ) : void
map HaloMap.Map.Map The map.
path string The path.
return void

Property Details

Results public_oe static_oe property

The results.
public static Hashtable,System.Collections Results
return System.Collections.Hashtable