// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // class GeoList extends GUIListBox; function Clear() { List.Clear(); } // "normal" add function. For more options, see GUI.GUIList.Add(,,,) function Add(string val, optional string extra) { List.Add(val, None, extra); } function string Get() { return List.GetExtra(); } defaultproperties { Begin Object Class=GUIList Name=HackList StyleName="GeoListBox" SelectedImage=Material'GeoGUIContent.scalable.list_selection' End Object List=HackList bVisibleWhenEmpty=True WinWidth=0.24 WinHeight=0.16 RenderWeight=1 }