C# Class LSLib.LS.Story.Node

Inheritance: OsirisSerializable
Datei anzeigen Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
DatabaseRef DatabaseRef
Name string
NameIndex byte

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() abstract public method

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

NodeType() abstract public method

abstract public NodeType ( ) : Type
return System.Type

Read() public method

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

TypeName() abstract public method

abstract public TypeName ( ) : string
return string

Write() public method

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

Property Details

DatabaseRef public_oe property

public DatabaseRef,LSLib.LS.Story DatabaseRef
return DatabaseRef

Name public_oe property

public string Name
return string

NameIndex public_oe property

public byte NameIndex
return byte