SetInt

SetInt(string, int)

public bool SetInt(string name, int value) ;

説明

Int型の値を設定する。

パラメーター

パラメーター名 説明
name 名前。
value 値。

戻り値

指定した名前のパラメータがあった場合にtrue。

SetInt(int, int)

public bool SetInt(int id, int value) ;

説明

Int型の値を設定する。

パラメーター

パラメーター名 説明
id ID。
value 値。

戻り値

指定した名前のパラメータがあった場合にtrue。