Property | Type | Description | |
---|---|---|---|
scriptDir | string |
Method | Description | |
---|---|---|
DeleteFile ( NekoKun file ) : void | ||
GenerateFileName ( string pageName ) : string | ||
InsertFile ( string pageName, int index ) : NekoKun.ScriptFile | ||
ScriptListFile ( object>.Dictionary |
||
ScriptListFile ( string filename ) : System |
Method | Description | |
---|---|---|
Save ( ) : void |
Method | Description | |
---|---|---|
UTF8BytesFromUnicodeString ( string str ) : byte[] | ||
UnicodeStringFromUTF8Bytes ( byte bytes ) : string | ||
containsID ( int id ) : bool |
public GenerateFileName ( string pageName ) : string | ||
pageName | string | |
return | string |
public InsertFile ( string pageName, int index ) : NekoKun.ScriptFile | ||
pageName | string | |
index | int | |
return | NekoKun.ScriptFile |
public ScriptListFile ( object>.Dictionary |
||
node | object>.Dictionary | |
return | System |
public ScriptListFile ( string filename ) : System | ||
filename | string | |
return | System |