// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // //============================================================================= // GeoLevelDetails // // Object to keep information of level. // // This file should be a DataObject that is not possible in Runtimeversion // Another solution would be to have it as a GameInfo // // ------------------------------------------------------------ // Created by Rui Guimaraes // © 2006, Geodelft // // Date Id Modification //============================================================================= class GeoLevelDetails extends Object config(GeoUser); var globalconfig bool IsRaining; var globalconfig int CurrentLevelScenarioNumber; // Used for loading screen image and for in game MAPS var globalconfig material CurrentLevelImage; function ResetLevelDetails() { } //============================================================================= // Date Id Modification // 2006-08-15 The Created this header //============================================================================= defaultproperties { }