// September 2015 // Levee Patroller / Dijk Patrouille // This source file is (c) by Deltares. This source file is open source but only available to select users. Do not redistribute without written permission of Stichting Deltares, Delft, The Netherlands. // This header has been automatically generated. // // If a measure is taken will trigger the measure action // And movement of dike will stop. // class ACTION_IfNoRightMeasuresTaken extends ScriptedAction; var(Action) name FailureTag; var LeveeTile T; function ProceedToNextAction(ScriptedController C) { local int i; if ( (T == None) && (FailureTag != 'None') ) ForEach C.AllActors(class'LeveeTile',T,FailureTag) break; C.ActionNum += 1; For(i=0; i