// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // class OfficeObject extends Actor placeable; var float OriginalScale; /// Which dialog should we show if player clicks? var(Sondeer) string DialogToShow; var(Sondeer) bool bMouseEnabled; /// jln - 16-12-2008 Extra tag: var (Sondeer) string ExtraTag; function PreBeginPlay () { OriginalScale = self.DrawScale; } function OnClick() { } defaultproperties { bMouseEnabled=true; DrawScale=1.0 DrawScale3D=(X=1.0,Y=1.0,Z=1.0) DrawType=DT_StaticMesh bEdShouldSnap=True bStaticLighting=False bShadowCast=True bCollideActors=True bBlockActors=True bBlockPlayers=True bBlockKarma=True bWorldGeometry=True CollisionHeight=+000001.000000 CollisionRadius=+000001.000000 bAcceptsProjectors=True StaticMesh=StaticMesh'sondeermeester.kantoor.archiefkast' }