SetInt

SetInt(string, int)

public bool SetInt(string name, int value) ;

Description

It wants to set the value of the Int type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetInt(int, int)

public bool SetInt(int id, int value) ;

Description

It wants to set the value of the Int type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.