
Prototype: GemRB.SetScrollBarSprites(WindowIndex, ControlIndex, ResRef, Cycle, UpUnpressedFrame, UpPressedFrame, DownUnpressedFrame, DownPressedFrame, TroughFrame, SliderFrame)

Metaclass Prototype: SetSprites(ResRef, Cycle, UpUnpressedFrame, UpPressedFrame, DownUnpressedFrame, DownPressedFrame, TroughFrame, SliderFrame)

Description:  Sets a ScrollBar Sprites Images.

Parameters: 
WindowIndex - the window control id
ControlID - the id of the target control
ResRef - bam resref
Cycle - cycle number
UpUnpressedFrame - frame number
UpPressedFrame - frame number
DownUnpressedFrame - frame number
DownPressedFrame - frame number
TroughFrame - frame number
SliderFrame - frame number

Return value:

See also:

