C# Class LSLib.LS.Story.RelOpNode

Inheritance: RelNode
Mostrar archivo Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
RelOp RelOpType
Value1 Value
Value1Index sbyte
Value2 Value
Value2Index sbyte

Public Methods

Method Description
DebugDump ( TextWriter writer, Story story ) : void
MakeScript ( TextWriter writer, Story story, Tuple tuple ) : void
NodeType ( ) : Type
Read ( OsiReader reader ) : void
TypeName ( ) : string
Write ( OsiWriter writer ) : void

Method Details

DebugDump() public method

public DebugDump ( TextWriter writer, Story story ) : void
writer System.IO.TextWriter
story Story
return void

MakeScript() public method

public MakeScript ( TextWriter writer, Story story, Tuple tuple ) : void
writer System.IO.TextWriter
story Story
tuple Tuple
return void

NodeType() public method

public NodeType ( ) : Type
return System.Type

Read() public method

public Read ( OsiReader reader ) : void
reader OsiReader
return void

TypeName() public method

public TypeName ( ) : string
return string

Write() public method

public Write ( OsiWriter writer ) : void
writer OsiWriter
return void

Property Details

RelOp public_oe property

public RelOpType RelOp
return RelOpType

Value1 public_oe property

public Value,LSLib.LS.Story Value1
return Value

Value1Index public_oe property

public sbyte Value1Index
return sbyte

Value2 public_oe property

public Value,LSLib.LS.Story Value2
return Value

Value2Index public_oe property

public sbyte Value2Index
return sbyte