C# Class LSLib.LS.Story.NodeRef

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

Public Properties

Property Type Description
NodeIndex System.UInt32

Public Methods

Method Description
DebugDump ( TextWriter writer, Story story ) : void
IsValid ( ) : bool
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

IsValid() public method

public IsValid ( ) : bool
return bool

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

NodeIndex public property

public UInt32,System NodeIndex
return System.UInt32