C# Class LSLib.LS.Story.Goal

Inheritance: OsirisSerializable
Show file Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
ExitCalls List
Index System.UInt32
InitCalls List
Name string
ParentGoals List
SubGoalCombination byte
SubGoals List
Unknown byte

Public Methods

Method Description
DebugDump ( TextWriter writer, Story story ) : void
MakeScript ( TextWriter writer, Story story ) : 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 ) : void
writer System.IO.TextWriter
story Story
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

ExitCalls public property

public List ExitCalls
return List

Index public property

public UInt32,System Index
return System.UInt32

InitCalls public property

public List InitCalls
return List

Name public property

public string Name
return string

ParentGoals public property

public List ParentGoals
return List

SubGoalCombination public property

public byte SubGoalCombination
return byte

SubGoals public property

public List SubGoals
return List

Unknown public property

public byte Unknown
return byte