Click or drag to resize

CustomControllerSetButtonValue Method (String, Boolean)

Sets the value of an Button by name.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetButtonValue(
	string elementName,
	bool value
)

Parameters

elementName
Type: SystemString
The name of the Button
value
Type: SystemBoolean
The value
See Also