C# Class Nexus.Client.Games.Gamebryo.Tools.TESsnip.SubrecordStructure

Exibir arquivo Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Properties

Property Type Description
CondID int
CondOperand string
Condition CondType
ContaintsConditionals bool
UseHexEditor bool
desc string
elements Nexus.Client.Games.Gamebryo.Tools.TESsnip.ElementStructure[]
name string
notininfo bool
optional int
repeat int
size int

Public Methods

Method Description
SubrecordStructure ( XmlNode node ) : System

Method Details

SubrecordStructure() public method

public SubrecordStructure ( XmlNode node ) : System
node System.Xml.XmlNode
return System

Property Details

CondID public_oe property

public int CondID
return int

CondOperand public_oe property

public string CondOperand
return string

Condition public_oe property

public CondType Condition
return CondType

ContaintsConditionals public_oe property

public bool ContaintsConditionals
return bool

UseHexEditor public_oe property

public bool UseHexEditor
return bool

desc public_oe property

public string desc
return string

elements public_oe property

public ElementStructure[],Nexus.Client.Games.Gamebryo.Tools.TESsnip elements
return Nexus.Client.Games.Gamebryo.Tools.TESsnip.ElementStructure[]

name public_oe property

public string name
return string

notininfo public_oe property

public bool notininfo
return bool

optional public_oe property

public int optional
return int

repeat public_oe property

public int repeat
return int

size public_oe property

public int size
return int