C# 클래스 NekoKun.RPGMaker.ScriptListFile

상속: NekoKun.ScriptListFile
파일 보기 프로젝트 열기: NekoProject/NekoKun 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
scriptDir string

공개 메소드들

메소드 설명
DeleteFile ( NekoKun file ) : void
GenerateFileName ( string pageName ) : string
InsertFile ( string pageName, int index ) : NekoKun.ScriptFile
ScriptListFile ( object>.Dictionary node ) : System
ScriptListFile ( string filename ) : System

보호된 메소드들

메소드 설명
Save ( ) : void

비공개 메소드들

메소드 설명
UTF8BytesFromUnicodeString ( string str ) : byte[]
UnicodeStringFromUTF8Bytes ( byte bytes ) : string
containsID ( int id ) : bool

메소드 상세

DeleteFile() 공개 메소드

public DeleteFile ( NekoKun file ) : void
file NekoKun
리턴 void

GenerateFileName() 공개 메소드

public GenerateFileName ( string pageName ) : string
pageName string
리턴 string

InsertFile() 공개 메소드

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

Save() 보호된 메소드

protected Save ( ) : void
리턴 void

ScriptListFile() 공개 메소드

public ScriptListFile ( object>.Dictionary node ) : System
node object>.Dictionary
리턴 System

ScriptListFile() 공개 메소드

public ScriptListFile ( string filename ) : System
filename string
리턴 System

프로퍼티 상세

scriptDir 보호되어 있는 프로퍼티

protected string scriptDir
리턴 string