Project L Core Documentation
C#
    Show/Hide TOC

      ActionProcessorBaseProcessAction Method

      Overload List

      ProcessAction(DoNothingAction) Processes the given DoNothingAction.
      ProcessAction(EndFinishingTouchesAction) Processes the given EndFinishingTouchesAction.
      ProcessAction(GameAction) Processes the given GameAction.
      ProcessAction(ChangeTetrominoAction) Processes the given ChangeTetrominoAction.
      ProcessAction(MasterAction) Processes the given MasterAction.
      ProcessAction(PlaceTetrominoAction) Processes the given PlaceTetrominoAction.
      ProcessAction(RecycleAction) Processes the given RecycleAction.
      ProcessAction(TakeBasicTetrominoAction) Processes the given TakeBasicTetrominoAction.
      ProcessAction(TakePuzzleAction) Processes the given TakePuzzleAction.

      See Also

      Reference

      ActionProcessorBase Class
      ProjectLCore.GameActions Namespace

      In This Article

      • Overload List
      • See Also