C# Class LSLib.LS.Story.Variable

Inheritance: TypedValue
Afficher le fichier Open project: Norbyte/lslib Class Usage Examples

Méthodes publiques

Свойство Type Description
Adapted bool
Index sbyte
Unused bool
VariableName string

Méthodes publiques

Méthode 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 méthode

public DebugDump ( TextWriter writer, Story story ) : void
writer System.IO.TextWriter
story Story
Résultat void

MakeScript() public méthode

public MakeScript ( TextWriter writer, Story story, Tuple tuple, bool printTypes = false ) : void
writer System.IO.TextWriter
story Story
tuple Tuple
printTypes bool
Résultat void

Read() public méthode

public Read ( OsiReader reader ) : void
reader OsiReader
Résultat void

Write() public méthode

public Write ( OsiWriter writer ) : void
writer OsiWriter
Résultat void

Property Details

Adapted public_oe property

public bool Adapted
Résultat bool

Index public_oe property

public sbyte Index
Résultat sbyte

Unused public_oe property

public bool Unused
Résultat bool

VariableName public_oe property

public string VariableName
Résultat string