C# Class LSLib.LS.Story.Tuple

Inheritance: OsirisSerializable
Show file Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
Logical Value>.Dictionary
Physical List

Public Methods

Method Description
DebugDump ( TextWriter writer, Story story ) : void
MakeScript ( TextWriter writer, Story story, bool printTypes = false ) : void
Read ( OsiReader reader ) : void
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, bool printTypes = false ) : void
writer System.IO.TextWriter
story Story
printTypes bool
return void

Read() public method

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

Write() public method

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

Property Details

Logical public property

public Dictionary Logical
return Value>.Dictionary

Physical public property

public List Physical
return List