Core.Object | +--Engine.Actor | +--Engine.Brush | +--Engine.Polyobj | +--RuneI.RunePolyobj | +--RuneI.DDObstacle
00001 //============================================================================= 00002 // DDObstacle. 00003 //============================================================================= 00004 class DDObstacle extends RunePolyobj; 00005 00006 /* 00007 Description: 00008 Obstacle in Dark Dwarf area for temporary cover, but destructible by DD. 00009 */ 00010 00011 defaultproperties 00012 { 00013 DamageThreshold=15.000000 00014 DebrisType=Class'RuneI.DebrisStone' 00015 InitialState=Destructible 00016 }