Window_SetupControls

Prototype: GemRB.SetupControls (WindowIndex, dict, slot[, Start])

Metaclass Prototype: SetupControls (Slot[, Start])

Description: Sets up all 12 action buttons for a player character, based on preset preferences and the character’s class.

Parameters:

  • WindowIndex - the buttons’ window index
  • Slot - the player character’s index in the party
  • Start - action offset

Return value: N/A

See also: Button_SetActionIcon, SetDefaultActions, Window_SetupEquipmentIcons


Back to function index, GUIScript introduction.