C# Class LSLib.LS.Story.ProcNode

Inheritance: DataNode
Exibir arquivo Open project: Norbyte/lslib Class Usage Examples

Public Methods

Method Description
MakeScript ( TextWriter writer, Story story, Tuple tuple ) : void
NodeType ( ) : Type
TypeName ( ) : string

Method Details

MakeScript() public method

public MakeScript ( TextWriter writer, Story story, Tuple tuple ) : void
writer System.IO.TextWriter
story Story
tuple Tuple
return void

NodeType() public method

public NodeType ( ) : Type
return System.Type

TypeName() public method

public TypeName ( ) : string
return string