C# Class LSLib.LS.Story.Value

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

Public Properties

Property Type Description
FloatValue System.Single
IntValue System.Int32
StringValue String
TypeId System.UInt32

Public Methods

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

Read() public method

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

ToString() public method

public ToString ( ) : string
return string

Write() public method

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

Property Details

FloatValue public_oe property

public Single,System FloatValue
return System.Single

IntValue public_oe property

public Int32,System IntValue
return System.Int32

StringValue public_oe property

public String StringValue
return String

TypeId public_oe property

public UInt32,System TypeId
return System.UInt32