Control_SetValue

Prototype: GemRB.Control_SetValue (WindowIndex, ControlIndex, LongValue)

Metaclass Prototype: SetValue (LongValue)

Description: Set the value of a control.

Parameters:

  • WindowIndex, ControlIndex - the control’s reference
  • LongValue - numeric, a value associated with the control

Return value: N/A

See also: Control_SetVarAssoc


Back to function index, GUIScript introduction.