SetBool

SetBool(string, bool)

public bool SetBool(string name, bool value) ;

Description

It wants to set the value of the Bool type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetBool(int, bool)

public bool SetBool(int id, bool value) ;

Description

It wants to set the value of the Bool type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.