C# Class LSLib.LS.Story.Function

Inheritance: OsirisSerializable
Show file Open project: Norbyte/lslib

Public Properties

Property Type Description
GUID System.Guid
Line System.UInt32
Name FunctionSignature
NodeRef NodeRef
Type FunctionType
Unknown1 System.UInt32
Unknown2 System.UInt32

Public Methods

Method Description
DebugDump ( 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

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

GUID public property

public Guid,System GUID
return System.Guid

Line public property

public UInt32,System Line
return System.UInt32

Name public property

public FunctionSignature,LSLib.LS.Story Name
return FunctionSignature

NodeRef public property

public NodeRef,LSLib.LS.Story NodeRef
return NodeRef

Type public property

public FunctionType Type
return FunctionType

Unknown1 public property

public UInt32,System Unknown1
return System.UInt32

Unknown2 public property

public UInt32,System Unknown2
return System.UInt32