C# Class NekoKun.RPGMaker.ScriptListFile

Inheritance: NekoKun.ScriptListFile
Datei anzeigen Open project: NekoProject/NekoKun Class Usage Examples

Protected Properties

Property Type Description
scriptDir string

Public Methods

Method Description
DeleteFile ( NekoKun file ) : void
GenerateFileName ( string pageName ) : string
InsertFile ( string pageName, int index ) : NekoKun.ScriptFile
ScriptListFile ( object>.Dictionary node ) : System
ScriptListFile ( string filename ) : System

Protected Methods

Method Description
Save ( ) : void

Private Methods

Method Description
UTF8BytesFromUnicodeString ( string str ) : byte[]
UnicodeStringFromUTF8Bytes ( byte bytes ) : string
containsID ( int id ) : bool

Method Details

DeleteFile() public method

public DeleteFile ( NekoKun file ) : void
file NekoKun
return void

GenerateFileName() public method

public GenerateFileName ( string pageName ) : string
pageName string
return string

InsertFile() public method

public InsertFile ( string pageName, int index ) : NekoKun.ScriptFile
pageName string
index int
return NekoKun.ScriptFile

Save() protected method

protected Save ( ) : void
return void

ScriptListFile() public method

public ScriptListFile ( object>.Dictionary node ) : System
node object>.Dictionary
return System

ScriptListFile() public method

public ScriptListFile ( string filename ) : System
filename string
return System

Property Details

scriptDir protected_oe property

protected string scriptDir
return string