rott/kf_sources/XInterface/Classes/GUIHorzScrollButton.uc
2026-07-14 20:27:09 +07:00

17 lines
300 B
Ucode

class GUIHorzScrollButton extends GUIScrollButtonBase;
var() bool LeftButton;
function InitComponent(GUIController MyController, GUIComponent MyOwner)
{
if (bIncreaseButton)
ImageIndex = 3;
Super.Initcomponent(MyController, MyOwner);
}
defaultproperties
{
ImageIndex=2
}