C# Class LSLib.LS.Story.Variable

Inheritance: TypedValue
Mostra file Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
Adapted bool
Index sbyte
Unused bool
VariableName string

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
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

Write() public method

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

Property Details

Adapted public_oe property

public bool Adapted
return bool

Index public_oe property

public sbyte Index
return sbyte

Unused public_oe property

public bool Unused
return bool

VariableName public_oe property

public string VariableName
return string