C# 클래스 LSLib.LS.Story.Function

상속: OsirisSerializable
파일 보기 프로젝트 열기: Norbyte/lslib

공개 프로퍼티들

프로퍼티 타입 설명
GUID System.Guid
Line System.UInt32
Name FunctionSignature
NodeRef NodeRef
Type FunctionType
Unknown1 System.UInt32
Unknown2 System.UInt32

공개 메소드들

메소드 설명
DebugDump ( TextWriter writer, Story story ) : void
Read ( OsiReader reader ) : void
Write ( OsiWriter writer ) : void

메소드 상세

DebugDump() 공개 메소드

public DebugDump ( TextWriter writer, Story story ) : void
writer System.IO.TextWriter
story Story
리턴 void

Read() 공개 메소드

public Read ( OsiReader reader ) : void
reader OsiReader
리턴 void

Write() 공개 메소드

public Write ( OsiWriter writer ) : void
writer OsiWriter
리턴 void

프로퍼티 상세

GUID 공개적으로 프로퍼티

public Guid,System GUID
리턴 System.Guid

Line 공개적으로 프로퍼티

public UInt32,System Line
리턴 System.UInt32

Name 공개적으로 프로퍼티

public FunctionSignature,LSLib.LS.Story Name
리턴 FunctionSignature

NodeRef 공개적으로 프로퍼티

public NodeRef,LSLib.LS.Story NodeRef
리턴 NodeRef

Type 공개적으로 프로퍼티

public FunctionType Type
리턴 FunctionType

Unknown1 공개적으로 프로퍼티

public UInt32,System Unknown1
리턴 System.UInt32

Unknown2 공개적으로 프로퍼티

public UInt32,System Unknown2
리턴 System.UInt32