C# Class NLightmare.Nightmare_Modules.Module.Entry

Show file Open project: Diegoisawesome/AwesomeMapEditor-old

Public Properties

Property Type Description
bitGrouping int
bitIndex int
bitLength int
entries string>.Dictionary
hex bool
name string
type EntryType
useEntries bool

Public Methods

Method Description
SetTypeParameters ( string line ) : void

Method Details

SetTypeParameters() public method

public SetTypeParameters ( string line ) : void
line string
return void

Property Details

bitGrouping public property

public int bitGrouping
return int

bitIndex public property

public int bitIndex
return int

bitLength public property

public int bitLength
return int

entries public property

public Dictionary entries
return string>.Dictionary

hex public property

public bool hex
return bool

name public property

public string name
return string

type public property

public EntryType type
return EntryType

useEntries public property

public bool useEntries
return bool