Class FreeVariable
スクリプト検査から参照できる自由変数を設定します。 設定した値は、スクリプト内の GetFreeVariable メソッドで取得できます。
Inherited Members
Namespace: Menou.Menoute.Runtime
Assembly: Menou.Menoute.Runtime.dll
Syntax
public static class FreeVariable
Methods
| Name | Description |
|---|---|
| Clear() | 設定した自由変数をすべて削除します。 |
| Set(string, string) | 自由変数を設定します。 同じ名前で設定した場合は値を上書きします。 設定した値はスクリプト検査の GetFreeVariable メソッド経由で取得することができます。 |