Button_SetSpellIcon

Prototype: GemRB.SetSpellIcon (WindowIndex, ControlIndex, SPLResRef[, Type, Tooltip, Function])

Metaclass Prototype: SetSpellIcon (SPLResRef[, Type, Tooltip, Function])

Description: Sets Spell icon image on a Button control. Type determines the icon type, if set to 1 it will use the Memorised Icon instead of the Spellbook Icon

Parameters:

  • WindowIndex, ControlIndex - the control’s reference
  • SPLResRef - the name of the spell (.spl resref)
  • Type - 0 (default, use parchment background) or 1 (use stone background)
  • Tooltip - 0 (default); if 1, set the tooltip ‘F '
  • Function - F-key number to be used in the tooltip above

Return value: N/A

See also: Button_SetItemIcon


Back to function index, GUIScript introduction.