C# Class LSLib.LS.Story.Function

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

public Guid,System GUID
return System.Guid

Line public_oe property

public UInt32,System Line
return System.UInt32

Name public_oe property

public FunctionSignature,LSLib.LS.Story Name
return FunctionSignature

NodeRef public_oe property

public NodeRef,LSLib.LS.Story NodeRef
return NodeRef

Type public_oe property

public FunctionType Type
return FunctionType

Unknown1 public_oe property

public UInt32,System Unknown1
return System.UInt32

Unknown2 public_oe property

public UInt32,System Unknown2
return System.UInt32