C# Class NLightmare.Nightmare_Modules.Module.Entry

ファイルを表示 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_oe property

public int bitGrouping
return int

bitIndex public_oe property

public int bitIndex
return int

bitLength public_oe property

public int bitLength
return int

entries public_oe property

public Dictionary entries
return string>.Dictionary

hex public_oe property

public bool hex
return bool

name public_oe property

public string name
return string

type public_oe property

public EntryType type
return EntryType

useEntries public_oe property

public bool useEntries
return bool