C# Class LSLib.LS.Story.Call

Inheritance: OsirisSerializable
Mostra file Open project: Norbyte/lslib

Public Properties

Property Type Description
GoalIdOrDebugHook System.Int32
Name string
Negate bool
Parameters List

Public Methods

Method 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 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 ) : void
writer System.IO.TextWriter
story Story
tuple Tuple
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

GoalIdOrDebugHook public_oe property

public Int32,System GoalIdOrDebugHook
return System.Int32

Name public_oe property

public string Name
return string

Negate public_oe property

public bool Negate
return bool

Parameters public_oe property

public List Parameters
return List