C# Class LSLib.LS.Story.Goal

Inheritance: OsirisSerializable
Mostra 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_oe property

public List ExitCalls
return List

Index public_oe property

public UInt32,System Index
return System.UInt32

InitCalls public_oe property

public List InitCalls
return List

Name public_oe property

public string Name
return string

ParentGoals public_oe property

public List ParentGoals
return List

SubGoalCombination public_oe property

public byte SubGoalCombination
return byte

SubGoals public_oe property

public List SubGoals
return List

Unknown public_oe property

public byte Unknown
return byte