C# Class LSLib.LS.Story.Call

Inheritance: OsirisSerializable
Afficher le fichier Open project: Norbyte/lslib

Méthodes publiques

Свойство Type Description
GoalIdOrDebugHook System.Int32
Name string
Negate bool
Parameters List

Méthodes publiques

Méthode Description
DebugDump ( TextWriter writer, Story story ) : void
MakeScript ( TextWriter writer, Story story, Tuple tuple ) : 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 ) : void
writer System.IO.TextWriter
story Story
tuple Tuple
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

GoalIdOrDebugHook public_oe property

public Int32,System GoalIdOrDebugHook
Résultat System.Int32

Name public_oe property

public string Name
Résultat string

Negate public_oe property

public bool Negate
Résultat bool

Parameters public_oe property

public List Parameters
Résultat List