C# Class KFreonLib.Scripting.BasicFunction

ファイルを表示 Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
AskYN ( string question, string title ) : bool
DebugClear ( ) : void
DebugPrint ( string s ) : void
DebugPrintln ( string s ) : void
DetectTexType ( string path ) : string
FileSize ( string path ) : int
GetStringInput ( string message, string preset ) : string
LoadPcc ( IPCCObject pcc, string path ) : void
OpenFile ( string name = "", string path = "", string filter = "all|*.*" ) : string
SaveFile ( string name = "", string path = "", string filter = "all|*.*" ) : string
ShowError ( string msg ) : void
ShowMessage ( string msg ) : void
getExecPath ( ) : string

Method Details

AskYN() public method

public AskYN ( string question, string title ) : bool
question string
title string
return bool

DebugClear() public method

public DebugClear ( ) : void
return void

DebugPrint() public method

public DebugPrint ( string s ) : void
s string
return void

DebugPrintln() public method

public DebugPrintln ( string s ) : void
s string
return void

DetectTexType() public method

public DetectTexType ( string path ) : string
path string
return string

FileSize() public method

public FileSize ( string path ) : int
path string
return int

GetStringInput() public method

public GetStringInput ( string message, string preset ) : string
message string
preset string
return string

LoadPcc() public method

public LoadPcc ( IPCCObject pcc, string path ) : void
pcc IPCCObject
path string
return void

OpenFile() public method

public OpenFile ( string name = "", string path = "", string filter = "all|*.*" ) : string
name string
path string
filter string
return string

SaveFile() public method

public SaveFile ( string name = "", string path = "", string filter = "all|*.*" ) : string
name string
path string
filter string
return string

ShowError() public method

public ShowError ( string msg ) : void
msg string
return void

ShowMessage() public method

public ShowMessage ( string msg ) : void
msg string
return void

getExecPath() public method

public getExecPath ( ) : string
return string