C# Class LSLib.LS.Story.Value

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

Méthodes publiques

Свойство Type Description
FloatValue System.Single
IntValue System.Int32
StringValue String
TypeId System.UInt32

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
ToString ( ) : string
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

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

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

Property Details

FloatValue public_oe property

public Single,System FloatValue
Résultat System.Single

IntValue public_oe property

public Int32,System IntValue
Résultat System.Int32

StringValue public_oe property

public String StringValue
Résultat String

TypeId public_oe property

public UInt32,System TypeId
Résultat System.UInt32