Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

KFGui.KFIndexedGUIImage


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
//=============================================================================
// A GUIImage with an Index
//=============================================================================
// Killing Floor Source
// Copyright (C) 2009 Tripwire Interactive LLC
// Christian "schneidzekk" Schneider
//=============================================================================
class KFIndexedGUIImage extends GUIImage;

var	int Index;

defaultproperties
{
     bAcceptsInput=True
     bCaptureMouse=True
     bMouseOverSound=True
     Begin Object Class=GUIToolTip Name=GUIButtonToolTip
     End Object
     ToolTip=GUIToolTip'XInterface.GUIButton.GUIButtonToolTip'

     OnClickSound=CS_Click
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fri 13-10-2023 03:17:26.000 - Creation time: Fri 13-10-2023 03:19:03.549 - Created with UnCodeX