IGlobalsGetVarT Method (String)

KeyToKey側の変数を指定した型にキャストして取得します。

Namespace:  KeyToKey.Plugins
Assembly:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
T GetVar<T>(
	string name
)

Parameters

name
Type: SystemString
変数名

Type Parameters

T
キャストする型

Return Value

Type: T
変数の値
See Also