Method | Description | |
---|---|---|
configFileNameFromScriptFileName ( String script_file ) : String |
スクリプトのファイル名から、そのスクリプトの設定ファイルの名前を決定します。
|
|
getCompileMessage ( String id ) : String |
指定したIDが示すスクリプトの、コンパイル時のメッセージを取得します。
|
|
getDisplayName ( String id ) : String |
指定したIDが示すスクリプトの、表示上の名称を取得します。
|
|
getScriptIdIterator ( ) : Iterator |
読み込まれたスクリプトのIDを順に返す反復子を取得します。
|
|
getTimestamp ( String id ) : double |
指定したIDが示すスクリプトの、コンパイルした時点でのソースコードの更新日を取得します。
|
|
invokeScript ( String id, VsqFileEx vsq ) : boolean |
スクリプトを実行します。
|
|
isAvailable ( String id ) : boolean |
指定したIDが示すスクリプトが利用可能かどうかを表すbool値を取得します。
|
|
reload ( ) : void |
スクリプトを読み込み、コンパイルします。
|
|
reload ( String id ) : void |
指定したIDのスクリプトを再読込みするか、または新規の場合読み込んで追加します。
|
Method | Description | |
---|---|---|
_ ( String id ) : String |
public static configFileNameFromScriptFileName ( String script_file ) : String | ||
script_file | String | |
return | String |
public static getCompileMessage ( String id ) : String | ||
id | String | |
return | String |
public static getDisplayName ( String id ) : String | ||
id | String | |
return | String |
public static getScriptIdIterator ( ) : Iterator |
||
return | Iterator |
public static getTimestamp ( String id ) : double | ||
id | String | |
return | double |
public static invokeScript ( String id, VsqFileEx vsq ) : boolean | ||
id | String | |
vsq | VsqFileEx | |
return | boolean |
public static isAvailable ( String id ) : boolean | ||
id | String | |
return | boolean |